23 void operator()(
const MeshBase::const_element_iterator & range_begin,
24 const MeshBase::const_element_iterator & range_end,
26 map_type & coupled_elements)
override;
28 std::unique_ptr<GhostingFunctor>
clone()
const override;
30 std::string
getInfo()
const override;
virtual bool operator>=(const RelationshipManager &other) const override
Whether this relationship manager provides more or the same amount and type of ghosting as the rhs...
GhostEverything(const InputParameters &)
void operator()(const MeshBase::const_element_iterator &range_begin, const MeshBase::const_element_iterator &range_end, processor_id_type p, map_type &coupled_elements) override
std::map< const Elem *, const CouplingMatrix *, CompareDofObjectsByPIDAndThenID > map_type
uint8_t processor_id_type
static InputParameters validParams()
std::unique_ptr< GhostingFunctor > clone() const override
RelationshipManagers are used for describing what kinds of non-local resources are needed for an obje...
std::string getInfo() const override
Method for returning relationship manager information (suitable for console output).