[deal.II] Re: Solution Components of a Vector valued problem

2016-10-17 Thread Jean-Paul Pelteret
Dear Lisa, A quick google search returned GridTools::find_cells_adjacent_to_vertex . Is this what you're looking for? Regards, J-P On Monday, October 17, 2016 at 1:01:57 PM UTC+2,

[deal.II] Re: Solution Components of a Vector valued problem

2016-10-17 Thread Lisa Collins
Hello, Thanks for the reply. I did it with iteration over all cells and vertexes of each cell. Is there any effective way to do it without iteration over cells? For example something like inverse of cell->vertex_dof_index

[deal.II] Re: Solution Components of a Vector valued problem

2016-10-14 Thread Lisa Collins
Hallo, Thanks for both replies. In general, from a solution vector, how can I extract u_x, u_y, and T nodal values corresponding to a specific node? Best regards. Lisa On Thursday, October 13, 2016 at 1:05:08 PM UTC+2, Lisa Collins wrote: > > Hello, > > Dealing with vector valued problems in