Snapshot WIP: Probe calibration path, faer LU backend, and BPHX phase-change duty.
Some checks failed
CI / check (push) Has been cancelled

Checkpoint incomplete calibration work (cond SDT green, evap SST failing) plus related solver/UI changes so the next pass can fix and extend safely.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-19 21:44:01 +02:00
parent 2f1f7ecb80
commit 3808e0f11b
39 changed files with 3648 additions and 265 deletions

View File

@@ -11,6 +11,7 @@ repository = "https://github.com/entropyk/entropyk"
entropyk-components = { path = "../components" }
entropyk-core = { path = "../core" }
entropyk-solver-core = { path = "../solver-core" }
faer = "0.24"
nalgebra = "0.33"
petgraph = "0.6"
thiserror = "1.0"
@@ -29,6 +30,10 @@ criterion = "0.5"
name = "lu_solve"
harness = false
[[bench]]
name = "lu_backends"
harness = false
[[bench]]
name = "residual_jacobian_assembly"
harness = false