#include <NekSidePostprocessor.h>
Public Member Functions | |
NekSidePostprocessor (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const nek_mesh::NekMeshEnum | _pp_mesh |
Which NekRS mesh to act on. | |
const std::vector< int > & | _boundary |
boundary IDs of the nekRS mesh over which to find the extreme value | |
const NekRSProblemBase * | _nek_problem |
The NekRSProblemBase required by all objects which inherit from NekBase. | |
const NekRSMesh * | _nek_mesh |
Underlying NekRSMesh, if present. | |
Base class for performing sideset postprocessor operations within nekRS. This class just checks that the boundary supplied by the user is a valid ID within the nekRS mesh.
NekSidePostprocessor::NekSidePostprocessor | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
static |
|
protected |
boundary IDs of the nekRS mesh over which to find the extreme value
|
protectedinherited |
The NekRSProblemBase required by all objects which inherit from NekBase.
|
protected |
Which NekRS mesh to act on.