Skip to content
Snippets Groups Projects

Katropton: Add supports for Gmsh 4

Merged Liegeois Kim requested to merge gmsh_4_mpi into master
1 unresolved thread
Files
5
SetFactory("OpenCASCADE");
If(GMSH_MAJOR_VERSION!=3 || GMSH_MINOR_VERSION!=0 || GMSH_PATCH_VERSION!=6)
If(GMSH_MAJOR_VERSION<=3 && GMSH_MINOR_VERSION<=0 && GMSH_PATCH_VERSION<=6)
Printf("gmsh %g.%g.%g is not supported by this .geo",GMSH_MAJOR_VERSION,GMSH_MINOR_VERSION,GMSH_PATCH_VERSION);
Else
LX = 10;
Loading