Yep, if you encounter issues with what you want to do, please write us on [email protected] and share a sample .msh or .geo file. Most things work with both ASCII and binary formats, albeit serial read then distribute rather than direct parallel read (which is hard with the Gmsh formats).
Praveen C <[email protected]> writes: > Another way is explained here > > https://lists.mcs.anl.gov/pipermail/petsc-users/2019-May/038519.html > <https://lists.mcs.anl.gov/pipermail/petsc-users/2019-May/038519.html> > > Best > praveen > >> On 03-Dec-2020, at 6:21 PM, Praveen C <[email protected]> wrote: >> >> We have used this in our code, though I did not implement it, so I dont know >> the details. >> >> Here is sample code >> >> >> // get gmsh boundary tag >> PetscInt bdry_tag; >> ierr = DMGetLabelValue(dm, "Face Sets", face_no, &bdry_tag); >> CHKERRQ(ierr); >> >> Best >> praveen > > _______________________________________________ > gmsh mailing list > [email protected] > http://onelab.info/mailman/listinfo/gmsh _______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
