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
NekScalarValuePostprocessor Class Reference

#include <NekScalarValuePostprocessor.h>

Inheritance diagram for NekScalarValuePostprocessor:
[legend]

Public Member Functions

 NekScalarValuePostprocessor (const InputParameters &parameters)
 
virtual void initialize () override
 
virtual void execute () override
 
virtual Real getValue () const override
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Attributes

const NekScalarValue_uo
 Userobject to report contained 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

Displays the value held by a NekScalarValue userobject, for diagnosis purposes.

Constructor & Destructor Documentation

◆ NekScalarValuePostprocessor()

NekScalarValuePostprocessor::NekScalarValuePostprocessor ( const InputParameters &  parameters)

Member Function Documentation

◆ execute()

virtual void NekScalarValuePostprocessor::execute ( )
inlineoverridevirtual

◆ getValue()

virtual Real NekScalarValuePostprocessor::getValue ( ) const
overridevirtual

◆ initialize()

virtual void NekScalarValuePostprocessor::initialize ( )
inlineoverridevirtual

◆ validParams()

static InputParameters NekScalarValuePostprocessor::validParams ( )
static

Member Data Documentation

◆ _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.

◆ _uo

const NekScalarValue& NekScalarValuePostprocessor::_uo
protected

Userobject to report contained value.


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