On Sun, May 17, 2009 at 08:26:09PM +0100, Garth N. Wells wrote: > A couple of DofMap functions require a Mesh (build, extract_sub_dofmap). > This looks like it could be hangover from when a DofMap didn't have a > reference/pointer to the mesh. Is there a reason why we need to pass a mesh?
Yes, it looks like the mesh argument can be safely removed. The DofMap class will need some cleaning up. The build() is not even used right now, but I expect it will need to be to get good parallel speedup. Once the parallel assembly is in place, we can look more closely at what to remove, but the Mesh arguments should be ok to remove now. -- Anders
signature.asc
Description: Digital signature
_______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
