Dependency Graphs
Types
Utility functions for BiPartiteGraphs
Functions for calculating dependency graphs
Missing docstring for equation_dependencies. Check Documenter's build log for details.
Missing docstring for variable_dependencies. Check Documenter's build log for details.
Missing docstring for eqeq_dependencies. Check Documenter's build log for details.
Missing docstring for varvar_dependencies. Check Documenter's build log for details.
Miscellaneous
ModelingToolkit.map_variables_to_equations — Function
map_variables_to_equations(
sys::ModelingToolkitBase.AbstractSystem;
rename_dummy_derivatives
) -> Dict{Union{Num, SymbolicUtils.BasicSymbolicImpl.var"typeof(BasicSymbolicImpl)"{T} where T}, Equation}
Given a system that has been simplified via mtkcompile, return a Dict mapping variables of the system to equations that are used to solve for them. This includes observed variables.
Keyword Arguments
rename_dummy_derivatives: Whether to rename dummy derivative variable keys into theirDifferentialforms. For example, this would turn the keyyˍt(t)intoDifferential(t)(y(t)).