Skip to content

Commit 2aa2d39

Browse files
committed
add alias_jumps descriptions
1 parent b48aeb3 commit 2aa2d39

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/problems/rode_problems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
107107
* `alias_du0::Union{Bool, Nothing}`: alias the du0 array for DAEs. Defaults to false.
108108
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
109109
* `alias_noise::Union{Bool,Nothing}`: alias the noise process
110+
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
110111
* `alias::Union{Bool, Nothing}`: sets all fields of the `RODEAliasSpecifier` to `alias`
111112
112113
"""

src/problems/sdde_problems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
187187
* `alias_f::Union{Bool, Nothing}`
188188
* `alias_u0::Union{Bool, Nothing}`: alias the u0 array. Defaults to false .
189189
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
190+
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
190191
* `alias::Union{Bool, Nothing}`: sets all fields of the `SDDEAliasSpecifier` to `alias`
191192
192193
"""

src/problems/sde_problems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
229229
* `alias_f::Union{Bool, Nothing}`
230230
* `alias_u0::Union{Bool, Nothing}`: alias the u0 array. Defaults to false .
231231
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
232+
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
232233
* `alias::Union{Bool, Nothing}`: sets all fields of the `SDEAliasSpecifier` to `alias`
233234
234235
"""

0 commit comments

Comments
 (0)