|
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 (testArrayDofIndices) | |
| 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 () |
| void | testArrayDofIndicesWithType (const FEType &fe_type) |
| void | testArrayDofIndices () |
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 | ( | testArrayDofIndices | ) |
| DofMapTest::CPPUNIT_TEST_SUITE_END | ( | ) |
| DofMapTest::LIBMESH_CPPUNIT_TEST_SUITE | ( | DofMapTest | ) |
|
inline |
Definition at line 78 of file dof_map_test.C.
|
inline |
Definition at line 81 of file dof_map_test.C.
|
inline |
Definition at line 223 of file dof_map_test.C.
References libMesh::HIERARCHIC, libMesh::L2_LAGRANGE, libMesh::LAGRANGE, and libMesh::MONOMIAL.
|
inline |
Definition at line 195 of file dof_map_test.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable_array(), libMesh::MeshTools::Generation::build_square(), libMesh::EquationSystems::init(), mesh, libMesh::QUAD9, libMesh::MeshBase::query_elem_ptr(), and TestCommWorld.
|
inline |
Definition at line 127 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 173 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 84 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 121 of file dof_map_test.C.
References libMesh::EDGE3.
|
inline |
Definition at line 124 of file dof_map_test.C.
References libMesh::HEX27.
|
inline |
Definition at line 122 of file dof_map_test.C.
References libMesh::QUAD9.
|
inline |
Definition at line 123 of file dof_map_test.C.
References libMesh::TRI6.
1.8.14