CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
cmake_modules/GitUtils.cmake
fpie/__init__.py
fpie/cli.py
fpie/io.py
fpie/np_solver.py
fpie/process.py
fpie/taichi_solver.py
fpie.egg-info/PKG-INFO
fpie.egg-info/SOURCES.txt
fpie.egg-info/dependency_links.txt
fpie.egg-info/entry_points.txt
fpie.egg-info/not-zip-safe
fpie.egg-info/requires.txt
fpie.egg-info/top_level.txt
fpie/core/solver.h
fpie/core/cuda/CMakeLists.txt
fpie/core/cuda/equ.cu
fpie/core/cuda/grid.cu
fpie/core/cuda/helper.h
fpie/core/cuda/solver.cu
fpie/core/cuda/util.cu
fpie/core/cuda/util.h
fpie/core/gcc/CMakeLists.txt
fpie/core/gcc/equ.cc
fpie/core/gcc/grid.cc
fpie/core/gcc/helper.h
fpie/core/gcc/solver.cc
fpie/core/mpi/CMakeLists.txt
fpie/core/mpi/equ.cc
fpie/core/mpi/grid.cc
fpie/core/mpi/helper.h
fpie/core/mpi/solver.cc
fpie/core/openmp/CMakeLists.txt
fpie/core/openmp/equ.cc
fpie/core/openmp/grid.cc
fpie/core/openmp/helper.h
fpie/core/openmp/solver.cc