Re: [petsc-users] Mixing PETSc Parallelism with Serial MMG3D Workflow

2025-04-18 Thread Stefano Zampini
If you have a vector distributed on the original mesh, then you can use the SF returned by DMPlexGetGatherDM and use that in a call to DMPlexDistributeField Il giorno ven 18 apr 2025 alle ore 17:02 neil liu ha scritto: > Dear PETSc developers and users, > > I am currently exploring the integrati

[petsc-users] Mixing PETSc Parallelism with Serial MMG3D Workflow

2025-04-18 Thread neil liu
Dear PETSc developers and users, I am currently exploring the integration of MMG3D with PETSc. Since MMG3D supports only serial execution, I am planning to combine parallel and serial computing in my workflow. Specifically, after solving the linear systems in parallel using PETSc: 1. I int