AUTHORS
LICENSE
README.md
pyproject.toml
setup.py
src/pyfvtool/__init__.py
src/pyfvtool/advection.py
src/pyfvtool/averaging.py
src/pyfvtool/boundary.py
src/pyfvtool/calculus.py
src/pyfvtool/cell.py
src/pyfvtool/diffusion.py
src/pyfvtool/face.py
src/pyfvtool/mesh.py
src/pyfvtool/pdesolver.py
src/pyfvtool/source.py
src/pyfvtool/utilities.py
src/pyfvtool/visualization.py
src/pyfvtool.egg-info/PKG-INFO
src/pyfvtool.egg-info/SOURCES.txt
src/pyfvtool.egg-info/dependency_links.txt
src/pyfvtool.egg-info/requires.txt
src/pyfvtool.egg-info/top_level.txt
src/pyfvtool/solvers/oneMKL_pardiso/__init__.py
src/pyfvtool/solvers/oneMKL_pardiso/pardiso_wrapper.py
src/pyfvtool/solvers/oneMKL_pardiso/spsolve.py
tests/test_BC.py
tests/test_BC_utility_methods.py
tests/test_CellVariable_copy.py
tests/test_CellVariable_methods.py
tests/test_PyFVTool_basic_test.py
tests/test_PyFVTool_introduction_demo.py
tests/test_README_script.py
tests/test_TrackedArray.py
tests/test_benchmark_1d.py
tests/test_cell_volumes.py
tests/test_coordinate_labels.py
tests/test_cylindrical1D_diffusion.py
tests/test_cylindrical1D_diffusion_source_photothermal.py
tests/test_cylindrical1D_diffusion_steady.py
tests/test_cylindrical2D_convection_Taylor.py
tests/test_div_grad.py
tests/test_facevariable.py
tests/test_oneMKL_PARDISO_interface.py
tests/test_pdesolver_mason_weaver.py
tests/test_runs.py
tests/test_spherical1D_diffusion.py
tests/test_spherical_coordinate_examples.py
tests/test_visualization.py