Skip to content

Commit 27189b3

Browse files
fix: implement SII.is_time_dependent for problem types
1 parent ffd538d commit 27189b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/problems/problem_utils.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,6 @@ function Base.summary(io::IO, prob::AbstractPDEProblem)
180180
end
181181

182182
Base.copy(p::SciMLBase.NullParameters) = p
183+
184+
SymbolicIndexingInterface.is_time_dependent(::AbstractDEProblem) = true
185+
SymbolicIndexingInterface.is_time_dependent(::AbstractNonlinearProblem) = false

0 commit comments

Comments
 (0)