14#include "libmesh/ghosting_functor.h"
Outputs to an auxiliary variable the ghosting of a GhostingUserObject.
Moose::RelationshipManagerType _rm_type
The type of ghosting functor to get.
static InputParameters validParams()
const GhostingUserObject & _ghost_uo
The reference to the ghosting user object.
virtual void precalculateValue() override
This callback is used for AuxKernelTempls that need to perform a per-element calculation.
bool _include_local
Whether or not to include local elements in the display field.
libMesh::GhostingFunctor::map_type _ghosted_elems
Ghosted elems.
processor_id_type _pid
The PID to show the ghosting for.
virtual Real computeValue() override
Compute and return the value of the aux variable.
Real _value
precalculated element value
This object loops over all of the underlying ghosting functors added by libMesh or MOOSE through Rela...
const InputParameters & parameters() const
Get the parameters of the object.
std::map< const Elem *, const CouplingMatrix *, CompareDofObjectsByPIDAndThenID > map_type
RelationshipManagerType
Main types of Relationship Managers.