This directory contains the Gmsh C++ tutorials, written using the Gmsh C++ API. To compile and run the C++ tutorials, you need the Gmsh dynamic library and the associated header file (`gmsh.h'). These ...
std::cout << "*** Step 5 ***\nm4.diagonal():\n" << m4.diagonal() << std::endl; std::cout << "m4.diagonal().start(3)\n" << m4.diagonal().start(3) << std::endl; // demo ...