Skip to content

Commit

Permalink
Further clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Nov 4, 2024
1 parent 721ab71 commit c300985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ the usage of `f`. These include:
Here `z` is the stage solution vector, `p` is the parameter vector of the ODE problem, `t` is
the time, `dt` the respective time increment`, `γ` is some scaling factor and the temporary
variables are some compatible vectors set by the specific solver.
Note that other implicit techniques, like for example some fully-implicit Runge-Kutta methods,
need to solve different nonlinear systems.
## iip: In-Place vs Out-Of-Place
Expand Down

0 comments on commit c300985

Please sign in to comment.