Skip to content
DANG Truong edited this page May 31, 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.

Remarks:

  • You will need a mature C++11 compiler to compile and run my code.
  • I have compiled and run my code successfully with g++ 5.1.0, Visual Studio 2015 Community Edition, Intel C++ 2018 for Linux.
  • The default C++ compiler of Ubuntu 14.04 LTS (g++ 4.8.4) failed to compile my code.

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