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.
SII.is_time_dependent
1 parent ffd538d commit 27189b3Copy full SHA for 27189b3
src/problems/problem_utils.jl
@@ -180,3 +180,6 @@ function Base.summary(io::IO, prob::AbstractPDEProblem)
180
end
181
182
Base.copy(p::SciMLBase.NullParameters) = p
183
+
184
+SymbolicIndexingInterface.is_time_dependent(::AbstractDEProblem) = true
185
+SymbolicIndexingInterface.is_time_dependent(::AbstractNonlinearProblem) = false
0 commit comments