Dear Juan Carlos, DoFHandler has a function block_info(), which returns an object of type BlockInfo.
block_info().local() has the local block structure after you have called DoFHandler::initialize_local_block_info(). This at least tells you how to renumber. I think it is worth discussing whether DoFCellAccessor should be able to return the local dofs in that order right away. I hope this helps, Guido _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
