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

Detailed Description

Definition at line 110 of file orthotropic_element_property_card_3D.cpp.

Inheritance diagram for MAST::OrthotropicProperty3D::PrestressAMatrix:
Collaboration diagram for MAST::OrthotropicProperty3D::PrestressAMatrix:

Public Member Functions

 PrestressAMatrix (const MAST::FieldFunction< RealMatrixX > &prestress, const MAST::CoordinateBase &orient)
 
virtual ~PrestressAMatrix ()
 
virtual void derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, RealMatrixX &m) 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() (const libMesh::Point &p, const Real t, RealMatrixX &m) const
 calculates the value of the function at the specified point, p, and time, t, and returns it in v. More...
 
- Public Member Functions inherited from MAST::FieldFunction< RealMatrixX >
 FieldFunction (const std::string &nm)
 
virtual void derivative (const MAST::FunctionBase &f, RealMatrixX &v) const
 calculates the value of the function derivative and returns it in v. More...
 
virtual void operator() (RealMatrixX &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void perturbation (RealMatrixX &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, RealMatrixX &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

const MAST::CoordinateBase_orient
 
const MAST::FieldFunction< RealMatrixX > & _prestress
 
- 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

◆ PrestressAMatrix()

MAST::OrthotropicProperty3D::PrestressAMatrix::PrestressAMatrix ( const MAST::FieldFunction< RealMatrixX > &  prestress,
const MAST::CoordinateBase orient 
)

Definition at line 400 of file orthotropic_element_property_card_3D.cpp.

◆ ~PrestressAMatrix()

virtual MAST::OrthotropicProperty3D::PrestressAMatrix::~PrestressAMatrix ( )
inlinevirtual

Definition at line 116 of file orthotropic_element_property_card_3D.cpp.

Member Function Documentation

◆ derivative()

void MAST::OrthotropicProperty3D::PrestressAMatrix::derivative ( const MAST::FunctionBase f,
const libMesh::Point &  p,
const Real  t,
RealMatrixX v 
) const
virtual

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.

Reimplemented from MAST::FieldFunction< RealMatrixX >.

Definition at line 428 of file orthotropic_element_property_card_3D.cpp.

◆ operator()()

void MAST::OrthotropicProperty3D::PrestressAMatrix::operator() ( const libMesh::Point &  p,
const Real  t,
RealMatrixX v 
) const
virtual

calculates the value of the function at the specified point, p, and time, t, and returns it in v.

Reimplemented from MAST::FieldFunction< RealMatrixX >.

Definition at line 414 of file orthotropic_element_property_card_3D.cpp.

Member Data Documentation

◆ _orient

const MAST::CoordinateBase& MAST::OrthotropicProperty3D::PrestressAMatrix::_orient
protected

Definition at line 133 of file orthotropic_element_property_card_3D.cpp.

◆ _prestress

const MAST::FieldFunction<RealMatrixX>& MAST::OrthotropicProperty3D::PrestressAMatrix::_prestress
protected

Definition at line 132 of file orthotropic_element_property_card_3D.cpp.


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