nufi online, todo: plotting

This commit is contained in:
Vasco C. B. Ferreira
2026-03-10 14:58:07 +01:00
parent bf7ad1e595
commit 080d10851a
6 changed files with 274 additions and 100 deletions
+1
View File
@@ -33,6 +33,7 @@ inline double compute_rho(const double x,
const double v = Parameters::V_DOMAIN_LEFT + (i + 0.5) * dv;
integral += f0(x, v) * dv;
}
return 1.0 - integral;
}