Re: [petsc-dev] Error creating DMPlex from CGNS file

2024-04-28 Thread Jed Brown
Thanks for fixing this issue. To contribute, the standard practice is to make a fork and push there. https: //urldefense. us/v3/__https: //gitlab. com/petsc/petsc/-/forks/new__;!!G_uCfscf7eWS!dT8V-NZ0-KPA3SkO_ZJ7HqQVqnCB0IftBhmT_RQAaVE2s3mVhMzzLkDDiw1LV3RyVSXBuH5a7Dk9JZVDoAA$ ZjQcmQRYFpfpt

Re: [petsc-dev] Error creating DMPlex from CGNS file

2024-04-28 Thread Ravindra Chopade
Hi Matt, I have fixed this issue locally, I have created an account on gitlab with username "rchopade". I can't push my bug fix branch to the Petsc project as I dont have access to push the code. How should I request access ? Can someone help me with this? Thanks Ravi On Sat, Apr 27, 2024 at 11

Re: [petsc-dev] Error creating DMPlex from CGNS file

2024-04-27 Thread Matthew Knepley
On Sat, Apr 27, 2024 at 8:35 AM Ravindra Chopade wrote: > Hi Matt, > > I am getting the same error with the latest version of PETSc. > Shoot, that is right. Multiple zones was done, but not multiple sections. Honestly, I do not understand what the idea behind multiple sections is. > Is there a

Re: [petsc-dev] Error creating DMPlex from CGNS file

2024-04-27 Thread Ravindra Chopade
Hi Matt, I am getting the same error with the latest version of PETSc. Is there another way where I can import mesh from SALOME. Thanks Ravi On Mon, Apr 15, 2024 at 4:49 AM Matthew Knepley wrote: > On Sun, Apr 14, 2024 at 2:14 PM Ravindra Chopade > wrote: > >> Hello All, I have exported mes

Re: [petsc-dev] Error creating DMPlex from CGNS file

2024-04-14 Thread Matthew Knepley
On Sun, Apr 14, 2024 at 2:14 PM Ravindra Chopade wrote: > Hello All, I have exported mesh in cgns format from SALOME, I am trying to > create a DMPlex object from the exported CGNS file, I am getting below > error. Can someone help me to fix this issue ? Note- I am using PETSc > version 3. 16. 0

[petsc-dev] Error creating DMPlex from CGNS file

2024-04-14 Thread Ravindra Chopade
Hello All, I have exported mesh in cgns format from SALOME, I am trying to create a DMPlex object from the exported CGNS file, I am getting below error. Can someone help me to fix this issue ? Note- I am using PETSc version 3.16.0 because it is compatible with cgns and hdf version distributed wit