Hi deal.ii community,

I have a little conceptual question. Maybe it is dumb but I am new to MPI...

Say I have a triangulation of type 
*parallel::distributed::Triangulation<dim>* that gets distributed over N 
nodes on a cluster. Each active cell should own (or point to) an object 
that makes up a (modified non-polynomial) finite element basis. That means 
the object is not so simple in that it contains objects itself (e.g., a 
triangulation, several vectors etc).

How can I distribute a set of these basis objects (after creating the 
distributed triangulation) so that each active cell and its corresponding 
basis object are on the same cluster node? 

Is there something like a distributed STL-like container whose elements I 
can initialize on different cluster nodes (for example by querying 
*cell->is_locally_owned()*) when looping over the triangulation?

Best,
Konrad


-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/04fd5d49-f8e3-4414-a2d8-4370a30eb027%40googlegroups.com.

Reply via email to