Dear Deal II developers,
I'm interested in the ghost elements for the PETScWrappers::MPI:Vector
class, where it says in the online documentation:

"Vector (const MPI_Comm &communicator, const IndexSet &local, const
IndexSet &ghost=IndexSet(0))
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?
Pearl
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to