We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaeafa4 + f1b3619 commit a2258d9Copy full SHA for a2258d9
src/scimlfunctions.jl
@@ -2264,7 +2264,7 @@ the usage of `f` and `bc`. These include:
2264
in [`OptimizationFunction`](@ref). This is used to define the objective function
2265
of the BVP, which can be minimized by optimization solvers.
2266
- `equality(res, u, t)`: equality constraints functions for the BVP.
2267
-- `inequality(res, u, t)`: inequality contraints functions for the BVP.
+- `inequality(res, u, t)`: inequality constraints functions for the BVP.
2268
- `mass_matrix`: the mass matrix `M` represented in the BVP function. Can be used
2269
to determine that the equation is actually a BVP for differential algebraic equation (DAE)
2270
if `M` is singular.
0 commit comments