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 9217c62 commit 5491098Copy full SHA for 5491098
src/systems/systemstructure.jl
@@ -142,7 +142,7 @@ has_equations(::TransformationState) = true
142
Base.@kwdef mutable struct SystemStructure
143
"""Maps the index of variable x to the index of variable D(x)."""
144
var_to_diff::DiffGraph
145
- """Maps the index of an equation."""
+ """Maps the index of an algebraic equation to the index of the equation it is differentiated into."""
146
eq_to_diff::DiffGraph
147
# Can be access as
148
# `graph` to automatically look at the bipartite graph
0 commit comments