On Mon, Jun 16, 2008 at 07:06:20PM +0200, Martin Sandve Alnæs wrote: > I think DofMapSet should be independent of the form it was initialized with. > I believe the sharing of a single set of dofmaps among different forms is one > of the key tasks of this class, and that the vector with form argument dofmaps > should rather be obtained on demand:
Agree. > // Get vector of dofmaps (possibly not unique) for each argument of form > dofmapvector = dofmapset.getDofMaps(form); What does this function do? > replacing the current: > > // Get dofmap for argument i of the form dofmapset was initialized with > // (what does this mean if dofmapset.update(...) has been used?) > dofmap_i = dofmapset.sub(i); Where is this function? I don't recognize it and I can't find it in the code. -- Anders
signature.asc
Description: Digital signature
_______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
