19 "Creates a field showing the assignment of partitions to physical nodes in the cluster.");
24 :
AuxKernel(parameters), _rank_map(_app.rankMap())
const Node *const & _current_node
Current node (valid only for nodal kernels)
registerMooseObject("MooseApp", HardwareIDAux)
static InputParameters validParams()
HardwareIDAux(const InputParameters ¶meters)
const RankMap & _rank_map
"Paints" the ID of of the physical "node" in the cluster the element is located on.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
unsigned int hardwareID(processor_id_type pid) const
Returns the "hardware ID" (a unique ID given to each physical compute node in the job) for a given pr...
const Elem *const & _current_elem
Current element (valid only for elemental kernels)
virtual Real computeValue() override
Compute and return the value of the aux variable.
static InputParameters validParams()
bool isNodal() const
Nodal or elemental kernel?