glwagner / StaggeredPoisson.jl

Fast solvers for Poisson's equation using second-order finite differences on a staggered grid
1 stars 0 forks source link

2D solvers and solvers for Helmholtz equation #2

Open glwagner opened 5 years ago

glwagner commented 5 years ago

This package should also provide 2D solvers.

@navidcy, let's work on it!

ali-ramadhan commented 5 years ago

I thought your 3D Poisson solver already solved 2D problems in that you can give it a 1x64x64, 64x1x64, or 64x64x1 right-hand side and it'll solve the 2D Poisson equation.

glwagner commented 5 years ago

True!

What it won't do, however, is a batch of 2D transforms on a 3D array.

Maybe not necessary @navidcy?