-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compares several implementation of the Laplace operator. The test uses the Gray-Scott model on grid of different sizes to compare the performances of different algorithms: * Old_Laplace is our current implementation that involves reshaping * *_c* algorithm that use circshift * stencil uses matrix multiplications for the finite differences * conv uses the convolution with a kernel * *Lux* use Lux framework to perform the convolution as a NN We also tested the gpu implementation. --------- Co-authored-by: Luisa Orozco <l.orozco@esciencecenter.nl>
- Loading branch information
1 parent
55eea4a
commit 490cc62
Showing
9 changed files
with
519 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.