locally_relevant_dofs,
MPI_COMM_WORLD);
locally_relevant_solution.copy_from (solution);
- locally_relevant_solution.update_ghost_values ();
constraints.distribute (locally_relevant_solution);
Vector<float> norm_per_cell (triangulation.n_active_cells());
+ locally_relevant_solution.update_ghost_values();
VectorTools::integrate_difference (dof_handler,
locally_relevant_solution,
ZeroFunction<dim>(),
locally_relevant_dofs,
MPI_COMM_WORLD);
locally_relevant_solution.copy_from (solution);
- locally_relevant_solution.update_ghost_values ();
constraints.distribute (locally_relevant_solution);
Vector<float> norm_per_cell (triangulation.n_active_cells());
+ locally_relevant_solution.update_ghost_values();
VectorTools::integrate_difference (dof_handler,
locally_relevant_solution,
ZeroFunction<dim>(),
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams