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.
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
const InputParameters & parameters() const
Get the parameters of the object.
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...