bug identified to be in refinement function, maybe in interpolation step...

This commit is contained in:
Vasco C. B. Ferreira
2026-07-11 13:28:18 +02:00
parent 5a5d97a485
commit 8bf295c85e
5 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ constexpr double F0_FACTOR = 0.39894228040143267793994; // 1/sqrt(2pi)
// NUFI options
constexpr double DT = 1. / 10.;
constexpr unsigned int TMAX = 100;
constexpr unsigned int REFINE_FREQUENCY = 3;
constexpr unsigned int REFINE_FREQUENCY = 1;
// Plotting options
constexpr int PLOT_FREQUENCY = 1;