Dear Jean-Paul, Thank you very much for the fast reply, this was very helpful. I just missed the keyword vertex_dof_index.
Regards! Am Dienstag, 9. Januar 2018 14:33:24 UTC+1 schrieb Jean-Paul Pelteret: > > Dear David, > > This is quite a frequently asked question (well, some permutation of it), > and so I refer you to the list of answers for this search query > <https://groups.google.com/forum/#!searchin/dealii/vertex_dof_index%7Csort:date> > > on the forum instead of repeating the discussion here. This reminds me > though that I should make a FAQ > <https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions> entry > for it. > > If those forum posts don't satisfy your question, then you can also take a > look at this function > <https://github.com/dealii/code-gallery/blob/master/Quasi_static_Finite_strain_Compressible_Elasticity/cook_membrane.cc#L1754> > > in one of the code-gallery contributions. > > I hope that this help! > Regards, > Jean-Paul > > On Tuesday, January 9, 2018 at 12:08:06 AM UTC+1, [email protected] > <javascript:> wrote: >> >> Dear all, >> >> i have a question as already mentioned in the headline. >> My work is based on the step- 44 tutorial and I am trying to get the >> solution of a vertex with the respective coordinate. >> I wrote a quite circumstantial code to get every vertex coordinate at the >> boundary (only once) by using cell->face->vertex. For the solution I used >> an ElementIterator with the relevant DOFs. >> But the coordinates are stored by using a cell iterator and so the >> solution doesn't fit necessarily to the coordinate. >> >> The FE System has only generalized_support_points. I tried also to make >> use of map_dofs_to_support points with the generalized support points, but >> without any success. >> >> Maybe someone has another or a better way to get rid of this. >> Any help is appreciated. >> Best regards and many thanks in advance, >> David >> > -- 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]. For more options, visit https://groups.google.com/d/optout.
