mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
bug identified to be in refinement function, maybe in interpolation step...
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ constexpr double F0_FACTOR = 0.39894228040143267793994; // 1/sqrt(2pi)
|
||||
// NUFI options
|
||||
constexpr double DT = 1. / 10.;
|
||||
constexpr unsigned int TMAX = 100;
|
||||
constexpr unsigned int REFINE_FREQUENCY = 3;
|
||||
constexpr unsigned int REFINE_FREQUENCY = 1;
|
||||
|
||||
// Plotting options
|
||||
constexpr int PLOT_FREQUENCY = 1;
|
||||
|
||||
Reference in New Issue
Block a user