31 const std::string & )
const 33 mooseError(
name(),
" does not satisfy the getElementalValueLong interface");
37 const std::string & )
const 39 mooseError(
name(),
" does not satisfy the getElementalValueReal interface");
ElementUOProvider(const InputParameters ¶meters)
virtual const std::string & name() const
Get the name of the class.
static InputParameters validParams()
User object intermediate base class that declares an interface for providing generic fields by name...
virtual Real getElementalValueReal(dof_id_type, const std::string &) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type.
const InputParameters & parameters() const
Get the parameters of the object.
virtual unsigned long getElementalValueLong(dof_id_type, const std::string &) const