Re: [deal.II] Transfer local cell data to global cell vector

2017-03-19 Thread Wolfgang Bangerth
I need to do some post-processing on computed solution data (say Vector Solution(dof_handler.n_dofs()) is the solution vector). For post-processing field (say Vector Curvature(triangulation.n_dofs()) is the scalar field to be computed) I decided to have one entry per cell. Once I calculate this

[deal.II] Transfer local cell data to global cell vector

2017-03-17 Thread Sumedh Yadav
Hello, I need to do some post-processing on computed solution data (say Vector Solution(dof_handler.n_dofs()) is the solution vector). For post-processing field (say Vector Curvature(triangulation.n_dofs()) is the scalar field to be computed) I decided to have one entry per cell. Once I calcula