getMesh.h File Reference
Detailed Description
Definition file for mesh conversion functions.
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include "OFELI_Config.h"
#include "FFI.h"
#include "Mesh.h"
#include "MeshUtil.h"
#include "Point.h"
#include "util.h"
#include "DMatrix.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Functions | |
| void | getBamg (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Bamg format. | |
| void | getEasymesh (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Easymesh format. | |
| void | getEMC2 (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in EMC2 format. | |
| void | getGambit (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Gambit neutral format. | |
| void | getGmsh (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Gmsh format. | |
| void | getMatlab (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a Matlab mesh data. | |
| void | getNetgen (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Netgen format. | |
| void | getTetgen (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Tetgen format. | |
| void | getTriangle (const string &file, Mesh &mesh, size_t nb_dof=1) |
| Construct an instance of class Mesh from a mesh file stored in Triangle format. | |