-
Notifications
You must be signed in to change notification settings - Fork 1
MultiGrid implemented with Repa and Poisson Example
License
chrisreade/MultiGridRepa
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
More detailed description can be found at http://readerunner.wordpress.com/2014/04/30/multigrid-methods-with-repa/ The main test example is poissonTest which requires user input of a grid stack size (probably less than 12 to avoid very large arrays) and a filename for a bmp output. This uses the module MultiGrid_Poisson which exports a full multigrid (fullMG) function to solve poissons equation. MultiGrid_Poisson imports two finite difference calculations (approxOp and residualOp) from the module PosissonOps Solving other linear PDEs is possible with appropriate alternatives to the PoissonOps Only square 2D grids are supported with equal spacing in each dimension.
About
MultiGrid implemented with Repa and Poisson Example
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published