|
class | Compadre::GMLS |
| Generalized Moving Least Squares (GMLS) More...
|
|
struct | Compadre::GMLS::AssembleStandardPsqrtW |
| Tag for functor to assemble the P*sqrt(weights) matrix and construct sqrt(weights)*Identity. More...
|
|
struct | Compadre::GMLS::ApplyStandardTargets |
| Tag for functor to evaluate targets, apply target evaluation to polynomial coefficients to store in _alphas. More...
|
|
struct | Compadre::GMLS::ComputeCoarseTangentPlane |
| Tag for functor to create a coarse tangent approximation from a given neighborhood of points. More...
|
|
struct | Compadre::GMLS::AssembleCurvaturePsqrtW |
| Tag for functor to assemble the P*sqrt(weights) matrix and construct sqrt(weights)*Identity for curvature. More...
|
|
struct | Compadre::GMLS::GetAccurateTangentDirections |
| Tag for functor to evaluate curvature targets and construct accurate tangent direction approximation for manifolds. More...
|
|
struct | Compadre::GMLS::FixTangentDirectionOrdering |
| Tag for functor to determine if tangent directions need reordered, and to reorder them if needed. More...
|
|
struct | Compadre::GMLS::ApplyCurvatureTargets |
| Tag for functor to evaluate curvature targets and apply to coefficients of curvature reconstruction. More...
|
|
struct | Compadre::GMLS::AssembleManifoldPsqrtW |
| Tag for functor to assemble the P*sqrt(weights) matrix and construct sqrt(weights)*Identity. More...
|
|
struct | Compadre::GMLS::ApplyManifoldTargets |
| Tag for functor to evaluate targets, apply target evaluation to polynomial coefficients to store in _alphas. More...
|
|
struct | Compadre::GMLS::ComputePrestencilWeights |
| Tag for functor to calculate prestencil weights to apply to data to transform into a format expected by a GMLS stencil. More...
|
|