14#include "libmesh/ghosting_functor.h"
16#include <unordered_map>
43 processor_id_type pid)
const;
47 std::vector<processor_id_type>
_pids;
53 std::vector<std::unordered_map<processor_id_type, libMesh::GhostingFunctor::map_type>>
_maps;
This object loops over all of the underlying ghosting functors added by libMesh or MOOSE through Rela...
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
NonlinearSystemBase & _nl
virtual void meshChanged() override
Called on this object when the mesh changes.
virtual void execute() override
Execute method.
std::vector< processor_id_type > _pids
The PID to show the ghosting for.
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job.
virtual void finalize() override
Finalize.
Real getElementalValue(const Elem *elem, Moose::RelationshipManagerType rm_type, processor_id_type pid) const
static InputParameters validParams()
std::vector< std::unordered_map< processor_id_type, libMesh::GhostingFunctor::map_type > > _maps
Ghost Functor maps Dimension one: Map type (Geometric, Algebraic) Dimension two: Proc ID -> Map Dimen...
const InputParameters & parameters() const
Get the parameters of the object.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
Nonlinear system to be solved.
RelationshipManagerType
Main types of Relationship Managers.