On Wed, 20 Mar 2019, Alexander Lindsay wrote:
> In MOOSE we often have two meshes, a reference (un-displaced) and a
> displaced mesh. We want to be able to sync ghosting between the two meshes.
> Currently I am running into issues when I am running a displaced problem
> with AMR.
IIRC I worked
One blue-sky idea is this:
We currently have different EquationSystems corresponding to the different
meshes. These EquationSystems object typically contain two Systems, a
non-linear and an auxiliary. Conceptually the reference and displaced
Systems should have the same data in their vectors...we
In MOOSE we often have two meshes, a reference (un-displaced) and a
displaced mesh. We want to be able to sync ghosting between the two meshes.
Currently I am running into issues when I am running a displaced problem
with AMR.
I first call the reference EquationSystems::reinit which coarsens,
cons