You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/mtk_integration.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ These constructors will:
15
15
- transform the states marked as input to parameters and `mtkcompile`ing the system,
16
16
- generate the `f` and `g` functions,
17
17
- generate code for observables,
18
-
- port all supported [Metadata](@ref) from MTK symbols to component symbols,
19
-
- handle [fully implicit outputs](@ref) using the `implicit_output` function, and
18
+
- port all supported [Metadata](@ref) from MTK symbols to component symbols and
20
19
- output a `Vertex-`/`EdgeModel` function compatible with NetworkDynamics.jl.
21
20
22
21
The main usecase for this feature is when you want to build relatively complex
@@ -33,8 +32,7 @@ as tearing of thousands of equations.
33
32
ModelingToolkit is a fast paced library with lots of functionality and ever
34
33
growing complexity. As such the provided interface is kinda experimental.
35
34
Some features of MTK are straight up unsupported, for example events within
36
-
models or delay differential equations. For cases where output variables don't
37
-
explicitly appear in equations, see the [Fully Implicit Outputs](@ref) section.
35
+
models or delay differential equations.
38
36
39
37
## RC-Circuit Example
40
38
In good [MTK tradition](https://docs.sciml.ai/ModelingToolkit/stable/tutorials/acausal_components/), this feature will be explained along a simple RC circuit example.
0 commit comments