Skip to content

Commit

Permalink
Update split_ode_solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 29, 2017
1 parent a76eb5c commit e6ba056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/split_ode_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linearity and number of components. Each solver has functional form

## Implicit-Explicit (IMEX) ODE

The Implicit-Explicit (IMEX) ODE is a split `ODEProblem` with two functions:
The Implicit-Explicit (IMEX) ODE is a `SplitODEProblem` with two functions:

```math
\frac{du}{dt} = f_1(t,u) + f_2(t,u)
Expand Down

0 comments on commit e6ba056

Please sign in to comment.