We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b0c64 commit c1cfacfCopy full SHA for c1cfacf
src/reactionsystem.jl
@@ -1402,6 +1402,11 @@ end
1402
1403
Compose the indicated [`ReactionSystem`](@ref) with one or more `AbstractSystem`s.
1404
1405
+Notes:
1406
+- The `AbstractSystem` being added in must be an `ODESystem`, `NonlinearSystem`,
1407
+ or `ReactionSystem` currently.
1408
+- Returns a new `ReactionSystem` and does not modify `rs`.
1409
+- By default, the new `ReactionSystem` will have the same name as `sys`.
1410
"""
1411
function ModelingToolkit.compose(sys::ReactionSystem, systems::AbstractArray; name = nameof(sys))
1412
nsys = length(systems)
0 commit comments