20 #ifndef __mast__constant_field_function__ 21 #define __mast__constant_field_function__ 64 virtual void operator() (
const libMesh::Point& p,
74 const libMesh::Point& p,
91 #endif // __mast__constant_field_function__
virtual void derivative(const MAST::FunctionBase &f, Real &v) const
calculates the value of the function at the specified point, p, and time, t, and returns it in v...
This is a scalar function whose value can be changed and one that can be used as a design variable in...
virtual void operator()(Real &v) const
calculates the value of the function at the specified point, p, and time, t, and returns it in v...
virtual ~ConstantFieldFunction()
const MAST::Parameter & _p
parameter which defines this field function
This creates the base class for functions that have a saptial and temporal dependence, and provide sensitivity operations with respect to the functions and parameters.
ConstantFieldFunction(const std::string &nm, const MAST::Parameter &p)