SciML / MethodOfLines.jl

Automatic Finite Difference PDE solving with Julia SciML
https://docs.sciml.ai/MethodOfLines/stable/
MIT License
166 stars 31 forks source link

refactor: pass in defaults in `transform_pde_system!` #404

Closed sathvikbhagavan closed 3 months ago

sathvikbhagavan commented 3 months ago

Requires: https://github.com/SciML/PDEBase.jl/pull/30

ChrisRackauckas commented 3 months ago

What was left to finish this?

sathvikbhagavan commented 3 months ago

Can you merge and tag https://github.com/SciML/PDEBase.jl/pull/31? Then this PR will use that version and want to check all the tests pass here.