MAST
MAST::LevelSetBoundaryVelocity Class Reference

#include <level_set_boundary_velocity.h>

Inheritance diagram for MAST::LevelSetBoundaryVelocity:
Collaboration diagram for MAST::LevelSetBoundaryVelocity:

Public Member Functions

 LevelSetBoundaryVelocity (const unsigned int dim)
 
virtual ~LevelSetBoundaryVelocity ()
 
void init (MAST::SystemInitialization &sys, const libMesh::NumericVector< Real > &sol, const libMesh::NumericVector< Real > &dsol)
 
virtual void operator() (const libMesh::Point &p, const Real t, RealVectorX &v) 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< RealVectorX >
 FieldFunction (const std::string &nm)
 
virtual void operator() (RealVectorX &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void perturbation (RealVectorX &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, RealVectorX &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, RealVectorX &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, RealVectorX &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...
 
- 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...
 
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)
 

Protected Attributes

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

Detailed Description

Definition at line 29 of file level_set_boundary_velocity.h.

Constructor & Destructor Documentation

MAST::LevelSetBoundaryVelocity::LevelSetBoundaryVelocity ( const unsigned int  dim)

Definition at line 24 of file level_set_boundary_velocity.cpp.

MAST::LevelSetBoundaryVelocity::~LevelSetBoundaryVelocity ( )
virtual

Definition at line 31 of file level_set_boundary_velocity.cpp.

Member Function Documentation

void MAST::LevelSetBoundaryVelocity::init ( MAST::SystemInitialization sys,
const libMesh::NumericVector< Real > &  sol,
const libMesh::NumericVector< Real > &  dsol 
)

Definition at line 38 of file level_set_boundary_velocity.cpp.

Here is the call graph for this function:

void MAST::LevelSetBoundaryVelocity::operator() ( const libMesh::Point &  p,
const Real  t,
RealVectorX 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< RealVectorX >.

Definition at line 51 of file level_set_boundary_velocity.cpp.

Here is the call graph for this function:

Member Data Documentation

unsigned int MAST::LevelSetBoundaryVelocity::_dim
protected

Definition at line 47 of file level_set_boundary_velocity.h.

MAST::MeshFieldFunction* MAST::LevelSetBoundaryVelocity::_phi
protected

Definition at line 48 of file level_set_boundary_velocity.h.


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