#include <orthogonal.hxx>
Inheritance diagram for Multivac::COrthogonalMesh< T >:
Public Member Functions | |
COrthogonalMesh () throw () | |
Default constructor. | |
COrthogonalMesh (T Xmin, T Xmax, T Ymin, T Ymax, int Nx, int Ny) throw () | |
Main constructor. | |
~COrthogonalMesh () throw () | |
Destructor. | |
virtual void | Save (string XFile, string YFile) const |
Saves the mesh. | |
virtual void | SaveNonOrthogonalMesh (string PointsFile, string EdgesFile, string TrianglesFile) const |
Saves non-orthogonal mesh. |
|
Saves the mesh. Saves the orthogonal mesh. Abscissae and ordinates of grid points are saved.
Implements Multivac::CMesh< T >. |
|
Saves non-orthogonal mesh. Nothing is done because the current mesh is an orthogonal mesh.
Implements Multivac::CMesh< T >. |