|
libMesh
|
Protected Member Functions | |
| void | build_quad_mesh (unsigned int n_refinements=0) |
| void | init () |
| void | clear () |
| void | setup_coupling_matrix (std::unique_ptr< CouplingMatrix > &coupling) |
Protected Attributes | |
| std::unique_ptr< MeshBase > | _mesh |
| std::unique_ptr< EquationSystems > | _es |
Definition at line 241 of file overlapping_coupling_test.C.
|
inlineprotected |
Definition at line 249 of file overlapping_coupling_test.C.
References _mesh, libMesh::Elem::build_with_id(), libMesh::QUAD4, libMesh::Elem::set_node(), libMesh::Elem::subdomain_id(), TestCommWorld, and libMesh::MeshRefinement::uniformly_refine().
Referenced by OverlappingAlgebraicGhostingTest::run_ghosting_test(), OverlappingCouplingGhostingTest::run_sparsity_pattern_test(), and OverlappingFunctorTest::setUp().
|
inlineprotected |
Definition at line 334 of file overlapping_coupling_test.C.
Referenced by OverlappingFunctorTest::tearDown(), OverlappingAlgebraicGhostingTest::tearDown(), and OverlappingCouplingGhostingTest::tearDown().
|
inlineprotected |
Definition at line 314 of file overlapping_coupling_test.C.
References _es, _mesh, libMesh::System::add_variable(), libMesh::FIRST, and libMesh::LAGRANGE.
Referenced by OverlappingAlgebraicGhostingTest::run_ghosting_test(), OverlappingCouplingGhostingTest::run_sparsity_pattern_test(), and OverlappingFunctorTest::setUp().
|
inlineprotected |
Definition at line 340 of file overlapping_coupling_test.C.
References _es, libMesh::System::n_vars(), and libMesh::System::variable_number().
Referenced by OverlappingAlgebraicGhostingTest::run_ghosting_test(), and OverlappingCouplingGhostingTest::run_sparsity_pattern_test().
|
protected |
Definition at line 247 of file overlapping_coupling_test.C.
Referenced by OverlappingFunctorTest::checkCouplingFunctorTri(), OverlappingFunctorTest::checkCouplingFunctorTriUnifRef(), clear(), init(), OverlappingFunctorTest::run_coupling_functor_test(), OverlappingAlgebraicGhostingTest::run_ghosting_test(), OverlappingFunctorTest::run_partitioner_test(), OverlappingCouplingGhostingTest::run_sparsity_pattern_test(), and setup_coupling_matrix().
|
protected |
Definition at line 245 of file overlapping_coupling_test.C.
Referenced by build_quad_mesh(), OverlappingFunctorTest::checkCouplingFunctorTri(), OverlappingFunctorTest::checkCouplingFunctorTriUnifRef(), clear(), init(), OverlappingFunctorTest::run_coupling_functor_test(), OverlappingAlgebraicGhostingTest::run_ghosting_test(), OverlappingFunctorTest::run_partitioner_test(), and OverlappingCouplingGhostingTest::run_sparsity_pattern_test().