mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
updated params, added save vector to save_results
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ namespace Parameters
|
||||
|
||||
//spline options
|
||||
constexpr int SPLINE_NX = 562;
|
||||
constexpr double SPLINE_DX = LX/SPLINE_NX;
|
||||
constexpr double SPLINE_DX = LX/(SPLINE_NX-1);
|
||||
constexpr size_t SPLINE_ORDER = 4;
|
||||
|
||||
//Plotting options
|
||||
|
||||
Reference in New Issue
Block a user