File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -751,12 +751,11 @@ Initial values provided in terms of other variables will be symbolically evaluat
751751type of the containers (if parameters are not in an `MTKParameters` object). `Dict`s will be
752752turned into `Array`s.
753753
754- If `sys isa ODESystem`, this will also build the initialization problem and related objects
755- and pass them to the SciMLFunction as keyword arguments.
754+ This will also build the initialization problem and related objects and pass them to the
755+ SciMLFunction as keyword arguments.
756756
757757Keyword arguments:
758- - `build_initializeprob`: If `false`, avoids building the initialization problem for an
759- `ODESystem`.
758+ - `build_initializeprob`: If `false`, avoids building the initialization problem.
760759- `t`: The initial time of the `ODEProblem`. If this is not provided, the initialization
761760 problem cannot be built.
762761- `implicit_dae`: Also build a mapping of derivatives of states to values for implicit DAEs,
You can’t perform that action at this time.
0 commit comments