Loading [MathJax]/extensions/tex2jax.js
Cardinal
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
NekSidePostprocessor Class Reference

#include <NekSidePostprocessor.h>

Inheritance diagram for NekSidePostprocessor:
[legend]

Public Member Functions

 NekSidePostprocessor (const InputParameters &parameters)
 
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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NekSidePostprocessor()

NekSidePostprocessor::NekSidePostprocessor ( const InputParameters &  parameters)

Member Function Documentation

◆ execute()

virtual void NekSidePostprocessor::execute ( )
inlineoverridevirtual

◆ initialize()

virtual void NekSidePostprocessor::initialize ( )
inlineoverridevirtual

◆ validParams()

static InputParameters NekSidePostprocessor::validParams ( )
static

Member Data Documentation

◆ _boundary

const std::vector<int>& NekSidePostprocessor::_boundary
protected

boundary IDs of the nekRS mesh over which to find the extreme value

◆ _nek_mesh

const NekRSMesh* NekBase::_nek_mesh
protectedinherited

Underlying NekRSMesh, if present.

◆ _nek_problem

const NekRSProblemBase* NekBase::_nek_problem
protectedinherited

The NekRSProblemBase required by all objects which inherit from NekBase.

◆ _pp_mesh

const nek_mesh::NekMeshEnum NekSidePostprocessor::_pp_mesh
protected

Which NekRS mesh to act on.


The documentation for this class was generated from the following file: