MAST
MAST::LevelSetVoidSolution Class Reference

This will compute the solution at the interface under the assumption of zero surface normal flux. More...

#include <level_set_void_solution.h>

Inheritance diagram for MAST::LevelSetVoidSolution:
Collaboration diagram for MAST::LevelSetVoidSolution:

Public Member Functions

 LevelSetVoidSolution ()
 
virtual ~LevelSetVoidSolution ()
 
virtual void init (MAST::AssemblyBase &assembly)
 
virtual void init (MAST::AssemblyBase &assembly, MAST::LevelSetIntersection &intersection, MAST::LevelSetInterfaceDofHandler &dof_handler)
 
virtual void clear ()
 
MAST::AssemblyBaseget_assembly ()
 
void update_void_solution (libMesh::NumericVector< Real > &X, libMesh::NumericVector< Real > &dX)
 
- Public Member Functions inherited from MAST::AssemblyBase::SolverMonitor
 SolverMonitor ()
 
virtual ~SolverMonitor ()
 

Protected Attributes

MAST::AssemblyBase_assembly
 
MAST::LevelSetIntersection_intersection
 
MAST::LevelSetInterfaceDofHandler_dof_handler
 

Detailed Description

This will compute the solution at the interface under the assumption of zero surface normal flux.

The element solution in the positive region of the level set function is computed from finite element analysis, while the solution on the nodes in the negative domain are identified through Schur-Factorization.

Definition at line 42 of file level_set_void_solution.h.

Constructor & Destructor Documentation

MAST::LevelSetVoidSolution::LevelSetVoidSolution ( )

Definition at line 96 of file level_set_void_solution.cpp.

MAST::LevelSetVoidSolution::~LevelSetVoidSolution ( )
virtual

Definition at line 107 of file level_set_void_solution.cpp.

Here is the call graph for this function:

Member Function Documentation

void MAST::LevelSetVoidSolution::clear ( )
virtual

Implements MAST::AssemblyBase::SolverMonitor.

Definition at line 155 of file level_set_void_solution.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

MAST::AssemblyBase& MAST::LevelSetVoidSolution::get_assembly ( )
inline

Definition at line 62 of file level_set_void_solution.h.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void MAST::LevelSetVoidSolution::init ( MAST::AssemblyBase assembly)
inlinevirtual

Implements MAST::AssemblyBase::SolverMonitor.

Definition at line 51 of file level_set_void_solution.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void MAST::LevelSetVoidSolution::init ( MAST::AssemblyBase assembly,
MAST::LevelSetIntersection intersection,
MAST::LevelSetInterfaceDofHandler dof_handler 
)
virtual

Definition at line 116 of file level_set_void_solution.cpp.

Here is the call graph for this function:

void MAST::LevelSetVoidSolution::update_void_solution ( libMesh::NumericVector< Real > &  X,
libMesh::NumericVector< Real > &  dX 
)

Definition at line 181 of file level_set_void_solution.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

MAST::AssemblyBase* MAST::LevelSetVoidSolution::_assembly
protected

Definition at line 73 of file level_set_void_solution.h.

MAST::LevelSetInterfaceDofHandler* MAST::LevelSetVoidSolution::_dof_handler
protected

Definition at line 77 of file level_set_void_solution.h.

MAST::LevelSetIntersection* MAST::LevelSetVoidSolution::_intersection
protected

Definition at line 75 of file level_set_void_solution.h.


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