#include <NekNumRanks.h>
Public Member Functions | |
NekNumRanks (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual Real | getValue () const override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const NekRSProblemBase * | _nek_problem |
The NekRSProblemBase required by all objects which inherit from NekBase. | |
const NekRSMesh * | _nek_mesh |
Underlying NekRSMesh, if present. | |
Display the number of MPI ranks used to run NekRS. This can be useful for understanding how MPI communicators are split when more than one NekRS case is being run (either for physics multiapps or in stochastic simulation, for instance).
NekNumRanks::NekNumRanks | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
|
static |
|
protectedinherited |
The NekRSProblemBase required by all objects which inherit from NekBase.