ReporterOffsetFunctionMaterialTempl< true > ADReporterOffsetFunctionMaterial
std::vector< Real > _zeros_vec
convenience vectors (these are not const because reporters can change their size) ...
ReporterOffsetFunctionMaterialTempl< false > ReporterOffsetFunctionMaterial
const std::vector< Real > & _coordx
Reporter offset locations for function.
This class defines a material with an associated offset function.
const std::vector< Real > & _coordy
y coordinate
static InputParameters validParams()
std::vector< Point > _zeros_pts
const std::vector< Point > & _points
xyz point
Real computeOffsetFunction(const Point &point_offset)
Calculates the value of the function at the given offset point.
virtual void computeQpProperties() override
const std::vector< Real > & _coordz
z coordinate
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
ReporterOffsetFunctionMaterialTempl(const InputParameters ¶meters)
const std::string _prop_name
Base name of the material system.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Function & _func
The function being used for evaluation.
const InputParameters & parameters() const
const bool _read_in_points
bool if data format read in is points
GenericMaterialProperty< Real, is_ad > & _material
Misfit value at each quadrature point.