#include <NekBase.h>
Public Member Functions | |
NekBase (const MooseObject *moose_object, const InputParameters ¶meters) | |
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. | |
NekBase::NekBase | ( | const MooseObject * | moose_object, |
const InputParameters & | parameters | ||
) |
|
static |
|
protected |
The NekRSProblemBase required by all objects which inherit from NekBase.