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
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
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
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::