[Dune] DUNE for DDM

Oliver Sander sander at igpm.rwth-aachen.de
Mon Mar 11 20:15:49 CET 2013


Hi Dawid,
thanks for your interest in Dune.  It sounds like Dune together
with the extension module dune-multidomaingrid does precisely
what you need.  In particular, dune-multidomaingrid does allow
all the partition queries that you require, and you can also
connect to SuperLU for solving.

There is a short article on dune-multidomaingrid by Steffen Müthing
and Peter Bastian entitled "A Metagrid approach to Subdomain
Modeling".  Apparently it is not freely available on the web, but I am
sure one of the authors will send you a copy (they both read this
list).  Meanwhile you may want to check out the general Dune
documentation at http://www.dune-project.org/doc/index.html

Don't hesitate to ask further questions.

best,
Oliver


Am 11.03.2013 16:47, schrieb Dawid Midura:
> Hi all,
>
> I'm currently working on a domain decomposition scheme for a direct 
> scattering problem and I'm very interested if DUNE's grid module 
> especially, would aid me in my work. I'm aware of the multigrid 
> module, however I wasn't able to find documentation for it thus I'm 
> not sure what capabilities it possesses and before I look into the 
> code I wanted to make sure that what I need can be achieved with DUNE 
> with relative ease. My meshes are conformal, triangular or tetrahedral 
> if in 3D. I'm not particularly interested in 
> adaptive refinement capability though it is very nice. I need to be 
> able to traverse all partitions, their triangles and their vertices. I 
> need to be able to establish a local node IDs [0, 1, ..., N] and by 
> local I mean with respect to the partition the node is in. I also need 
> to be able to check whether a node is interior (belongs to a single 
> parition), interface (belongs to two or more partitions) or a 
> boundary, in which case I also need to know which boundary it is on. 
> I'm aware that DUNE provides a sparse matrix/vector library with few 
> iterative solvers. Does it provide some form of sparse LU 
> factorization such as SuperLU or UMFPACK?
>
> Thanks in advance,
> Dawid M.
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20130311/3f632d3b/attachment.htm>


More information about the Dune mailing list