Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 264 Bytes

Poisson equation solver

Solver - Dirichlet Poisson equation solver with conjugate gradients method

Method:

  • five point diff scheme difference equation for Laplace operator approximation
  • grid fragmentation are regular
  • MPI
  • OpenMP