Pearl, > Constructs a new parallel PETSc vector from an Indexset. Note that > local must be contiguous and the global size of the vector is > determined by local.size(). The global indices in ghost are sluppied > as ghost indices that can also be read locally. Note that the ghost > IndexSet may be empty and that any indices already contained in local > are ignored during construction. That way you can construct with > locally_relevent_dofs() for example" > > but I cannot find locally_relevant_dofs() in the documentation. I > tried google, and it came up with this link: > http://wolfgang.math.tamu.edu/svn/public/deal.II/branches/branch_distributed_grids/deal.II/examples/step-40/step-40.cc > so I think there is an implementation of it somewhere. > > Can I get ahold of this function somehow?
As the svn path indicates, this functionality is being developed on a branch though I have already merged some of the parts in lac/ to mainline. The short answer to your question is that what you need will be merged to mainline after the next release, hopefully in the next couple of months. The long answer, however, is that it's not quite clear when this work will be useful because it relies on a library that isn't yet available open source. Best W. _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
