[dune-pdelab] parallel adaptivity
Carlos Cueto Camejo
carlos.cueto at ovgu.de
Thu Jul 16 18:23:20 CEST 2015
Hi Oliver,
Thanks for your replay. The main problem is with the data
communications part after grid refinement. I ran the adaptivity
example example07 from pdelab-howto in parallel and I get a
segmentation fault.
Instead of using
Dune::PDELab::adapt_grid( grid, gfs, u, 2 );
to adapt the grid I used its implementation from
pdelab/adaptivity/adaptivity.hh to see where the problem is and I
found that the segmentation fault comes when calling the function
grid_adaptor.replayData.
I hope it give a better idea of what is the problem I'm facing.
Best regards,
Carlos
Quoting Oliver Sander <sander at igpm.rwth-aachen.de>:
> Hi Carlos,
> I don't understand your question. Adaptivity is a local thing: you
> estimate your error,
> mark and refine on each processor separately. So what is it
> precisely that you have
> problems with?
> --
> Oliver
>
> Am 16.07.2015 um 11:48 schrieb Carlos Cueto Camejo:
>> Dear all,
>>
>> some days ago I send e-mail below. I would really appreciate if
>> someone can help me with an example of adaptivity in parallel.
>>
>> Best regards,
>> Carlos.
>>
>>
>> Quoting Carlos Cueto Camejo <carlos.cueto at ovgu.de>:
>>
>>> Dear all,
>>>
>>> I would like to use adaptivity in a parallel computation. The
>>> adaptivity example from pdelab-howto is a sequential example.
>>> Where can I find an example of adaptivity for a parallel case? Has
>>> someone
>>> an example that I can use, to see how does it works?
>>>
>>> Best regards,
>>> Carlos.
>>>
>>>
>>> _______________________________________________
>>> dune-pdelab mailing list
>>> dune-pdelab at dune-project.org
>>> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
>>
>>
>>
>>
>> _______________________________________________
>> dune-pdelab mailing list
>> dune-pdelab at dune-project.org
>> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
More information about the dune-pdelab
mailing list