|
libMesh
|
#include <dof_object_test.h>
Public Member Functions | |
| void | setUp (DerivedClass *derived_instance) |
| void | testSetId () |
| void | testValidId () |
| void | testInvalidateId () |
| void | testSetProcId () |
| void | testValidProcId () |
| void | testInvalidateProcId () |
| void | testSetNSystems () |
| void | testSetNVariableGroups () |
| void | testAddExtraData () |
| void | testAddSystemExtraInts () |
| void | testSetNSystemsExtraInts () |
| void | testSetNVariableGroupsExtraInts () |
| void | testManualDofCalculation () |
| void | testJensEftangBug () |
Protected Attributes | |
| std::string | libmesh_suite_name |
Private Attributes | |
| DerivedClass * | instance |
Definition at line 25 of file dof_object_test.h.
|
inline |
Definition at line 34 of file dof_object_test.h.
References DofObjectTest< DerivedClass >::instance.
Referenced by NodeTest::setUp().
|
inline |
Definition at line 147 of file dof_object_test.h.
References libMesh::DofObject::add_extra_integers(), libMesh::DofObject::get_extra_datum(), libMesh::DofObject::get_extra_integer(), libMesh::DofObject::has_extra_integers(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_id, libMesh::DofObject::n_extra_integers(), libMesh::pi, libMesh::Real, libMesh::DofObject::set_extra_datum(), and libMesh::DofObject::set_extra_integer().
|
inline |
Definition at line 196 of file dof_object_test.h.
References libMesh::DofObject::add_extra_integers(), libMesh::DofObject::add_system(), libMesh::DofObject::get_extra_integer(), libMesh::DofObject::has_extra_integers(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_id, libMesh::DofObject::n_extra_integers(), libMesh::DofObject::n_systems(), libMesh::DofObject::n_vars(), and libMesh::DofObject::set_extra_integer().
|
inline |
Definition at line 62 of file dof_object_test.h.
References DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalidate_id(), libMesh::DofObject::set_id(), and libMesh::DofObject::valid_id().
|
inline |
Definition at line 97 of file dof_object_test.h.
References libMesh::global_processor_id(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalidate_processor_id(), libMesh::DofObject::processor_id(), and libMesh::DofObject::valid_processor_id().
|
inline |
Definition at line 397 of file dof_object_test.h.
References libMesh::DofObject::dof_number(), DofObjectTest< DerivedClass >::instance, and libMesh::DofObject::set_buffer().
|
inline |
Definition at line 353 of file dof_object_test.h.
References libMesh::DofObject::dof_number(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::set_n_comp_group(), libMesh::DofObject::set_n_systems(), libMesh::DofObject::set_n_vars_per_group(), libMesh::DofObject::set_vg_dof_base(), and libMesh::DofObject::vg_dof_base().
|
inline |
Definition at line 39 of file dof_object_test.h.
References libMesh::DofObject::id(), DofObjectTest< DerivedClass >::instance, and libMesh::DofObject::set_id().
|
inline |
Definition at line 109 of file dof_object_test.h.
References DofObjectTest< DerivedClass >::instance, libMesh::DofObject::n_systems(), and libMesh::DofObject::set_n_systems().
|
inline |
Definition at line 261 of file dof_object_test.h.
References libMesh::DofObject::add_extra_integers(), libMesh::DofObject::get_extra_integer(), libMesh::DofObject::has_extra_integers(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_id, libMesh::DofObject::n_extra_integers(), libMesh::DofObject::n_systems(), libMesh::DofObject::set_extra_integer(), and libMesh::DofObject::set_n_systems().
|
inline |
Definition at line 120 of file dof_object_test.h.
References DofObjectTest< DerivedClass >::instance, libMesh::DofObject::n_var_groups(), libMesh::DofObject::n_vars(), libMesh::DofObject::set_n_systems(), and libMesh::DofObject::set_n_vars_per_group().
|
inline |
Definition at line 311 of file dof_object_test.h.
References libMesh::DofObject::add_extra_integers(), libMesh::DofObject::get_extra_integer(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_id, libMesh::DofObject::n_extra_integers(), libMesh::DofObject::n_var_groups(), libMesh::DofObject::n_vars(), libMesh::DofObject::set_extra_integer(), libMesh::DofObject::set_n_systems(), and libMesh::DofObject::set_n_vars_per_group().
|
inline |
Definition at line 74 of file dof_object_test.h.
References libMesh::global_processor_id(), DofObjectTest< DerivedClass >::instance, and libMesh::DofObject::processor_id().
|
inline |
Definition at line 49 of file dof_object_test.h.
References DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_id, libMesh::DofObject::set_id(), and libMesh::DofObject::valid_id().
|
inline |
Definition at line 84 of file dof_object_test.h.
References libMesh::global_processor_id(), DofObjectTest< DerivedClass >::instance, libMesh::DofObject::invalid_processor_id, libMesh::DofObject::processor_id(), and libMesh::DofObject::valid_processor_id().
|
private |
Definition at line 28 of file dof_object_test.h.
Referenced by DofObjectTest< DerivedClass >::setUp(), DofObjectTest< DerivedClass >::testAddExtraData(), DofObjectTest< DerivedClass >::testAddSystemExtraInts(), DofObjectTest< DerivedClass >::testInvalidateId(), DofObjectTest< DerivedClass >::testInvalidateProcId(), DofObjectTest< DerivedClass >::testJensEftangBug(), DofObjectTest< DerivedClass >::testManualDofCalculation(), DofObjectTest< DerivedClass >::testSetId(), DofObjectTest< DerivedClass >::testSetNSystems(), DofObjectTest< DerivedClass >::testSetNSystemsExtraInts(), DofObjectTest< DerivedClass >::testSetNVariableGroups(), DofObjectTest< DerivedClass >::testSetNVariableGroupsExtraInts(), DofObjectTest< DerivedClass >::testSetProcId(), DofObjectTest< DerivedClass >::testValidId(), and DofObjectTest< DerivedClass >::testValidProcId().
|
protected |
Definition at line 31 of file dof_object_test.h.