66 static std::map<unsigned int, unsigned int>
_counter;
unsigned int _offset
Offset in the slot to write the scalar value.
Definition: ScalarTransferBase.h:57
Definition: NekTransferBase.h:31
unsigned int _usrwrk_slot
Slot in usrwrk to write the scalar value.
Definition: ScalarTransferBase.h:54
const unsigned int usrwrkSlot() const
Definition: ScalarTransferBase.h:35
const Real & _scaling
A multiplier to apply to the value passed in.
Definition: ScalarTransferBase.h:51
Base class for transferring scalars (single numbers) between NekRS and MOOSE.
Definition: ScalarTransferBase.h:24
static std::map< unsigned int, unsigned int > _counter
Definition: ScalarTransferBase.h:66
ScalarTransferBase(const InputParameters ¶meters)
const Real & scaling() const
Definition: ScalarTransferBase.h:47
static InputParameters validParams()
const unsigned int offset() const
Definition: ScalarTransferBase.h:41