21 #ifndef __mast__polar_coordinate_base__ 22 #define __mast__polar_coordinate_base__ 49 virtual void operator() (
const libMesh::Point& p,
59 const libMesh::Point& p,
73 #endif // __mast__polar_coordinate_base__
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...
Defines a polar coordinate system with the radius and obtained from the two parameters provided in th...
MAST::FieldFunction< Real > & _theta
Matrix< Real, Dynamic, Dynamic > RealMatrixX
virtual ~PolarCoordinate()
PolarCoordinate(const std::string &nm, MAST::FieldFunction< Real > &theta)
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...
Provides the transformation matrix T to transform vector from the orientation provided in this matrix...