Re: [petsc-dev] DM RefineLevel and CoarsenLevel
6 May
2012
6 May
'12
10:08 p.m.
http://petsc.cs.iit.edu/petsc/petsc-dev/rev/aa929236ce51 On Sun, May 6, 2012 at 1:57 PM, Barry Smith <[email protected]> wrote:
Fine
On May 6, 2012, at 2:44 PM, Jed Brown wrote:
Should the refinement level be copied over by DMCoarsen (and the coarsen level be copied by DMRefine)?
It's useful for diagnostics to be able to define a universal level. If I use PCMG and -snes_grid_sequence, there is effectively a sequence like
DMCreate(,&dm0); // r=0,c=0 DMRefine(dm0,&dmf); // r=1,c=0 DMCoarsen(dmf,&dmc); // r=0,c=1
I would like a way to identify dmc as being on the "same level" as dm0.
5211
Age (days ago)
5211
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown