libMesh
|
Public Member Functions | |
LIBMESH_CPPUNIT_TEST_SUITE (BoundaryMesh0DTest) | |
The goal of this test is to ensure that a 1D mesh generates boundary meshes correctly. More... | |
CPPUNIT_TEST (testMesh) | |
CPPUNIT_TEST_SUITE_END () | |
void | setUp () |
void | testMesh () |
void | testBoundarySerialization () |
void | sanityCheck () |
Protected Member Functions | |
void | build_mesh () |
void | sync_and_test_meshes () |
Protected Attributes | |
std::unique_ptr< UnstructuredMesh > | _mesh |
std::unique_ptr< UnstructuredMesh > | _replicated_boundary_mesh |
std::unique_ptr< UnstructuredMesh > | _distributed_boundary_mesh |
std::unique_ptr< UnstructuredMesh > | _interior_node_mesh |
Definition at line 81 of file boundary_mesh.C.
|
inlineprotected |
Definition at line 102 of file boundary_mesh.C.
References libMesh::BoundaryInfo::add_side(), libMesh::MeshTools::Generation::build_line(), and libMesh::EDGE3.
BoundaryMesh0DTest::CPPUNIT_TEST | ( | testMesh | ) |
BoundaryMesh0DTest::CPPUNIT_TEST_SUITE_END | ( | ) |
BoundaryMesh0DTest::LIBMESH_CPPUNIT_TEST_SUITE | ( | BoundaryMesh0DTest | ) |
The goal of this test is to ensure that a 1D mesh generates boundary meshes correctly.
|
inline |
Definition at line 228 of file boundary_mesh.C.
References libMesh::EDGE3, and libMesh::NODEELEM.
|
inline |
Definition at line 165 of file boundary_mesh.C.
|
inlineprotected |
Definition at line 134 of file boundary_mesh.C.
|
inline |
Definition at line 207 of file boundary_mesh.C.
|
inline |
Definition at line 173 of file boundary_mesh.C.
|
protected |
Definition at line 99 of file boundary_mesh.C.
|
protected |
Definition at line 100 of file boundary_mesh.C.
|
protected |
Definition at line 97 of file boundary_mesh.C.
|
protected |
Definition at line 98 of file boundary_mesh.C.