21 #ifndef __mast__basis_matrix_coordinate__ 22 #define __mast__basis_matrix_coordinate__ 49 virtual void operator() (
const libMesh::Point& p,
59 const libMesh::Point& p,
74 #endif // __mast__basis_matrix_coordinate__
Provides the transformation matrix T to transform vector from the orientation provided in this matrix...
MAST::FieldFunction< RealMatrixX > & _basis
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...