SciML / DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.
https://docs.sciml.ai/DiffEqDocs/stable/
Other
2.84k stars 224 forks source link

Solver option save_idxs not supported for PDE indexing. #920

Open jbiffl opened 1 year ago

jbiffl commented 1 year ago

Discretized PDEs generate dict-based solutions of the form sol.u[dv(iv1,iv2)][idx1,idx2] which do not allow use of solver option save_idx = [idx_n].

This makes parameter fitting more challenging and would be a very great feature to get back.

ChrisRackauckas commented 1 year ago

@xtalax have you played with save_idxs at all? The PDE solution is placed too late, so it would miss the dispatches

xtalax commented 1 year ago

I have seen this. Can we discuss next week?

ChrisRackauckas commented 1 year ago

Yes