[dune-pdelab] Parallel implementation of MFEM
Bernd Flemisch
bernd at iws.uni-stuttgart.de
Thu May 2 22:28:18 CEST 2013
Hi Jizhou,
I am only guessing, but maybe you use YaspGrid which is
only able to communicate on elements and vertices. If you
have dofs on edges or faces like in MFEM, you have to use
a grid manager that is able to communicate on those
entities. That would be UGGrid or SPGrid,
http://dune.mathematik.uni-freiburg.de/grids/dune-spgrid/,
or, in 3d, ALUGrid.
If that is not it, please provide a more detailed report,
favorably with an example code that is stripped down as
much as possible, so that people can help you more easily.
Kind regards
Bernd
On Thu, 2 May 2013 15:13:26 -0500
Jizhou Li <jl48 at rice.edu> wrote:
> Hi,
> Does anyone know how to implement the parallel version
>of mixed finite element method? I tried to get everything
>set up the same as the sample code with overlapping and
>the code compiles. But, I got the error: "interface
>communication not implemented" when running the code. I
>wonder if it was caused by using the
>compositegridfunctionspace, where the constraints on two
>finite element spaces for the mixed method are not the
>same.
>
> Thanks
>
> Jizhou Li
> _______________________________________________
> dune-pdelab mailing list
> dune-pdelab at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
___________________________________________________________
!!!! CMWR 2014: 9th - 13th June 2014 in Stuttgart !!!!
Please visit www.cmwr14.de
___________________________________________________________
Bernd Flemisch phone: +49 711 685
69162
IWS, Universitaet Stuttgart fax: +49 711 685
67020
Pfaffenwaldring 61 email:
bernd at iws.uni-stuttgart.de
D-70569 Stuttgart url:
www.hydrosys.uni-stuttgart.de
___________________________________________________________
More information about the dune-pdelab
mailing list