mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
sim working correctly fully in fem
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user