Hello all,

I am using DG for a time-dependent problem. I would like to map the each of the 
solution vector components (all dof_handler.n_dofs() of them) to the 
corresponding support points on my mesh. This is mainly for plotting purposes 
(with Matlab).

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? If not, where should I look?

Thanks!
 -- Mihai

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to