more diagnostics on error after refinement due to gauge position

This commit is contained in:
Vasco C. B. Ferreira
2026-07-13 13:06:34 +02:00
parent c213e65f3c
commit 9a8767e6f1
4 changed files with 51 additions and 73 deletions
+2 -1
View File
@@ -329,11 +329,12 @@ void NuFISolver::run() {
phi_history[it].solution);
int_E_squared.push_back(int_val);
save_space_vector(int_E_squared, "electricint", it);
std::cout << "Time since start = " << total_time << "\n\n";
plot_time = timer.elapsed() - plot_start;
std::cout << "Results saved in " << plot_start << "[s]" << "\n";
}
total_time = timer.elapsed();
std::cout << "Time since start = " << total_time << "\n\n";
time_file << it << " " << step_time << " " << total_time << " "
<< compute_time << " " << refine_time << " " << plot_time << "\n";