field history added

This commit is contained in:
Vasco C. B. Ferreira
2026-06-29 11:41:20 +02:00
parent 77392e4731
commit 9f6cca2aa2
7 changed files with 38 additions and 276 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ constexpr double WAVE_NR = 0.5;
constexpr double F0_FACTOR = 0.39894228040143267793994; // 1/sqrt(2pi)
// NUFI options
constexpr double DT = 1. / 10.;
constexpr double DT = 1. / 8.;
constexpr unsigned int TMAX = 100;
// Plotting options