> I am particularly interested in DoFTools::count_dofs_per_block, which > does not exist for a hp::DoFHandler.
I actually believe that the main reason this function doesn't exist is because nobody ever tried to use it and so it was never converted when the hp framework was written. It should be relatively easy to modify the implementation so that it also works for the hp context. Want to give it a try in source/dofs/dof_tools.cc? Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
