nufi online, todo: plotting

This commit is contained in:
Vasco C. B. Ferreira
2026-03-10 14:58:07 +01:00
parent bf7ad1e595
commit 080d10851a
6 changed files with 274 additions and 100 deletions
+5 -1
View File
@@ -21,8 +21,12 @@ namespace Parameters
constexpr double EPS = 0.01;
constexpr double WAVE_NR = 0.5;
// NUFI options
constexpr double DT=0.05;
constexpr unsigned int TMAX = 10;
constexpr unsigned int TMAX = 2;
//spline options
constexpr int SPLINE_NX = 256;
}
#endif