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:
@@ -23,12 +23,16 @@
|
||||
mod fallback;
|
||||
mod homotopy;
|
||||
mod newton_raphson;
|
||||
mod pseudo_transient;
|
||||
mod sequential_substitution;
|
||||
mod trust_region;
|
||||
|
||||
pub use fallback::{FallbackConfig, FallbackSolver};
|
||||
pub use homotopy::HomotopyConfig;
|
||||
pub use newton_raphson::NewtonConfig;
|
||||
pub use pseudo_transient::PtcConfig;
|
||||
pub use sequential_substitution::PicardConfig;
|
||||
pub use trust_region::TrustRegionConfig;
|
||||
|
||||
use crate::solver::{ConvergedState, Solver, SolverError};
|
||||
use crate::system::System;
|
||||
|
||||
Reference in New Issue
Block a user