issues
search
CalculustJL
/
CalculustCore.jl
Ecosystem for writing partial differential equation solvers
MIT License
14
stars
0
forks
source link
Burgers 1D Models TODO
#27
Open
vpuri3
opened
2 years ago
vpuri3
commented
2 years ago
[ ] reduce models to simple test-cases with (nsims=2) and test on CPU till
https://github.com/jonniedie/ComponentArrays.jl/issues/155
type bugs are sorted
[ ] verify that encapsulating SciMLOperators update calls in Zygote.ignore() doesn't affect gradient
https://github.com/vpuri3/PDEInterfaces.jl/blob/ceb3ab1529cb5f3c30258ae2da5d4b968d6ef97c/examples/burgers/model0.jl#L77-L86
[ ] eventually have Zygote play nice with
A(u,p,t)
since none of the inputs are modified in the update.
A(u,p,t)
since none of the inputs are modified in the update.