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