IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
GenerateCoordinates(int dimx, int dimy, int dimz, double minxRef, double maxxRef, double minyRef, double maxyRef, double minzRef, double maxzRef) | IG::Num::UnstructuredMesh3d | [inline] |
GenerateCoordinates(int dimx, int dimy, int dimz, double minxRef, double maxxRef, double minyRef, double maxyRef, double minzRef, double maxzRef, IFunc3d fx, IFunc3d fy, IFunc3d fz) | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d() | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d(int length) | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d(int length, string fieldName) | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d(int length, string fieldName, string fieldDescription) | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d(int dimx, int dimy, int dimz, string fieldName, string fieldDescription, double minx, double maxx, double miny, double maxy, double minz, double maxz) | IG::Num::UnstructuredMesh3d | [inline] |
UnstructuredMesh3d(int dimx, int dimy, int dimz, string fieldName, string fieldDescription, double minxRef, double maxxRef, double minyRef, double maxyRef, double minzRef, double maxzRef, IFunc3d fx, IFunc3d fy, IFunc3d fz) | IG::Num::UnstructuredMesh3d | [inline] |