|
| constexpr SamplingFunctional | Compadre::PointSample = make_sampling_functional(0,0,false,false,(int)Identity) |
| | Available sampling functionals.
|
| constexpr SamplingFunctional | Compadre::VectorPointSample = make_sampling_functional(1,1,false,false,(int)Identity) |
| | Point evaluations of the entire vector source function.
|
| constexpr SamplingFunctional | Compadre::ManifoldVectorPointSample = make_sampling_functional(1,1,false,false,(int)DifferentEachTarget) |
| constexpr SamplingFunctional | Compadre::StaggeredEdgeAnalyticGradientIntegralSample = make_sampling_functional(0,0,true,true,(int)SameForAll) |
| | Analytical integral of a gradient source vector is just a difference of the scalar source at neighbor and target.
|
| constexpr SamplingFunctional | Compadre::StaggeredEdgeIntegralSample = make_sampling_functional(1,0,true,true,(int)DifferentEachNeighbor) |
| | Samples consist of the result of integrals of a vector dotted with the tangent along edges between neighbor and target.
|
| constexpr SamplingFunctional | Compadre::VaryingManifoldVectorPointSample = make_sampling_functional(1,1,false,false,(int)DifferentEachNeighbor) |
| | For integrating polynomial dotted with normal over an edge.
|
| constexpr SamplingFunctional | Compadre::FaceNormalIntegralSample = make_sampling_functional(1,0,false,false,(int)Identity) |
| | For integrating polynomial dotted with normal over an edge.
|
| constexpr SamplingFunctional | Compadre::FaceNormalAverageSample = make_sampling_functional(1,0,false,false,(int)Identity) |
| | For polynomial dotted with normal on edge.
|
| constexpr SamplingFunctional | Compadre::EdgeTangentIntegralSample = make_sampling_functional(1,0,false,false,(int)Identity) |
| | For integrating polynomial dotted with tangent over an edge.
|
| constexpr SamplingFunctional | Compadre::EdgeTangentAverageSample = make_sampling_functional(1,0,false,false,(int)Identity) |
| | For polynomial dotted with tangent.
|
| constexpr SamplingFunctional | Compadre::CellAverageSample = make_sampling_functional(0,0,false,false,(int)DifferentEachNeighbor) |
| | For polynomial integrated on cells.
|
| constexpr SamplingFunctional | Compadre::CellIntegralSample = make_sampling_functional(0,0,false,false,(int)DifferentEachNeighbor) |
| | For polynomial integrated on cells.
|