Definition at line 18 of file simplex_refinement_test.C.
◆ CPPUNIT_TEST() [1/2]
◆ CPPUNIT_TEST() [2/2]
◆ CPPUNIT_TEST_SUITE_END()
| SimplexRefinementTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
◆ LIBMESH_CPPUNIT_TEST_SUITE()
The goal of this test is to verify proper operation of the interfaces to tetrahedralization libraries.
◆ setUp()
| void SimplexRefinementTest::setUp |
( |
| ) |
|
|
inline |
◆ tearDown()
| void SimplexRefinementTest::tearDown |
( |
| ) |
|
|
inline |
◆ test3DTriRefinement()
| void SimplexRefinementTest::test3DTriRefinement |
( |
| ) |
|
|
inline |
Definition at line 73 of file simplex_refinement_test.C.
74 {
75
76
77
79 return;
80
81 LOG_UNIT_TEST;
82
83 Mesh trimesh(*TestCommWorld);
84
86 (trimesh, -1, 1, -1, 1, -1, 1);
87
89 }
void testRefinement(UnstructuredMesh &mesh, Real desired_measure, Real expected_total_measure)
The Mesh class is a thin wrapper, around the ReplicatedMesh class by default.
Communicator * TestCommWorld
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
References libMesh::Real, libMesh::MeshTools::Generation::surface_octahedron(), TestCommWorld, and testRefinement().
◆ testRefinement()
| void SimplexRefinementTest::testRefinement |
( |
UnstructuredMesh & |
mesh, |
|
|
Real |
desired_measure, |
|
|
Real |
expected_total_measure |
|
) |
| |
|
inline |
◆ testTriRefinement()
| void SimplexRefinementTest::testTriRefinement |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: