libMesh
|
Public Member Functions | |
LIBMESH_CPPUNIT_TEST_SUITE (MeshSpatialDimensionTest) | |
This unit test tests a few basic things with the new Mesh::spatial_dimension() implementation. More... | |
CPPUNIT_TEST (test1D) | |
CPPUNIT_TEST (test2D) | |
CPPUNIT_TEST_SUITE_END () | |
void | setUp () |
void | tearDown () |
void | test1D () |
void | test2D () |
Definition at line 12 of file spatial_dimension_test.C.
MeshSpatialDimensionTest::CPPUNIT_TEST | ( | test1D | ) |
MeshSpatialDimensionTest::CPPUNIT_TEST | ( | test2D | ) |
MeshSpatialDimensionTest::CPPUNIT_TEST_SUITE_END | ( | ) |
MeshSpatialDimensionTest::LIBMESH_CPPUNIT_TEST_SUITE | ( | MeshSpatialDimensionTest | ) |
This unit test tests a few basic things with the new Mesh::spatial_dimension() implementation.
|
inline |
Definition at line 31 of file spatial_dimension_test.C.
|
inline |
Definition at line 35 of file spatial_dimension_test.C.
|
inline |
Definition at line 39 of file spatial_dimension_test.C.
References libMesh::MeshTools::Generation::build_line(), libMesh::EDGE2, mesh, libMesh::MeshBase::mesh_dimension(), libMesh::MeshBase::prepare_for_use(), libMesh::MeshBase::spatial_dimension(), and TestCommWorld.
|
inline |
Definition at line 81 of file spatial_dimension_test.C.
References libMesh::MeshTools::Generation::build_square(), mesh, libMesh::MeshBase::mesh_dimension(), libMesh::MeshBase::prepare_for_use(), libMesh::QUAD4, libMesh::MeshBase::set_spatial_dimension(), libMesh::MeshBase::spatial_dimension(), and TestCommWorld.