libMesh
|
Public Member Functions | |
LIBMESH_CPPUNIT_TEST_SUITE (DofMapTest) | |
CPPUNIT_TEST (testDofOwnerOnEdge3) | |
CPPUNIT_TEST (testDofOwnerOnQuad9) | |
CPPUNIT_TEST (testDofOwnerOnTri6) | |
CPPUNIT_TEST (testDofOwnerOnHex27) | |
CPPUNIT_TEST (testBadElemFECombo) | |
CPPUNIT_TEST (testConstraintLoopDetection) | |
CPPUNIT_TEST_SUITE_END () | |
void | setUp () |
void | tearDown () |
void | testDofOwner (const ElemType elem_type) |
void | testDofOwnerOnEdge3 () |
void | testDofOwnerOnQuad9 () |
void | testDofOwnerOnTri6 () |
void | testDofOwnerOnHex27 () |
void | testBadElemFECombo () |
void | testConstraintLoopDetection () |
Definition at line 50 of file dof_map_test.C.
DofMapTest::CPPUNIT_TEST | ( | testDofOwnerOnEdge3 | ) |
DofMapTest::CPPUNIT_TEST | ( | testDofOwnerOnQuad9 | ) |
DofMapTest::CPPUNIT_TEST | ( | testDofOwnerOnTri6 | ) |
DofMapTest::CPPUNIT_TEST | ( | testDofOwnerOnHex27 | ) |
DofMapTest::CPPUNIT_TEST | ( | testBadElemFECombo | ) |
DofMapTest::CPPUNIT_TEST | ( | testConstraintLoopDetection | ) |
DofMapTest::CPPUNIT_TEST_SUITE_END | ( | ) |
DofMapTest::LIBMESH_CPPUNIT_TEST_SUITE | ( | DofMapTest | ) |
|
inline |
Definition at line 76 of file dof_map_test.C.
|
inline |
Definition at line 79 of file dof_map_test.C.
|
inline |
Definition at line 125 of file dof_map_test.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable(), libMesh::MeshTools::Generation::build_square(), libMesh::ParallelObject::comm(), libMesh::EquationSystems::init(), TIMPI::Communicator::max(), mesh, TIMPI::Communicator::min(), libMesh::MeshBase::n_local_elem(), libMesh::QUAD4, libMesh::SECOND, and TestCommWorld.
|
inline |
Definition at line 171 of file dof_map_test.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable(), libMesh::System::attach_constraint_object(), libMesh::MeshTools::Generation::build_square(), libMesh::FIRST, libMesh::System::get_dof_map(), libMesh::EquationSystems::init(), mesh, libMesh::QUAD4, libMesh::DofMap::set_error_on_constraint_loop(), and TestCommWorld.
|
inline |
Definition at line 82 of file dof_map_test.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable(), libMesh::Elem::build(), libMesh::MeshTools::Generation::build_cube(), libMesh::DofMap::dof_owner(), libMesh::DofMapBase::end_dof(), libMesh::DofMapBase::first_dof(), libMesh::System::get_dof_map(), libMesh::HIERARCHIC, libMesh::EquationSystems::init(), mesh, libMesh::DofMap::n_dofs(), TestCommWorld, and libMesh::THIRD.
|
inline |
Definition at line 119 of file dof_map_test.C.
References libMesh::EDGE3.
|
inline |
Definition at line 122 of file dof_map_test.C.
References libMesh::HEX27.
|
inline |
Definition at line 120 of file dof_map_test.C.
References libMesh::QUAD9.
|
inline |
Definition at line 121 of file dof_map_test.C.
References libMesh::TRI6.