> So, assembling the vector is the tricky part. I'd like to do it in > exactly the same way the the pde writes out each nodal solution. that's > why I was wondering if the DoFTools::map_dofs_to_support_points gives > these in order of evaluation.
If your question is whether DoFTools::map_dofs_to_support_points returns support points in exactly the same order as solution components appear in solution vectors, then the answer is yes. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
