LifeV
ImporterMesh2D.hpp File Reference

Mesh reader from mesh2D files. More...

+ Include dependency graph for ImporterMesh2D.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

SUBROUTINE_F77 F77NAME() readmesh2d (I_F77 &ne, I_F77 &np, I_F77 &nptot, I_F77 &nb, I_F77 &nps, I_F77 &nx, I_F77 &ndimn, I_F77 &npe, I_F77 &npb, I_F77 &npc, I_F77 *iel, I_F77 &nd, R4_F77 *coor, I_F77 &ndc, R4_F77 &xmin, R4_F77 &xmax, R4_F77 &ymin, R4_F77 &ymax, I_F77 *ib, I_F77 &nbd, I_F77 *ic, I_F77 *bc, I_F77 *ie, I_F77 *cpl, R4_F77 *xmed, I_F77 &isw, I_F77 &ierr, FortranCharacterString filename)
 
SUBROUTINE_F77 F77NAME() readmesh2dhead (I_F77 &ne, I_F77 &np, I_F77 &nptot, I_F77 &npe, I_F77 &nb, I_F77 &nps, I_F77 &nx, I_F77 &npc, I_F77 &ierr, FortranCharacterString filename)
 
template<typename MC >
bool readFreeFemFile (RegionMesh< LinearTriangle, MC > &mesh, const std::string &fileName, markerID_Type regionFlag, bool=false)
 importerMesh2D - reads a mesh in mesh2D(LF) format. More...
 

Detailed Description

Mesh reader from mesh2D files.

Author
Luca Formaggia luca..nosp@m.form.nosp@m.aggia.nosp@m.@pol.nosp@m.imi.i.nosp@m.t
Contributor:
Nur Aiman Fadel nur.f.nosp@m.adel.nosp@m.@mail.nosp@m..pol.nosp@m.imi.i.nosp@m.t
Maintainer:
Nur Aiman Fadel nur.f.nosp@m.adel.nosp@m.@mail.nosp@m..pol.nosp@m.imi.i.nosp@m.t
Date
19-08-1999

Mesh reader that it is able to read 2D meshes from freefem and gmsh files.
ImporterMesh2D reads only triangle meshes.
readMppFiles handles only liner&quad triangles.

Definition in file ImporterMesh2D.hpp.