LifeV
|
MeshWriter - Short description of the class. More...
Functions | |
template<typename Mesh > | |
void | writeMeshMedit (std::string fname, Mesh &mesh) |
MeshWriter - Short description of the class.
This file contains the namespace MeshWriters. There a method to write meshes in format MEDIT (ASCII) is implemented. The files in MEDIT format have the extension .mesh and can be read by several softwares (like MEDIT, from INRIA, or GMSH), The method writeMeshMedit implemented here works in serial and only for 3D meshes.
void LifeV::MeshWriter::writeMeshMedit | ( | std::string | fname, |
Mesh & | mesh | ||
) |
Definition at line 60 of file MeshWriter.hpp.