Go to the source code of this file.
|
void | addGlobalIndex (mesh::PtrMesh &mesh, int offset=0) |
|
double | sumComponentWise (const Eigen::VectorXd &vec, int component, int dataDimension) |
|
void | perform2DTestConsistentMapping (Mapping &mapping) |
|
void | perform2DTestConsistentMappingVector (Mapping &mapping) |
|
void | performTestConsistentMapDeadAxis (Mapping &mapping, int dim) |
|
void | perform2DTestConservativeMapping (Mapping &mapping) |
|
void | perform2DTestConservativeMappingVector (Mapping &mapping) |
|
void | perform3DTestConsistentMapping (Mapping &mapping) |
|
void | perform3DTestConsistentMappingVector (Mapping &mapping) |
|
void | perform3DTestConservativeMapping (Mapping &mapping) |
|
void | perform3DTestConservativeMappingVector (Mapping &mapping) |
|
| BOOST_AUTO_TEST_CASE (PartitionOfUnityMappingTests) |
|
| BOOST_AUTO_TEST_CASE (TestSingleClusterPartitionOfUnity) |
|
void | getDistributedMesh (const TestContext &context, MeshSpecification const &vertices, mesh::PtrMesh &mesh, mesh::PtrData &data, int globalIndexOffset=0, bool meshIsSmaller=false) |
|
void | testDistributed (const TestContext &context, Mapping &mapping, MeshSpecification inMeshSpec, MeshSpecification outMeshSpec, ReferenceSpecification referenceSpec, int inGlobalIndexOffset=0, bool meshIsSmaller=false) |
|
| BOOST_AUTO_TEST_CASE (DistributedConsistent2D) |
|
| BOOST_AUTO_TEST_CASE (DistributedConsistent2DEmptyOut) |
|
| BOOST_AUTO_TEST_CASE (DistributedConsistent2DEmptyRank) |
|
| BOOST_AUTO_TEST_CASE (DistributedConservative2D) |
|
| BOOST_AUTO_TEST_CASE (DistributedConservative2DEmptyRank) |
|
| BOOST_AUTO_TEST_CASE (DistributedConservative2DTwoRanks) |
|
void | testTagging (const TestContext &context, MeshSpecification inMeshSpec, MeshSpecification outMeshSpec, MeshSpecification shouldTagFirstRound, MeshSpecification shouldTagSecondRound, bool consistent) |
|
| BOOST_AUTO_TEST_CASE (testTagFirstRound) |
|
◆ MeshSpecification
◆ ReferenceSpecification
◆ addGlobalIndex()
◆ BOOST_AUTO_TEST_CASE() [1/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConservative2D | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConservative2DEmptyRank | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConservative2DTwoRanks | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConsistent2D | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConsistent2DEmptyOut | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/9]
BOOST_AUTO_TEST_CASE |
( |
DistributedConsistent2DEmptyRank | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/9]
BOOST_AUTO_TEST_CASE |
( |
PartitionOfUnityMappingTests | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/9]
BOOST_AUTO_TEST_CASE |
( |
TestSingleClusterPartitionOfUnity | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/9]
BOOST_AUTO_TEST_CASE |
( |
testTagFirstRound | | ) |
|
◆ getDistributedMesh()
◆ perform2DTestConservativeMapping()
void perform2DTestConservativeMapping |
( |
Mapping & | mapping | ) |
|
◆ perform2DTestConservativeMappingVector()
void perform2DTestConservativeMappingVector |
( |
Mapping & | mapping | ) |
|
◆ perform2DTestConsistentMapping()
void perform2DTestConsistentMapping |
( |
Mapping & | mapping | ) |
|
◆ perform2DTestConsistentMappingVector()
void perform2DTestConsistentMappingVector |
( |
Mapping & | mapping | ) |
|
◆ perform3DTestConservativeMapping()
void perform3DTestConservativeMapping |
( |
Mapping & | mapping | ) |
|
◆ perform3DTestConservativeMappingVector()
void perform3DTestConservativeMappingVector |
( |
Mapping & | mapping | ) |
|
◆ perform3DTestConsistentMapping()
void perform3DTestConsistentMapping |
( |
Mapping & | mapping | ) |
|
◆ perform3DTestConsistentMappingVector()
void perform3DTestConsistentMappingVector |
( |
Mapping & | mapping | ) |
|
◆ performTestConsistentMapDeadAxis()
void performTestConsistentMapDeadAxis |
( |
Mapping & | mapping, |
|
|
int | dim ) |
◆ sumComponentWise()
double sumComponentWise |
( |
const Eigen::VectorXd & | vec, |
|
|
int | component, |
|
|
int | dataDimension ) |
◆ testDistributed()
◆ testTagging()