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.
SteadyStateProblem
1 parent 055226c commit 062edfeCopy full SHA for 062edfe
src/problems/problem_utils.jl
@@ -194,3 +194,4 @@ Base.copy(p::SciMLBase.NullParameters) = p
194
195
SymbolicIndexingInterface.is_time_dependent(::AbstractDEProblem) = true
196
SymbolicIndexingInterface.is_time_dependent(::AbstractNonlinearProblem) = false
197
+SymbolicIndexingInterface.is_time_dependent(::AbstractSteadyStateProblem) = true
0 commit comments