MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
MAST::ComplexNormalRotationMeshFunction Class Reference

Detailed Description

Definition at line 34 of file complex_normal_rotation_mesh_function.h.

#include <complex_normal_rotation_mesh_function.h>

Inheritance diagram for MAST::ComplexNormalRotationMeshFunction:
Collaboration diagram for MAST::ComplexNormalRotationMeshFunction:

Public Member Functions

 ComplexNormalRotationMeshFunction (const std::string &nm, MAST::ComplexMeshFieldFunction &func)
 
virtual ~ComplexNormalRotationMeshFunction ()
 
virtual void operator() (const libMesh::Point &p, const libMesh::Point &n, const Real t, ComplexVectorX &dn_rot) const
 
virtual void perturbation (const libMesh::Point &p, const libMesh::Point &n, const Real t, ComplexVectorX &dn_rot) const
 
- Public Member Functions inherited from MAST::NormalRotationFunctionBase< ComplexVectorX >
 NormalRotationFunctionBase (const std::string &nm)
 
virtual ~NormalRotationFunctionBase ()
 
- Public Member Functions inherited from MAST::FieldFunction< ComplexVectorX >
 FieldFunction (const std::string &nm)
 
virtual void derivative (const MAST::FunctionBase &f, ComplexVectorX &v) const
 calculates the value of the function derivative and returns it in v. More...
 
virtual void derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, ComplexVectorX &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...
 
virtual void operator() (ComplexVectorX &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void operator() (const libMesh::Point &p, const Real t, ComplexVectorX &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 (ComplexVectorX &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, ComplexVectorX &v) const
 calculates the value of a perturbation in function at the specified point, p, and time, t, and returns it in v. More...
 
- Public Member Functions inherited from MAST::FunctionBase
 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...
 
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 bool is_topology_parameter () const
 
const std::string & name () const
 returns the name of this function More...
 
virtual void set_as_shape_parameter (bool f)
 
virtual void set_as_topology_parameter (bool f)
 

Protected Attributes

MAST::ComplexMeshFieldFunction_func
 mesh field function More...
 
- Protected Attributes inherited from MAST::FunctionBase
std::set< const MAST::FunctionBase * > _functions
 set of functions that this function depends on More...
 
bool _is_field_func
 flag to store the nature of field function More...
 
bool _is_shape_parameter
 
bool _is_topology_parameter
 
std::string _name
 name of this parameter More...
 

Constructor & Destructor Documentation

◆ ComplexNormalRotationMeshFunction()

MAST::ComplexNormalRotationMeshFunction::ComplexNormalRotationMeshFunction ( const std::string &  nm,
MAST::ComplexMeshFieldFunction func 
)

Definition at line 26 of file complex_normal_rotation_mesh_function.cpp.

◆ ~ComplexNormalRotationMeshFunction()

virtual MAST::ComplexNormalRotationMeshFunction::~ComplexNormalRotationMeshFunction ( )
inlinevirtual

Definition at line 43 of file complex_normal_rotation_mesh_function.h.

Member Function Documentation

◆ operator()()

void MAST::ComplexNormalRotationMeshFunction::operator() ( const libMesh::Point &  p,
const libMesh::Point &  n,
const Real  t,
ComplexVectorX dn_rot 
) const
virtual

◆ perturbation()

void MAST::ComplexNormalRotationMeshFunction::perturbation ( const libMesh::Point &  p,
const libMesh::Point &  n,
const Real  t,
ComplexVectorX dn_rot 
) const
virtual

Member Data Documentation

◆ _func

MAST::ComplexMeshFieldFunction& MAST::ComplexNormalRotationMeshFunction::_func
protected

mesh field function

Definition at line 61 of file complex_normal_rotation_mesh_function.h.


The documentation for this class was generated from the following files: