DEEPDIP-project / CoupledNODE.jl

Apache License 2.0
2 stars 0 forks source link

Force stencil #41

Open SCiarella opened 3 weeks ago

SCiarella commented 3 weeks ago

This branch compares several implementation of the Laplace operator, to understand what is the optimal way to implement time and memory efficient forces in Julia. The test uses the Gray-Scott model on grid of different sizes to compare the performances of different class of algorithms:

This is an overview of my results A

Overall circhift or Lux seems to perform the best. Before drawing a final conclusion I think it is worth to test the results using GPU