> std::vector<unsigned int> block_component (dim+1,0); > block_component[dim] = 1; > DoFRenumbering::component_wise (dof_handler, block_component); > > > I guess this is just renumbering the DoFs in a blockwise fashion but not in > the components of the velocities?
Yes. Just drop the block_component mask to renumber by component. W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
