This uses the displacement gradient to calculate the rotation in a given surface normal.
More...
|
| NormalRotationFunctionBase (const std::string &nm) |
|
virtual | ~NormalRotationFunctionBase () |
|
virtual void | operator() (const libMesh::Point &p, const libMesh::Point &n, const Real t, ValType &dn_rot) const =0 |
|
virtual void | perturbation (const libMesh::Point &p, const libMesh::Point &n, const Real t, ValType &dn_rot) const =0 |
|
| FieldFunction (const std::string &nm) |
|
virtual void | operator() (ValType &v) const |
| calculates the value of the function and returns it in v . More...
|
|
virtual void | perturbation (ValType &v) const |
| calculates the perturbation and returns it in v . More...
|
|
virtual void | derivative (const MAST::FunctionBase &f, ValType &v) const |
| calculates the value of the function derivative and returns it in v . More...
|
|
virtual void | operator() (const libMesh::Point &p, const Real t, ValType &v) const |
| calculates the value of the function at the specified point, p , and time, t , and returns it in v . More...
|
|
virtual void | perturbation (const libMesh::Point &p, const Real t, ValType &v) const |
| calculates the value of a perturbation in function at the specified point, p , and time, t , and returns it in v . More...
|
|
virtual void | derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, ValType &v) const |
| calculates the value of the derivative of function with respect to the function f at the specified point, p , and time, t , and returns it in v . More...
|
|
| FunctionBase (const std::string &nm, const bool is_field_func) |
| initializes the parameter to the given name More...
|
|
| FunctionBase (const MAST::FunctionBase &f) |
| Copy constructor. More...
|
|
virtual | ~FunctionBase () |
| virtual destructor More...
|
|
const std::string & | name () const |
| returns the name of this function More...
|
|
virtual bool | depends_on (const MAST::FunctionBase &f) const |
| returns true if the function depends on the provided value More...
|
|
virtual bool | is_shape_parameter () const |
|
virtual void | set_as_shape_parameter (bool f) |
|
virtual bool | is_topology_parameter () const |
|
virtual void | set_as_topology_parameter (bool f) |
|
template<typename ValType>
class MAST::NormalRotationFunctionBase< ValType >
This uses the displacement gradient to calculate the rotation in a given surface normal.
Definition at line 34 of file normal_rotation_function_base.h.