advanced with new splines, updated readme todo

This commit is contained in:
Vasco C. B. Ferreira
2026-03-11 21:01:43 +01:00
parent fb75d4d31d
commit 61599fbce0
5 changed files with 219 additions and 16 deletions
+3 -2
View File
@@ -28,10 +28,11 @@ namespace Parameters
constexpr unsigned int TMAX = 10;
//spline options
constexpr int SPLINE_NX = 256;
constexpr int SPLINE_NX = 512;
constexpr double SPLINE_DX = LX/SPLINE_NX;
//Plotting options
constexpr int PLOT_FREQUENCY = 3;
constexpr int PLOT_FREQUENCY = 2;
}
#endif