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