demo05

fprintf('--------------- demo05\n')
fprintf('3D partitioned mesh from geofile using ''MshFileVersion''=''2.2''\n')
fprintf('---------------\n')
geofile='cylinderkey';np=5;
fprintf('1. Building partitioned mesh file\n')
fprintf('   -> geofile : %s\n',geofile)
fprintf('   -> number of partitions : %d\n',np);
pmfile=fc_oogmsh.gmsh.buildpartmesh(geofile,np,'verbose',2,'force',true,'MshFileVersion','2.2');
fprintf('   -> partitioned msh file : %s\n',fc_oogmsh.pathrep(pmfile));
fprintf('2. Reading the partitioned mesh file\n')
pGh=fc_oogmsh.ooGmsh2(pmfile)
--------------- demo05
3D partitioned mesh from geofile using 'MshFileVersion'='2.2'
---------------
1. Building partitioned mesh file
   -> geofile : cylinderkey
   -> number of partitions : 5
[fc-oogmsh] Input file : <fc-oogmsh>/geodir/3d/cylinderkey.geo
[fc-oogmsh] Overwritting mesh file <fc-oogmsh>/meshes/cylinderkey-10-part5.msh
[fc-oogmsh] Starting building mesh <fc-oogmsh>/meshes/cylinderkey-10-part5.msh with gmsh 4.2.2
[fc-oogmsh]  Using command : gmsh -2 -saveall -part 5 -setnumber N 10  -string "Mesh.MshFileVersion=2.2;"   <fc-oogmsh>/geodir/3d/cylinderkey.geo -o <fc-oogmsh>/meshes/cylinderkey-10-part5.msh
 Be patient...
[fc-oogmsh] Using gmsh 4.2.2 to write MSH file format version 2.2 in <fc-oogmsh>/meshes/cylinderkey-10-part5.msh
   -> partitioned msh file : <fc-oogmsh>/meshes/cylinderkey-10-part5.msh
2. Reading the partitioned mesh file
pGh =
 
  fc_oogmsh.ooGmsh2 with properties:
          MeshFormat: (1x1 struct)
                 dim: 3 double
            meshfile: (1x80 char)
                  nq: 3325 double
              orders: 1 double
    partitionnedfile: 1 logical
                   q: (3x3325 double)
               sElts: (3x1 struct)
            toGlobal: (1x3325 double)
               types: [ 1 2 15 ] (1x3 double)