Hi Konrad, > Do you think it would be possible to (ab)use the multigrid classes for that? > As far as I understand there are dofhandlers on each level of the mesh. Can I > get dofhandlers for all active subcells of say coarse cell number n in level > 5?
The DoFHandler::begin_active() <https://www.dealii.org/9.0.0/doxygen/deal.II/classDoFHandler.html#ad2df51a32781906218910731e063ac62> takes the level as an input parameter. Otherwise there’s also DoFHandler::active_cell_iterators_on_level() <https://www.dealii.org/9.0.0/doxygen/deal.II/group__CPP11.html#ga70516289adbc1cb8936625555779339c> for range based loops. Is this perhaps what you were looking for? Best, Jean-Paul -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.