|
[Sponsors] |
February 27, 2012, 15:24 |
Parallel Poisson solver
|
#1 |
New Member
Nikolaos Beratlis
Join Date: Jan 2010
Posts: 16
Rep Power: 16 |
I am using a finite difference CFD code written in Fortran. The code uses non-uniform cartesian orthogonals grids with a staggered arrangement. In addition, the code uses the "blktri" direct solver found in the FISHPACK library to solve the Poisson equation in 2D.
Is there a parallel version of the "blktri" subroutine or a similar direct solver that has parallel capabilities? I've searched on the internet for parallel direct Poisson solvers but the closest thing I found are these two: 1. Intel Cluster Poisson Solver http://software.intel.com/en-us/arti...olver-library/ unfortunately it can only handle uniform meshes so it won't work in my case 2. PSCR method https://www.jyu.fi/it/laitokset/mit/...p/fastsolvers/ I couldn't find the source code, I assume it is not public. Thank you in advance, Nikos Last edited by nikosb; February 28, 2012 at 10:13. |
|
Tags |
direct, poisson, solver |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiphase solver - parallel processing - GAMG | thibault_pringuey | OpenFOAM Programming & Development | 2 | August 27, 2013 23:03 |
Poisson eq w setReference works serial diverges in parallel | tehache | OpenFOAM Running, Solving & CFD | 5 | August 29, 2012 10:41 |
2D pseudo-spectral (Chebyshev) parallel Helmholtz solver package | magicsquirrel | Main CFD Forum | 0 | July 13, 2011 11:45 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
direct parallel solver | sylvain | Main CFD Forum | 2 | June 25, 2001 08:56 |