Skip to content

Commit

Permalink
Merge pull request #565 from AayushSabharwal/as/pde-sii
Browse files Browse the repository at this point in the history
fix: use pdesystem for AbstractPDESolution SII
  • Loading branch information
ChrisRackauckas authored Dec 21, 2023
2 parents 97a3dff + 72a8576 commit b699bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const AbstractSolution = Union{AbstractTimeseriesSolution,AbstractNoTimeSolution
SymbolicIndexingInterface.symbolic_container(A::AbstractSolution) = A.prob.f
SymbolicIndexingInterface.parameter_values(A::AbstractSolution) = A.prob.p

SymbolicIndexingInterface.symbolic_container(A::AbstractPDESolution) = A.disc_data.pdesys

SymbolicIndexingInterface.is_independent_variable(::AbstractNoTimeSolution, sym) = false

SymbolicIndexingInterface.independent_variable_symbols(::AbstractNoTimeSolution) = []
Expand Down

0 comments on commit b699bcc

Please sign in to comment.