56 const libMesh::Point& p,
MAST::FieldFunction< RealMatrixX > & _basis
std::set< const MAST::FunctionBase * > _functions
set of functions that this function depends on
virtual void derivative(const MAST::FunctionBase &f, ValType &v) const
calculates the value of the function derivative and returns it in v.
Matrix< Real, Dynamic, Dynamic > RealMatrixX
BasisMatrixCoordinate(const std::string &nm, MAST::FieldFunction< RealMatrixX > &basis)
virtual void derivative(const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, RealMatrixX &v) const
calculates the value of the function at the specified point, p, and time, t, and returns it in v...
virtual void operator()(const libMesh::Point &p, const Real t, RealMatrixX &v) const
calculates the value of the function at the specified point, p, and time, t, and returns it in v...
virtual ~BasisMatrixCoordinate()
Provides the transformation matrix T to transform vector from the orientation provided in this matrix...