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
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