mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 22:43:17 +02:00
advanced with new splines, updated readme todo
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user