Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 834 Bytes

readme.md

File metadata and controls

26 lines (22 loc) · 834 Bytes

FARSIGHT

(Forward Adaptively Refined, Regularized Semi-Lagrangian method using Integral Green's function and Hierarchical Treecode)

Dependencies

  • openmp - compatible compiler
  • cmake
  • eigen
  • boost ptree

use build command $ mkdir build && cd build $ cmake .. -D CMAKE_C_COMPILER=<your_C_compiler> -D CMAKE_CXX_COMPILER=<your_C++_compiler> e.g. locally I use homebrew, so my C compiler is gcc-9, C++ is g++-9

Demos