Re: [petsc-users] DMLabel Synchronize

2022-09-07 Thread Matthew Knepley
On Sun, Sep 4, 2022 at 5:50 PM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > Thank you. I'm able to access the label functions. Can you clarify what > the Begin and End functions are doing? > > To clarify the behavior I am trying to achieve, I have identified the blue > cell in the att

Re: [petsc-users] DMLabel Synchronize

2022-09-04 Thread Nicholas Arnold-Medabalimi
Thank you. I'm able to access the label functions. Can you clarify what the Begin and End functions are doing? To clarify the behavior I am trying to achieve, I have identified the blue cell in the attached figure using metrics during the solve. I have already created a label across all the partit

Re: [petsc-users] DMLabel Synchronize

2022-09-02 Thread Matthew Knepley
On Fri, Sep 2, 2022 at 12:53 AM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > I've been trying to update from the snapshot to the main branch on the > gitlab but I'm having one issue. This does not occur using the snapshot > petsc mentioned previously. > > I use a PetscViewer to read i

Re: [petsc-users] DMLabel Synchronize

2022-09-01 Thread Nicholas Arnold-Medabalimi
I've been trying to update from the snapshot to the main branch on the gitlab but I'm having one issue. This does not occur using the snapshot petsc mentioned previously. I use a PetscViewer to read in a file. The appended function is used to fast-forward to the locations in the file. Looking at

Re: [petsc-users] DMLabel Synchronize

2022-09-01 Thread Matthew Knepley
On Wed, Aug 31, 2022 at 9:30 PM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > Hi > > Thanks, this looks like what I need, but I don't seem to have it in my > release (3.17.4 from > https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.4.tar.gz). > I see it in the current repos

Re: [petsc-users] DMLabel Synchronize

2022-08-31 Thread Nicholas Arnold-Medabalimi
Hi Thanks, this looks like what I need, but I don't seem to have it in my release (3.17.4 from https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.4.tar.gz). I see it in the current repository, though. Is the 3.17.4 tarball just missing it, or will it be added in the next release? Than

Re: [petsc-users] DMLabel Synchronize

2022-08-31 Thread Matthew Knepley
On Tue, Aug 30, 2022 at 6:37 PM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > Hi > > Thanks for all the help. I'm looking to tag several cells based on metrics > occurring at run time. In addition to the metric-defined cells I also want > to label the surrounding cells. This is no prob

[petsc-users] DMLabel Synchronize

2022-08-30 Thread Nicholas Arnold-Medabalimi
Hi Thanks for all the help. I'm looking to tag several cells based on metrics occurring at run time. In addition to the metric-defined cells I also want to label the surrounding cells. This is no problem as I can traverse the DMPlex chart to get the neighboring cells. The issue only arises if an i