completed nufi, untested

This commit is contained in:
Vasco C. B. Ferreira
2026-03-08 16:23:51 +01:00
parent 20fcb2848a
commit 51df7cc78a
5 changed files with 151 additions and 57 deletions
+3
View File
@@ -20,6 +20,9 @@ namespace Parameters
constexpr double EPS = 0.01;
constexpr double WAVE_NR = 0.5;
constexpr double DT=0.05;
constexpr unsigned int TMAX = 10;
}
#endif