DEEPDIP-project / CoupledNODE.jl

Apache License 2.0
2 stars 0 forks source link

Use only grid view via ArrayPartition #42

Closed SCiarella closed 2 weeks ago

SCiarella commented 2 weeks ago

This PR implements a performant way to approach the SciML problems using ArrayPartition.jl as suggested here.

Using this data structure, it is possible to pass to SciML vectors of array, thus removing the need for the linear view required for multidimensional fields with different internal dimensions.

Notice that only the example relative to the Burgers equation have been updated to this new method.