Skip to content

Commit c143095

Browse files
Update src/linearization.jl
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent f9b0fd3 commit c143095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linearization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `simplified_sys` has undergone [`structural_simplify`](@ref) and had any occ
2525
- `simplify`: Apply simplification in tearing.
2626
- `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.
2727
- `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.
28-
- `autodiff`: An `ADType` supported by DifferentiationInterface.jl to use for calculating the necessary jacobians.
28+
- `autodiff`: An `ADType` supported by DifferentiationInterface.jl to use for calculating the necessary jacobians. Defaults to using `AutoForwardDiff()`
2929
- `kwargs`: Are passed on to `find_solvables!`
3030
3131
See also [`linearize`](@ref) which provides a higher-level interface.

0 commit comments

Comments
 (0)