[dune-pdelab] Implementing OVLP_AMG_4_DG solver
Lukas Riedel
mail at lukasriedel.com
Tue Apr 4 18:34:47 CEST 2017
Hi Christian,
the source of the problem was not related to PDELab:
I used the StructuredGridFactory to build an instance of YaspGrid, but it creates a grid with an overlap of 0.
After using the default constructor of YaspGrid (overlap 1), the solver performed as expected.
Thanks and cheers,
Lukas
> On 29. Mar 2017, at 13:27, Christian Engwer <christian.engwer at uni-muenster.de> wrote:
>
> Hi Lukas,
>
>> Grid: YaspGrid
>> DG Space: OverlappingEntitySet, QkDGLocalFiniteElementMap (order >0), NoConstraints or P0ParallelConstraints
>> CG Space: OverlappingEntitySet, QkDGLocalFiniteElementMap (order 0),P0ParallelConstraints
>
> Please try OverlappingEntitySet, P0LocalFiniteElementMap (order 0), P0ParallelConstraints
>
> I'm unsure what the Qk does in the case order 0, but I'm afraid it
> might to stupid things...
>
> Christian
More information about the dune-pdelab
mailing list