added paralelization eval_rho and to diagnostics snapshot

This commit is contained in:
Vasco C. B. Ferreira
2026-07-29 12:28:46 +02:00
parent 13f5995a01
commit 908c90053b
4 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ GridStructure<dim> make_grid_snapshot(PoissonProblem<dim> &poisson) {
if (PRINT_GAUGE_DOF_POSITION)
std::cout << " gauge_dof = " << gauge_dof
<< " gauge_point = " << point[0] << std::endl;
<< " gauge_point = " << point[0] << "\n";
break;
}
}