Hello Tobias,

Am 29.06.10 09:57, schrieb Tobias Leicht:
     So SolutionTransfer can't handle coarsening a group of cells with
     different FE index?
SolutionTransfer can do this. What I meant was, that you must not change
the FE index during the application of SolutionTransfer.
No, that is not possible. Furthermore, the FE index of the parent cell might
be out of date, so even if the siblings had the same index and the parent had
another one the function would fail.
One question for you: If you have two children with FE index 2, one with 1 and
one with 5, which FE index should the parent (the coarsenen cell) use? It
might already be difficult to answer that question, not even mentioning the
implementation of such a functionality.
You are perfectly right. I overread the coarsening part. Sorry, about that. For coarsening of course all cells have to have the same FE index.
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to