Should the refinement level be copied over by DMCoarsen (and the coarsen level be copied by DMRefine)?<div><br></div><div>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</div>
<div><br></div><div>DMCreate(,&dm0); // r=0,c=0</div><div>DMRefine(dm0,&dmf); // r=1,c=0</div><div>DMCoarsen(dmf,&dmc); // r=0,c=1</div><div><br></div><div><br></div><div>I would like a way to identify dmc as being on the "same level" as dm0.</div>