.flake8
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
COPYING
Makefile
README.md
pyproject.toml
setup.py
uv.lock
.github/workflows/ci.yml
.github/workflows/wheels.yml
docs/Makefile
docs/algorithm.rst
docs/conf.py
docs/coordinate_system.rst
docs/index.rst
docs/install.rst
docs/references.rst
docs/refs.bib
docs/solver_configuration.rst
docs/_ext/tikz.py
docs/_static/_tikz/cell_indexing_64b0bfa32a6f.svg
docs/_static/_tikz/cell_indexing_6d75a7f863f0.svg
docs/_static/_tikz/cell_indexing_c791f18305c0.svg
docs/_static/_tikz/coordinate_system_5c381a977fe8.svg
docs/_tikz/cell_indexing.tikz
docs/_tikz/coordinate_system.tikz
docs/api/average.rst
docs/api/block.rst
docs/api/convergence_history.rst
docs/api/cut.rst
docs/api/fluid.rst
docs/api/grid.rst
docs/api/patch.rst
docs/api/solver.rst
docs/auto_examples/run_duct.codeobj.json
docs/auto_examples/run_duct.ipynb
docs/auto_examples/run_duct.py
docs/auto_examples/run_duct.py.md5
docs/auto_examples/run_duct.rst
docs/auto_examples/run_duct.zip
docs/auto_examples/images/sphx_glr_run_duct_001.png
docs/auto_examples/images/sphx_glr_run_duct_002.png
docs/auto_examples/images/thumb/sphx_glr_run_duct_thumb.png
examples/README.txt
examples/plot_block_basics.py
examples/plot_cut_average.py
examples/plot_isentropic_nozzle.py
examples/plot_joule_cycle.py
examples/plot_patches.py
examples/plot_shocked_nozzle.py
examples/run_duct.py
scripts/duct_cfl_sweep.sh
scripts/mg_irs_bench.py
scripts/run_duct.py
src/ember/__init__.py
src/ember/average.py
src/ember/basepatch.py
src/ember/block.py
src/ember/block_restart.py
src/ember/block_util.py
src/ember/collections.py
src/ember/convergence_history.py
src/ember/cooling.py
src/ember/cusp.py
src/ember/cut.py
src/ember/fluid.py
src/ember/fluxes.py
src/ember/geometry.py
src/ember/grid.py
src/ember/inlet.py
src/ember/inviscid.py
src/ember/mixing.py
src/ember/mixing_communicator.py
src/ember/nonmatch.py
src/ember/nonmatch_communicator.py
src/ember/outlet.py
src/ember/patch.py
src/ember/periodic.py
src/ember/periodic_communicator.py
src/ember/perturbation.py
src/ember/plot3d.py
src/ember/probe.py
src/ember/rotating.py
src/ember/set_iter.py
src/ember/solver.py
src/ember/struct.py
src/ember/ts3.py
src/ember/util.py
src/ember/util_yaml.py
src/ember/_fortran/adapt.f90
src/ember/_fortran/block.f90
src/ember/_fortran/distribute.f90
src/ember/_fortran/filter.f90
src/ember/_fortran/geometry.f90
src/ember/_fortran/indexing.f90
src/ember/_fortran/inline_info.txt
src/ember/_fortran/interpolate.f90
src/ember/_fortran/matvec.f90
src/ember/_fortran/mixing.f90
src/ember/_fortran/multigrid.f90
src/ember/_fortran/operators.f90
src/ember/_fortran/perfect.f90
src/ember/_fortran/perturbation.f90
src/ember/_fortran/polar.f90
src/ember/_fortran/residual.f90
src/ember/_fortran/scree.f90
src/ember/_fortran/smooth_const.f90
src/ember/_fortran/smooth_v2.f90
src/ember/_fortran/viscous.f90
src/ember_cfd.egg-info/PKG-INFO
src/ember_cfd.egg-info/SOURCES.txt
src/ember_cfd.egg-info/dependency_links.txt
src/ember_cfd.egg-info/not-zip-safe
src/ember_cfd.egg-info/requires.txt
src/ember_cfd.egg-info/scm_file_list.json
src/ember_cfd.egg-info/scm_version.json
src/ember_cfd.egg-info/top_level.txt
tests/conftest.py
tests/test_average.py
tests/test_block.py
tests/test_block_copy_patches.py
tests/test_block_core.py
tests/test_block_i_perk.py
tests/test_block_set_iterative.py
tests/test_block_util.py
tests/test_convergence_history.py
tests/test_cut.py
tests/test_cut_scipy_parity.py
tests/test_fluid.py
tests/test_fluxes.py
tests/test_geometry.py
tests/test_grid.py
tests/test_grid_connectivity.py
tests/test_grid_resample.py
tests/test_grid_utilities.py
tests/test_inviscid_patch.py
tests/test_io.py
tests/test_mg_irs.py
tests/test_mixing_integration.py
tests/test_multigrid.py
tests/test_nonmatch_communicator.py
tests/test_nonmatch_patch.py
tests/test_operators.py
tests/test_outlet.py
tests/test_patch.py
tests/test_periodic_communicator.py
tests/test_perturbation.py
tests/test_polar_source.py
tests/test_read_probe_dat.py
tests/test_residual_golden.py
tests/test_residual_smoothing.py
tests/test_scree_mg.py
tests/test_set_F_body_golden.py
tests/test_smooth.py
tests/test_struct.py
tests/test_timestep_diffusion.py
tests/test_ts3_probe.py
tests/test_ts3_readback.py
tests/test_update_filter.py
tests/test_util.py
tests/test_viscous_periodic.py
tests/test_wdist.py
tests/data/F_body_golden.npz
tests/data/duct.cnv
tests/data/log_duct.txt
tests/data/residual_golden.npz
tools/build_docs.sh
tools/check_compile.sh
tools/check_dead_code.sh
tools/check_member_order.py
tools/check_no_claude_commit_msg.sh
tools/check_no_typing.sh
tools/check_spec0.py
tools/check_stale_build_artifacts.sh
tools/compile_wilkes.sh
tools/profile_main_loop.py