Skip to content

Commit 406dc9a

Browse files
fixup! feat: allow specifying initialization solver algorithm
1 parent 6c18a10 commit 406dc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ The `simplified_sys` has undergone [`structural_simplify`](@ref) and had any occ
17491749
- `outputs`: A vector of variables that indicate the outputs of the linearized input-output model.
17501750
- `simplify`: Apply simplification in tearing.
17511751
- `initialize`: If true, a check is performed to ensure that the operating point is consistent (satisfies algebraic equations). If the op is not consistent, initialization is performed.
1752-
- `initialization_solver_alg`: A NonlinearSolve algorithm to use for solving the initialization problem.
1752+
- `initialization_solver_alg`: A NonlinearSolve algorithm to use for solving for a feasible set of state and algebraic variables that satisfies the specified operating point.
17531753
- `kwargs`: Are passed on to `find_solvables!`
17541754
17551755
See also [`linearize`](@ref) which provides a higher-level interface.

0 commit comments

Comments
 (0)