#include <baseclass.hxx>
Inheritance diagram for Multivac::CLevelSet< T >:
Public Member Functions | |
CLevelSet () throw () | |
Default constructor. | |
virtual | ~CLevelSet () throw () |
Destructor. | |
virtual void | Init (CMesh< T > &Mesh)=0 |
virtual void | Reallocate (int i, int j) |
Matrix< T > & | GetValues () |
Returns the matrix that stores level set values on grid points. | |
virtual T & | operator() (int i, int j) |
virtual void | Save (string PhiFile) const=0 |
Protected Attributes | |
Matrix< T > | Values |
Level set values on grid points (for an orthogonal mesh). |
Defines the level set interface. All level set functions must be defined in the same way.
|
Returns the matrix that stores level set values on grid points. The matrix is returned by reference.
|
|
|
|
|