chore: remove deprecated flow_boundary and update docs to match new architecture
This commit is contained in:
@@ -215,7 +215,7 @@ mod tests {
|
||||
impl entropyk_components::Component for MockComponent {
|
||||
fn compute_residuals(
|
||||
&self,
|
||||
_state: &entropyk_components::SystemState,
|
||||
_state: &[f64],
|
||||
_residuals: &mut entropyk_components::ResidualVector,
|
||||
) -> Result<(), ComponentError> {
|
||||
Ok(())
|
||||
@@ -223,7 +223,7 @@ mod tests {
|
||||
|
||||
fn jacobian_entries(
|
||||
&self,
|
||||
_state: &entropyk_components::SystemState,
|
||||
_state: &[f64],
|
||||
_jacobian: &mut entropyk_components::JacobianBuilder,
|
||||
) -> Result<(), ComponentError> {
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user