Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 403 Bytes

VPM

Vortex Particle Method for solving Navier Stokes in 2D and 3D

  • install petsc

  • use cmake to set

    • CMAKE_CXX_COMPILER */usr/bin/mpic++
    • CMAKE_C_COMPILER */usr/bin/mpicc

if you use something else than Ubuntu, you might need to:

  • tweak FindPETSC.cmake in order for cmake to find petsc
  • tweak the openmpi path in the CMakeFile.txt of PoissonSolver2D, etc.