[Dune] Dune::IdSet

Christian Engwer christi at uni-hd.de
Mon Feb 15 14:46:58 CET 2010


On Mon, Feb 15, 2010 at 02:43:06PM +0100, Markus Blatt wrote:
> On Mon, Feb 15, 2010 at 02:11:22PM +0100, Guo  Hua wrote:
> > But how to get a global index set(consecutive of course). Any
> > suggestions to do that?
> 
> There is no such global index set. You have to compute it yourself.

Actually, it is not available, because it should never be
necessary. If you want to do parallel computations, then you should
only store that data that is necessary for your local coputations,
thus you only have an local IndexSet. The IdSet is used for
identification and for communication, not for storing data.

Christian




More information about the Dune mailing list