Re: [deal.II] vertex and dofcells

2020-05-28 Thread Alberto Salvadori
Thank you, Jean Paul. Exhaustive, as usual. *Alberto Salvadori* Dipartimento di Ingegneria Meccanica e Industriale (DIMI) Universita` di Brescia, via Branze 43, 25123 Brescia Italy tel 030 3715426 e-mail: alberto.salvad...@unibs.it web-page: http://m4lab.unibs.it/faculty.html On Tue,

Re: [deal.II] vertex and dofcells

2020-05-26 Thread Jean-Paul Pelteret
Dear Alberto, Quick answer: There’s a entry in the FAQ that may answer your question: https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-do-i-get-the-degree-of-freedom-indices-at-vertices

[deal.II] vertex and dofcells

2020-05-26 Thread Alberto Salvadori
Dear community, this looks a simple question but I just cannot find a simple answer, I apologize. The code I aim at writing is similar to: *unsigned* vv = 0 ; *for* (*unsigned* *int* ii=0; ii this_node = cell->vertex(vv) ; [ ... omitted