inline 4 testing

This commit is contained in:
max
2026-05-08 13:16:51 +02:00
parent f275937abb
commit 9c9e23147a
3 changed files with 282 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ namespace FluidSim.Core
private double _dt;
/// <summary>CFL target for substepping (0.30.8). Lower values are safer for shocks.</summary>
public double CflTarget { get; set; } = 0.8;
public double CflTarget { get; set; } = 0.9;
// ---------- Timing accumulators (reset every LogInterval steps) ----------
private long _stepCount;