Dear All, I am implementing a local postprocessing SPR-Approach for a mechanical problem, in which I sloppy speaking need the global coordinates of all nodes.
I use Elements of type FE_Q<dim>(p). For p=1 there is no problem: I can simply loop over all cells and vertices and use cell->vertex(...) in order to get the global coordinates of vertex(...). Being p=2 for instance, this approach does not work anymore. In this case is there an easy way to figure out the coordinates of midnodes as well? Thanks for help! Best Simon -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/3d87b2c4-61a4-4125-982d-f7341f44492an%40googlegroups.com.
