> Does DoFTools::map_dofs_to_support_points(mapping, dof_handler, > support_points) do what I'm looking for, i.e., is the order of the DoFs in > the support_points vector the same as the one in the solution vector?
Yes. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
