mrklein / p3d2gmsh

Convert NASA's Plot3D mesh format into Gmsh's MSH format
MIT License
29 stars 20 forks source link

Converting Nasa 2D p2dfmt flate plate to gmsh format. #2

Closed vhuber closed 9 years ago

vhuber commented 9 years ago

From Martin Vymazal martin.vymazal@vki.ac.be

How to compile: g++ convert_flat_plate_mesh.cpp -o convert_flat_plate_mesh

mrklein commented 9 years ago
  1. Please insert copyright, licence and build instructions in the top comment in the C++ file.
  2. nl variable (lines 44-51) in the file is in fact not a number of layers in z-direction but number of blocks in the mesh (well, this can be corrected after merge).