|
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. | |
| 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 83 of file boundary_mesh.C.
|
inlineprotected |
Definition at line 104 of file boundary_mesh.C.
References _distributed_boundary_mesh, _interior_node_mesh, _mesh, _replicated_boundary_mesh, libMesh::BoundaryInfo::add_side(), libMesh::MeshTools::Generation::build_line(), libMesh::EDGE3, and TestCommWorld.
Referenced by setUp().
| 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 230 of file boundary_mesh.C.
References _distributed_boundary_mesh, _interior_node_mesh, _mesh, _replicated_boundary_mesh, libMesh::EDGE3, and libMesh::NODEELEM.
Referenced by testBoundarySerialization(), and testMesh().
|
inline |
Definition at line 167 of file boundary_mesh.C.
References build_mesh(), and sync_and_test_meshes().
|
inlineprotected |
Definition at line 136 of file boundary_mesh.C.
References _distributed_boundary_mesh, _interior_node_mesh, _mesh, _replicated_boundary_mesh, and right_id.
Referenced by setUp().
|
inline |
Definition at line 209 of file boundary_mesh.C.
References _distributed_boundary_mesh, _replicated_boundary_mesh, and sanityCheck().
|
inline |
Definition at line 175 of file boundary_mesh.C.
References _distributed_boundary_mesh, _interior_node_mesh, _mesh, _replicated_boundary_mesh, and sanityCheck().
|
protected |
Definition at line 101 of file boundary_mesh.C.
Referenced by build_mesh(), sanityCheck(), sync_and_test_meshes(), testBoundarySerialization(), and testMesh().
|
protected |
Definition at line 102 of file boundary_mesh.C.
Referenced by build_mesh(), sanityCheck(), sync_and_test_meshes(), and testMesh().
|
protected |
Definition at line 99 of file boundary_mesh.C.
Referenced by build_mesh(), sanityCheck(), sync_and_test_meshes(), and testMesh().
|
protected |
Definition at line 100 of file boundary_mesh.C.
Referenced by build_mesh(), sanityCheck(), sync_and_test_meshes(), testBoundarySerialization(), and testMesh().