.clang-format
.gitignore
.readthedocs.yaml
CMakeLists.txt
CPPLINT.cfg
LICENSE
MANIFEST.in
Makefile
README.md
ruff.toml
setup.cfg
setup.py
.github/workflows/lint.yml
.github/workflows/test.yml
cmake_modules/GitUtils.cmake
docs/Makefile
docs/backend.rst
docs/benchmark.md
docs/benchmark.rst
docs/conf.py
docs/get_start.rst
docs/index.rst
docs/misc.md
docs/report.md
docs/report.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/_static/images/3gavg.jpg
docs/_static/images/3gsrc.jpg
docs/_static/images/4gavg.jpg
docs/_static/images/4gsrc.jpg
docs/_static/images/8gavg.jpg
docs/_static/images/8gsrc.jpg
docs/_static/images/benchmark.png
docs/_static/images/circle10.png
docs/_static/images/circle6.png
docs/_static/images/circle7.png
docs/_static/images/circle8.png
docs/_static/images/circle9.png
docs/_static/images/cuda.png
docs/_static/images/gui.png
docs/_static/images/mpi.png
docs/_static/images/mpi0.png
docs/_static/images/openmp.png
docs/_static/images/openmp0.png
docs/_static/images/plot.py
docs/_static/images/result1.jpg
docs/_static/images/result2.jpg
docs/_static/images/result3.jpg
docs/_static/images/result4.jpg
docs/_static/images/result5.jpg
docs/_static/images/result6.jpg
docs/_static/images/result7.jpg
docs/_static/images/result8.jpg
docs/_static/images/square10.png
docs/_static/images/square6.png
docs/_static/images/square7.png
docs/_static/images/square8.png
docs/_static/images/square9.png
fpie/__init__.py
fpie/args.py
fpie/cli.py
fpie/gui.py
fpie/io.py
fpie/np_solver.py
fpie/numba_solver.py
fpie/process.py
fpie/taichi_solver.py
fpie/video.py
fpie/video_cli.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/base_solver.h
fpie/core/cuda/CMakeLists.txt
fpie/core/cuda/equ.cu
fpie/core/cuda/grid.cu
fpie/core/cuda/solver.cc
fpie/core/cuda/solver.h
fpie/core/cuda/utils.cu
fpie/core/cuda/utils.h
fpie/core/gcc/CMakeLists.txt
fpie/core/gcc/equ.cc
fpie/core/gcc/grid.cc
fpie/core/gcc/solver.cc
fpie/core/gcc/solver.h
fpie/core/mpi/CMakeLists.txt
fpie/core/mpi/equ.cc
fpie/core/mpi/grid.cc
fpie/core/mpi/solver.cc
fpie/core/mpi/solver.h
fpie/core/openmp/CMakeLists.txt
fpie/core/openmp/equ.cc
fpie/core/openmp/grid.cc
fpie/core/openmp/solver.cc
fpie/core/openmp/solver.h
tests/.gitignore
tests/data.py
tests/data.txt
tests/test_smoke.py