This class samples Real material properties for the integration points in all elements that are inter...
LineMaterialRealSampler(const InputParameters ¶meters)
Class constructor Sets up variables for output based on the properties to be output.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
This is a base class for sampling material properties for the integration points in all elements that...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real getScalarFromProperty(const Real &property, const Point &curr_point) override
Reduce the material property to a scalar for output In this case, the material property is a Real alr...