66 static std::map<unsigned int, unsigned int>
_counter;
Definition NekTransferBase.h:32
Base class for transferring scalars (single numbers) between NekRS and MOOSE.
Definition ScalarTransferBase.h:25
ScalarTransferBase(const InputParameters ¶meters)
const unsigned int offset() const
Definition ScalarTransferBase.h:41
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() const
Definition ScalarTransferBase.h:47
unsigned int _offset
Offset in the slot to write the scalar value.
Definition ScalarTransferBase.h:57
static std::map< unsigned int, unsigned int > _counter
Definition ScalarTransferBase.h:66
const Real & _scaling
A multiplier to apply to the value passed in.
Definition ScalarTransferBase.h:51
static InputParameters validParams()