← Back to team overview

dolfin team mailing list archive

numbering of nodes for Function.vector().get()

 

If I use   Function.vector().get()   to get my nodal values for a solution I obviously get a 1-dimensional vector. I made sure I used    .order()     on my mesh so that the numbering would be UFC standard. What I can't seem to find is what the UFC global numbering standard is. I read parts of the UFC user manual, but all I could find was local entity numbering with respect to the global numbering.

What I would like to end up with is a 2-dimensional array with all the nodal values. I can easily convert my vector into such an array if someone can point me to the numbering scheme. However, if there is an easier way to do this, please let me know.

Thanks for your help.

Phil

Follow ups