chore: remove deprecated flow_boundary and update docs to match new architecture
This commit is contained in:
@@ -292,10 +292,11 @@ fn test_fallback_config_customization() {
|
||||
fallback_enabled: true,
|
||||
return_to_newton_threshold: 5e-4,
|
||||
max_fallback_switches: 3,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let solver = FallbackSolver::new(config.clone());
|
||||
assert_eq!(solver.config, config);
|
||||
assert_eq!(solver.config.fallback_enabled, config.fallback_enabled);
|
||||
assert_eq!(solver.config.return_to_newton_threshold, 5e-4);
|
||||
assert_eq!(solver.config.max_fallback_switches, 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user