Re: [Libmesh-devel] Can DofMap own a MeshBase reference?

2016-08-15 Thread John Peterson
On Mon, Aug 15, 2016 at 10:57 AM, Roy Stogner wrote: > > We take MeshBase& as a necessary argument for half a dozen functions, > we're going to need a MeshBase for the new ghosting functor APIs > too... > > Plus, we're not actually capable of handling multiple mesh objects > from the same DofMap

[Libmesh-devel] Can DofMap own a MeshBase reference?

2016-08-15 Thread Roy Stogner
We take MeshBase& as a necessary argument for half a dozen functions, we're going to need a MeshBase for the new ghosting functor APIs too... Plus, we're not actually capable of handling multiple mesh objects from the same DofMap except in the case where those meshes are basically identical: we c

Re: [Libmesh-devel] Can DofMap own a MeshBase reference?

2016-08-15 Thread Kirk, Benjamin (JSC-EG311)
Might be a slight complication for unit testing but that's no reason not to do the right thing... On Aug 15, 2016, at 12:01 PM, John Peterson mailto:jwpeter...@gmail.com>> wrote: On Mon, Aug 15, 2016 at 10:57 AM, Roy Stogner mailto:royst...@ices.utexas.edu>> wrote: We take MeshBase& as a ne

Re: [Libmesh-devel] Can DofMap own a MeshBase reference?

2016-08-15 Thread Roy Stogner
On Mon, 15 Aug 2016, Kirk, Benjamin (JSC-EG311) wrote: Might be a slight complication for unit testing but that's no reason not to do the right thing... On Aug 15, 2016, at 12:01 PM, John Peterson wrote: > Sounds reasonable to me.  The only reason off the top of my head > would be if it wa