Skip to content

Commit c6b7b53

Browse files
committed
update docs
1 parent a3f572a commit c6b7b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/interfaces/Common_Keywords.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ Note that if a method does not have adaptivity, the following rules apply:
102102
## Memory Optimizations
103103

104104
- `alias`: an `ODEAliases` object that holds the field `alias_u0`, which allows the solver to alias the
105-
initial condition array that is contained in the problem struct. Defaults to false.
105+
initial condition array that is contained in the problem struct. For example, tell the solver to alias `u0`,
106+
`solve(prob,alias = ODEAliases(alias_u0 = true))`. Defaults to `ODEAliases(alias_u0 = false)`.
106107
- `cache`: pass a solver cache to decrease the construction time. This is not implemented
107108
for any of the problem interfaces at this moment.
108109

0 commit comments

Comments
 (0)