Skip to content

Commit

Permalink
add alias_jumps descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Jan 7, 2025
1 parent b48aeb3 commit 2aa2d39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/problems/rode_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
* `alias_du0::Union{Bool, Nothing}`: alias the du0 array for DAEs. Defaults to false.
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
* `alias_noise::Union{Bool,Nothing}`: alias the noise process
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
* `alias::Union{Bool, Nothing}`: sets all fields of the `RODEAliasSpecifier` to `alias`
"""
Expand Down
1 change: 1 addition & 0 deletions src/problems/sdde_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
* `alias_f::Union{Bool, Nothing}`
* `alias_u0::Union{Bool, Nothing}`: alias the u0 array. Defaults to false .
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
* `alias::Union{Bool, Nothing}`: sets all fields of the `SDDEAliasSpecifier` to `alias`
"""
Expand Down
1 change: 1 addition & 0 deletions src/problems/sde_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ When a keyword argument is `nothing`, the default behaviour of the solver is use
* `alias_f::Union{Bool, Nothing}`
* `alias_u0::Union{Bool, Nothing}`: alias the u0 array. Defaults to false .
* `alias_tstops::Union{Bool, Nothing}`: alias the tstops array
* `alias_jumps::Union{Bool, Nothing}`: alias jump process if wrapped in a JumpProcess
* `alias::Union{Bool, Nothing}`: sets all fields of the `SDEAliasSpecifier` to `alias`
"""
Expand Down

0 comments on commit 2aa2d39

Please sign in to comment.