21#include "MooseObject.h"
22#include "PostprocessorInterface.h"
Definition NekRSMesh.h:51
Solve nekRS wrapped as a MOOSE app.
Definition NekRSProblem.h:37
Definition NekTransferBase.h:32
const MooseEnum & direction() const
Get the direction of the transfer.
Definition NekTransferBase.h:45
static InputParameters validParams()
NekRSProblem & _nek_problem
The NekRSProblem using the field transfer interface.
Definition NekTransferBase.h:62
virtual void readDataFromNek()
Read data from Nek.
Definition NekTransferBase.h:42
NekTransferBase(const InputParameters ¶meters)
NekRSMesh * _nek_mesh
The underlying NekRSMesh mirror.
Definition NekTransferBase.h:65
void checkAllocatedUsrwrkSlot(const unsigned int &u) const
void addExternalPostprocessor(const std::string name, const Real initial)
virtual void sendDataToNek()
Send data to Nek.
Definition NekTransferBase.h:39
const MooseEnum & _direction
Direction of the transfer.
Definition NekTransferBase.h:68