Cardinal
|
#include <NekPostprocessor.h>
Public Member Functions | |
NekPostprocessor (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const MooseMesh & | _mesh |
Base mesh this postprocessor acts on. More... | |
const NekRSMesh * | _nek_mesh |
Underlying NekRSMesh, if present. More... | |
const NekRSProblemBase * | _nek_problem |
Underlying problem. More... | |
const nek_mesh::NekMeshEnum | _pp_mesh |
Which NekRS mesh to act on. More... | |
Base class for providing common information to postprocessors operating directly on the nekRS solution and mesh.
NekPostprocessor::NekPostprocessor | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
Reimplemented in NekMeshInfoPostprocessor.
|
inlineoverridevirtual |
Reimplemented in NekMeshInfoPostprocessor.
|
static |
|
protected |
Base mesh this postprocessor acts on.
|
protected |
Underlying problem.
|
protected |
Which NekRS mesh to act on.