Home
last modified time | relevance | path

Searched refs:default_algebraic_ghosting (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/tests/base/
H A Dpoint_neighbor_coupling_test.C68 (sys.get_dof_map().default_algebraic_ghosting()); in testCoupling()
H A Ddefault_coupling_test.C62 sys.get_dof_map().default_algebraic_ghosting().set_n_levels(3); in testCoupling()
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Ddof_map.h403 DefaultCoupling & default_algebraic_ghosting() { return *_default_evaluating; } in default_algebraic_ghosting() function
/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map.C1828 this->remove_algebraic_ghosting_functor(this->default_algebraic_ghosting()); in remove_default_ghosting()
1836 this->add_algebraic_ghosting_functor(this->default_algebraic_ghosting()); in add_default_ghosting()