AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
COPYING.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
src/lbmpy/__init__.py
src/lbmpy/_version.py
src/lbmpy/analytical_solutions.py
src/lbmpy/continuous_distribution_measures.py
src/lbmpy/creationfunctions.py
src/lbmpy/cumulants.py
src/lbmpy/custom_code_nodes.py
src/lbmpy/db.py
src/lbmpy/enums.py
src/lbmpy/fieldaccess.py
src/lbmpy/flow_statistics.py
src/lbmpy/fluctuatinglb.py
src/lbmpy/forcemodels.py
src/lbmpy/geometry.py
src/lbmpy/innerloopsplit.py
src/lbmpy/lbstep.py
src/lbmpy/macroscopic_value_kernels.py
src/lbmpy/max_domain_size_info.py
src/lbmpy/maxwellian_equilibrium.py
src/lbmpy/moments.py
src/lbmpy/non_newtonian_models.py
src/lbmpy/oldroydb.py
src/lbmpy/parameterization.py
src/lbmpy/partially_saturated_cells.py
src/lbmpy/plot.py
src/lbmpy/postprocessing.py
src/lbmpy/quadratic_equilibrium_construction.py
src/lbmpy/relaxationrates.py
src/lbmpy/scenarios.py
src/lbmpy/session.py
src/lbmpy/simplificationfactory.py
src/lbmpy/stencils.py
src/lbmpy/turbulence_models.py
src/lbmpy/updatekernels.py
src/lbmpy/utils.py
src/lbmpy.egg-info/PKG-INFO
src/lbmpy.egg-info/SOURCES.txt
src/lbmpy.egg-info/dependency_links.txt
src/lbmpy.egg-info/requires.txt
src/lbmpy.egg-info/top_level.txt
src/lbmpy/advanced_streaming/__init__.py
src/lbmpy/advanced_streaming/communication.py
src/lbmpy/advanced_streaming/indexing.py
src/lbmpy/advanced_streaming/utility.py
src/lbmpy/boundaries/__init__.py
src/lbmpy/boundaries/boundaries_in_kernel.py
src/lbmpy/boundaries/boundaryconditions.py
src/lbmpy/boundaries/boundaryhandling.py
src/lbmpy/boundaries/wall_function_models.py
src/lbmpy/chapman_enskog/__init__.py
src/lbmpy/chapman_enskog/chapman_enskog.py
src/lbmpy/chapman_enskog/chapman_enskog_higher_order.py
src/lbmpy/chapman_enskog/chapman_enskog_steady_state.py
src/lbmpy/chapman_enskog/derivative.py
src/lbmpy/equilibrium/__init__.py
src/lbmpy/equilibrium/abstract_equilibrium.py
src/lbmpy/equilibrium/continuous_hydro_maxwellian.py
src/lbmpy/equilibrium/discrete_hydro_maxwellian.py
src/lbmpy/equilibrium/generic_discrete_equilibrium.py
src/lbmpy/methods/__init__.py
src/lbmpy/methods/abstractlbmethod.py
src/lbmpy/methods/conservedquantitycomputation.py
src/lbmpy/methods/creationfunctions.py
src/lbmpy/methods/default_moment_sets.py
src/lbmpy/methods/cumulantbased/__init__.py
src/lbmpy/methods/cumulantbased/cumulant_simplifications.py
src/lbmpy/methods/cumulantbased/cumulantbasedmethod.py
src/lbmpy/methods/cumulantbased/fourth_order_correction.py
src/lbmpy/methods/cumulantbased/galilean_correction.py
src/lbmpy/methods/momentbased/__init__.py
src/lbmpy/methods/momentbased/centralmomentbasedmethod.py
src/lbmpy/methods/momentbased/entropic.py
src/lbmpy/methods/momentbased/momentbasedmethod.py
src/lbmpy/methods/momentbased/momentbasedsimplifications.py
src/lbmpy/moment_transforms/__init__.py
src/lbmpy/moment_transforms/abstractmomenttransform.py
src/lbmpy/moment_transforms/centralmomenttransforms.py
src/lbmpy/moment_transforms/cumulanttransforms.py
src/lbmpy/moment_transforms/rawmomenttransforms.py
src/lbmpy/phasefield/__init__.py
src/lbmpy/phasefield/analytical.py
src/lbmpy/phasefield/cahn_hilliard_lbm.py
src/lbmpy/phasefield/contact_angle_circle_fitting.py
src/lbmpy/phasefield/eos.py
src/lbmpy/phasefield/experiments1D.py
src/lbmpy/phasefield/experiments2D.py
src/lbmpy/phasefield/fd_stencils.py
src/lbmpy/phasefield/high_density_ratio_model.py
src/lbmpy/phasefield/kerneleqs.py
src/lbmpy/phasefield/n_phase_boyer.py
src/lbmpy/phasefield/nphase_nestler.py
src/lbmpy/phasefield/phasefieldstep.py
src/lbmpy/phasefield/phasefieldstep_direct.py
src/lbmpy/phasefield/post_processing.py
src/lbmpy/phasefield/scenarios.py
src/lbmpy/phasefield_allen_cahn/__init__.py
src/lbmpy/phasefield_allen_cahn/analytical.py
src/lbmpy/phasefield_allen_cahn/contact_angle.py
src/lbmpy/phasefield_allen_cahn/derivatives.py
src/lbmpy/phasefield_allen_cahn/kernel_equations.py
src/lbmpy/phasefield_allen_cahn/numerical_solver.py
src/lbmpy/phasefield_allen_cahn/parameter_calculation.py
src/lbmpy/sparse/__init__.py
src/lbmpy/sparse/mapping.py
src/lbmpy/sparse/update_rule_sparse.py
tests/test_boundary_handling.py
tests/test_builtin_periodicity.py
tests/test_central_moment.py
tests/test_central_moment_equivalences.py
tests/test_central_moment_transform.py
tests/test_chapman_enskog.py
tests/test_conserved_quantity_relaxation_invariance.py
tests/test_cpu_gpu_equivalence.py
tests/test_cumulant_equivalences.py
tests/test_cumulant_methods.py
tests/test_cumulant_transform.py
tests/test_cumulants.py
tests/test_density_velocity_input.py
tests/test_diffusion.py
tests/test_entropic.py
tests/test_extrapolation_outflow.py
tests/test_float_kernel.py
tests/test_fluctuating_lb.py
tests/test_force.py
tests/test_force_on_boundary.py
tests/test_free_slip.py
tests/test_geometry_setup_serial.py
tests/test_gpu_block_size_limiting.py
tests/test_html_output.py
tests/test_hydro_maxwellian_class.py
tests/test_interpolation_boundaries.py
tests/test_json_serializer.py
tests/test_lbstep.py
tests/test_lees_edwards.py
tests/test_macroscopic_value_kernels.py
tests/test_maxwellian_equilibrium.py
tests/test_moment_transform_api.py
tests/test_momentbased_equivalences.py
tests/test_momentbased_methods_equilibrium.py
tests/test_moments.py
tests/test_mrt_simplifications.py
tests/test_oldroydb.py
tests/test_plot.py
tests/test_poisuille_channel.py
tests/test_postprocessing.py
tests/test_psm.py
tests/test_quicktests.py
tests/test_relaxation_rate.py
tests/test_scaling_widget.py
tests/test_shear_flow.py
tests/test_shifted_transforms.py
tests/test_simple_equilibrium_conservation.py
tests/test_smagorinsky.py
tests/test_split_optimization.py
tests/test_srt_trt_simplifications.py
tests/test_stencils.py
tests/test_update_kernel.py
tests/test_vectorization.py
tests/test_version_string.py
tests/test_wall_function_bounce.py
tests/test_weights.py
tests/test_welford.py
tests/test_zero_centering.py