DEEPDIP-project / CoupledNODE.jl

Apache License 2.0
2 stars 0 forks source link

Example 02.04 #23

Closed SCiarella closed 5 months ago

SCiarella commented 6 months ago

This branch will implement Example-02.04. It will also address #20.

SCiarella commented 6 months ago

This PR closes #29 because the GPU implementation is required to tackle Example 02.04

luisaforozco commented 6 months ago

@SCiarella I think we can merge this and in another branch work on the GPU exploration as well as the alternative (potential 02.05)

SCiarella commented 6 months ago

Yes, I agree. But let's leave #20 open to explore and test the implementation of multishooting in SciML, and also leave #29 open because further testing about the GPU are necessary.

I think that we don't need 02.05 since it was basically a repetition of 02.04 (except that the coarse grid was only for $v$)

luisaforozco commented 6 months ago

Needs to be done: GPU testing. This version is not working on the GPUs due to memory. We need to handle that better.