MAST
|
This will compute the solution at the interface under the assumption of zero surface normal flux. More...
#include <level_set_void_solution.h>
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::AssemblyBase & | get_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 |
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.
MAST::LevelSetVoidSolution::LevelSetVoidSolution | ( | ) |
Definition at line 96 of file level_set_void_solution.cpp.
|
virtual |
Definition at line 107 of file level_set_void_solution.cpp.
|
virtual |
Implements MAST::AssemblyBase::SolverMonitor.
Definition at line 155 of file level_set_void_solution.cpp.
|
inline |
Definition at line 62 of file level_set_void_solution.h.
|
inlinevirtual |
Implements MAST::AssemblyBase::SolverMonitor.
Definition at line 51 of file level_set_void_solution.h.
|
virtual |
Definition at line 116 of file level_set_void_solution.cpp.
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.
|
protected |
Definition at line 73 of file level_set_void_solution.h.
|
protected |
Definition at line 77 of file level_set_void_solution.h.
|
protected |
Definition at line 75 of file level_set_void_solution.h.