sim working correctly fully in fem

This commit is contained in:
Vasco C. B. Ferreira
2026-06-30 10:20:15 +02:00
parent 9f6cca2aa2
commit 96a91c06e9
6 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ constexpr double DT = 1. / 8.;
constexpr unsigned int TMAX = 100;
// Plotting options
constexpr int PLOT_FREQUENCY = 10;
constexpr int PLOT_FREQUENCY = 4;
constexpr size_t PLOT_NX = CALC_NX;
constexpr double PLOT_DX = LX / PLOT_NX;
} // namespace Parameters