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

#include <NekBase.h>

Inheritance diagram for NekBase:
[legend]

Public Member Functions

 NekBase (const MooseObject *moose_object, const InputParameters &parameters)
 

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.
 

Constructor & Destructor Documentation

◆ NekBase()

NekBase::NekBase ( const MooseObject *  moose_object,
const InputParameters &  parameters 
)

Member Function Documentation

◆ validParams()

static InputParameters NekBase::validParams ( )
static

Member Data Documentation

◆ _nek_mesh

const NekRSMesh* NekBase::_nek_mesh
protected

Underlying NekRSMesh, if present.

◆ _nek_problem

const NekRSProblemBase* NekBase::_nek_problem
protected

The NekRSProblemBase required by all objects which inherit from NekBase.


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