Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-21 Thread Anna Dalklint via petsc-users
users@mcs.anl.gov Subject: Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex Can you send me the geo or msh file, or instruction on how to build your example? I am not familiar with the gmsh API Blaise On Sep 20, 2023, at 8:16 AM, Anna Dalklint via petsc-users wrote: Ca

Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-21 Thread Blaise Bourdin
Can you send me the geo or msh file, or instruction on how to build your example? I am not familiar with the gmsh API Blaise On Sep 20, 2023, at 8:16 AM, Anna Dalklint via petsc-users wrote: Caution: External email.  Hello, I am trying to lo

Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-20 Thread David Andrs
Hi Anna, I think you are looking at an output from a processor that does not have the face set loaded. If I load your mesh with a single MPI, I see: DM Object: DM_0x8400_0 1 MPI processes type: plex DM_0x8400_0 in 3 dimensions: Number of 0-cells per rank: 27499 Number of 1-cells pe

[petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-20 Thread Anna Dalklint via petsc-users
Hello, I am trying to load a mesh, created via the gmsh api, into a DMPlex. The code is seen below: 6 gmsh::initialize(); 7 elsize0 = 1.0; 8 double a = 20.0; 9 double b = 20.0; 10 double c = 10.0; 11 double d = 30.0; 12 double e = 70.0; 13 14 gmsh::