-
Notifications
You must be signed in to change notification settings - Fork 3
Home
DANG Truong edited this page Mar 9, 2018
·
2 revisions
Welcome to the gmsh-to-vtk-CPP11 wiki!
This is the C++11 version of my Fortran code gmsh-to-vtk-and-tecplot.
Some features:
- Object-oriented programming.
- Intensive use of the C++ standard template library. => No need to new and delete (allocate and deallocate) as in the Fortran version.
NACA 0012 mesh - obtained by gmsh-to-vtk-CPP11