Feel++ File Formats
1. Feel++ Formats
For performance reasons and allow fast checkpoint restart of simulations, we have develop our own mesh and data file format in parallel.
Format  | 
Description  | 
Mode  | 
Type  | 
  | 
Feel++ parallel file format  | 
Read/Write  | 
Metadata & Binary  | 
The format is decomposed into two files : (i) a json file (.json file extension) which contain some metadata information on the mesh and (ii) a hdf5 file (.h5 file extension) which contains the mesh data structure.
2. Pre-Processing formats
Feel++ supports various file formats that can be used as input mesh file formats.
Format  | 
Description  | 
Mode  | 
Type  | 
  | 
Acusim(ALTAIR) mesh file format  | 
Read  | 
Ascii  | 
  | 
Gmsh mesh file format  | 
Read/Write  | 
Ascii/Binary  | 
  | 
Feel++ parallel file format  | 
Read/Write  | 
Metadata & Binary  | 
  | 
MED(Salome) mesh file format  | 
Read/Write  | 
Ascii/Binary  | 
  | 
MEDIT(INRIA) mesh file format  | 
Read/Write  | 
Ascii  | 
3. Post Processing formats
Feel++ supports various file formats that can be used as output mesh and data file formats for post-processing.
Format  | 
Description  | 
Mode  | 
Type  | 
  | 
Gmsh mesh file format  | 
Read/Write  | 
Ascii/Binary  | 
  | 
Ensight Gold case format  | 
Write  | 
Binary  | 
  | 
H3D file format  | 
Read  | 
Database  | 
  | 
XML/HDF5 file format  | 
Write  | 
  | 
| The H3D file format requires that you have the Altair Hypermesh software installed. |