Skip to content
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.

https://github.com/truongd8593/gmsh-to-vtk-CPP11/blob/master/naca0012.png

NACA 0012 mesh - obtained by gmsh-to-vtk-CPP11

Clone this wiki locally