Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
Some checks failed
CI / check (push) Has been cancelled
Some checks failed
CI / check (push) Has been cancelled
Capture uncommitted solver robustness work (regularization, domain errors, linear solver lifecycle, tube DP/MSH), web workbench updates, and synced BMAD skills across IDE agent folders before starting BPHX pressure-drop. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -602,7 +602,7 @@ impl Component for FlowMerger {
|
||||
.map(|&(_, p, h)| (p, h))
|
||||
.collect();
|
||||
}
|
||||
if external_edge_state_indices.len() >= n + 1 {
|
||||
if external_edge_state_indices.len() > n {
|
||||
self.outlet_idx = Some((
|
||||
external_edge_state_indices[n].1,
|
||||
external_edge_state_indices[n].2,
|
||||
|
||||
Reference in New Issue
Block a user