> If I have a solution vector, how can I associate each component of it to > a specific coordinate in the triangulation? In other words, what are the > coordinates of each component of the solution vector ?
DoFTools::map_dofs_to_support_points is your friend :-) W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
