Re: [Libmesh-users] Syncing ghosting between two meshes

2019-03-22 Thread Stogner, Roy H
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

Re: [Libmesh-users] Syncing ghosting between two meshes

2019-03-21 Thread Alexander Lindsay
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

[Libmesh-users] Syncing ghosting between two meshes

2019-03-20 Thread Alexander Lindsay
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