Hello Christian,

you are right, unfortunately this concept is not easy to implement for the hp-context, because for example it might be the case that there are different-sized FESystems in the hp::FECollection. Anyway this does not mean that it is impossible. One just has to take much more care than in the non-hp-context. If you want to work on this, I would be glad to help you with the implementation.

Best Regards,
Markus



Am 15.03.11 17:53, schrieb Christian Goll:
Hi Markus,

I am particularly interested in DoFTools::count_dofs_per_block, which does not exist for a hp::DoFHandler. Further investigation in this direction brought me to the assumption, that the whole concept of grouping components into a block is missing in the hp-context, i.e. in the non-hp-case, the number of blocks is stored in FiniteElementData, which is a base class of FiniteElement, but I did not find something similiar for the FECollection.

best regards
christian
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to