Re: [petsc-users] DMPlex in Fortran

2022-08-26 Thread Matthew Knepley
On Thu, Aug 25, 2022 at 4:25 PM Mike Michell wrote: > Thank you for the quick note. > To use PetscFECreateLagrange(), it is unclear about the meaning of "Nc", > which is explained as 'number of components' on the manual page. > I looked at an example with Nc=1 in >

Re: [petsc-users] DMPlex in Fortran

2022-08-25 Thread Mike Michell
Thank you for the quick note. To use PetscFECreateLagrange(), it is unclear about the meaning of "Nc", which is explained as 'number of components' on the manual page. I looked at an example with Nc=1 in src/dm/impls/swarm/tutorials/ex1f90.F90, but could you please detail the meaning of Nc? If

Re: [petsc-users] DMPlex in Fortran

2022-08-25 Thread Matthew Knepley
On Thu, Aug 25, 2022 at 12:52 PM Mike Michell wrote: > Hi, I am trying to find the function you commented, > DMPlexCreateInterpolator(), from DMPlex manual page, but I do not think > this function is visible. Any comment about this? > Sorry, it is DMCreateInterpolation(), which in turn calls

Re: [petsc-users] DMPlex in Fortran

2022-08-25 Thread Mike Michell
Hi, I am trying to find the function you commented, DMPlexCreateInterpolator(), from DMPlex manual page, but I do not think this function is visible. Any comment about this? Thanks, > On Fri, Jul 8, 2022 at 11:26 PM Mike Michell > wrote: > >> I am using DMPlex for a code with written in Fortran

Re: [petsc-users] DMPlex in Fortran

2022-07-13 Thread Matthew Knepley
On Wed, Jul 13, 2022 at 10:13 AM Mike Michell wrote: > Thank you for updating. In the latest release, where can I find that > specific Fortran binding file? > It is auto-generated src/dm/interface/ftn-auto/dmf.c Thanks, Matt > Thanks, > Mike > > >> On Fri, Jul 8, 2022 at 10:26 PM

Re: [petsc-users] DMPlex in Fortran

2022-07-13 Thread Mike Michell
Thank you for updating. In the latest release, where can I find that specific Fortran binding file? Thanks, Mike > On Fri, Jul 8, 2022 at 10:26 PM Mike Michell > wrote: > >> I am using DMPlex for a code with written in Fortran in 2D and 3D. There >> were two questions. >> >> - As a follow up

Re: [petsc-users] DMPlex in Fortran

2022-07-12 Thread Matthew Knepley
On Fri, Jul 8, 2022 at 10:26 PM Mike Michell wrote: > I am using DMPlex for a code with written in Fortran in 2D and 3D. There > were two questions. > > - As a follow up of the previous inquiry: > https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg43856.html > Is the local-to-local halo

Re: [petsc-users] DMPlex in Fortran

2022-07-09 Thread Matthew Knepley
On Fri, Jul 8, 2022 at 11:26 PM Mike Michell wrote: > I am using DMPlex for a code with written in Fortran in 2D and 3D. There > were two questions. > > - As a follow up of the previous inquiry: > https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg43856.html > Is the local-to-local halo

[petsc-users] DMPlex in Fortran

2022-07-08 Thread Mike Michell
I am using DMPlex for a code with written in Fortran in 2D and 3D. There were two questions. - As a follow up of the previous inquiry: https://www.mail-archive.com/petsc-users@mcs.anl.gov/msg43856.html Is the local-to-local halo exchange available in Fortran now or still pending? Currently