.flake8
.gitattributes
.gitignore
.gitlab-ci.yml
.isort.cfg
AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
COPYING.txt
MANIFEST.in
README.md
conftest.py
pytest.ini
setup.cfg
setup.py
versioneer.py
binder/apt.txt
binder/environment.yml
binder/start
doc/conf.py
doc/index.rst
doc/img/arch_lbmpy.svg
doc/img/boundary_lists.svg
doc/img/boundary_nosliplist.png
doc/img/boundary_ubblist.png
doc/img/channel_with_dimensions.svg
doc/img/collision.svg
doc/img/collision_space.svg
doc/img/cumulant_relaxation.svg
doc/img/feature_optimization_overview.odp
doc/img/feature_optimization_overview.pdf
doc/img/feature_optimization_overview.svg
doc/img/logo.png
doc/img/logo.svg
doc/img/logo_no_text.png
doc/img/moment_shift.svg
doc/img/input_geometry/container_scenario.svg
doc/img/input_geometry/wing.png
doc/img/mb_discretization/maxwell_boltzmann_stencil_plot.py
doc/img/mb_discretization/mb.png
doc/img/stream_pull/lbm_01.png
doc/img/stream_pull/lbm_02.png
doc/img/stream_pull/lbm_03.png
doc/img/stream_pull/lbm_04.png
doc/img/stream_pull/lbm_05.png
doc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb
doc/notebooks/01_tutorial_predefinedScenarios.ipynb
doc/notebooks/02_tutorial_boundary_setup.ipynb
doc/notebooks/03_tutorial_lbm_formulation.ipynb
doc/notebooks/04_tutorial_cumulant_LBM.ipynb
doc/notebooks/05_tutorial_nondimensionalization_and_scaling.ipynb
doc/notebooks/06_tutorial_modifying_method_smagorinsky.ipynb
doc/notebooks/07_tutorial_thermal_lbm.ipynb
doc/notebooks/08_tutorial_shanchen_twophase.ipynb
doc/notebooks/09_tutorial_shanchen_twocomponent.ipynb
doc/notebooks/10_tutorial_conservative_allen_cahn_two_phase.ipynb
doc/notebooks/11_tutorial_Non_Newtonian_Flow.ipynb
doc/notebooks/demo_automatic_chapman_enskog_analysis.ipynb
doc/notebooks/demo_create_method_from_scratch.ipynb
doc/notebooks/demo_moments_cumulants_and_maxwellian_equilibrium.ipynb
doc/notebooks/demo_stencils.ipynb
doc/notebooks/demo_streaming_patterns.ipynb
doc/notebooks/demo_theoretical_background_generic_equilibrium_construction.ipynb
doc/notebooks/demo_thermalized_lbm.ipynb
doc/sphinx/api.rst
doc/sphinx/boundary_conditions.rst
doc/sphinx/continuous_distribution_measures.rst
doc/sphinx/cumulants.rst
doc/sphinx/enums.rst
doc/sphinx/equilibrium.rst
doc/sphinx/forcemodels.rst
doc/sphinx/kernelcreation.rst
doc/sphinx/lbmpy.bib
doc/sphinx/maxwellian_equilibrium.rst
doc/sphinx/methods.rst
doc/sphinx/moment_transforms.rst
doc/sphinx/moments.rst
doc/sphinx/scenarios.rst
doc/sphinx/stencils.rst
doc/sphinx/tutorials.rst
doc/sphinx/zbibliography.rst
lbmpy/__init__.py
lbmpy/_version.py
lbmpy/continuous_distribution_measures.py
lbmpy/creationfunctions.py
lbmpy/cumulants.py
lbmpy/enums.py
lbmpy/fieldaccess.py
lbmpy/fluctuatinglb.py
lbmpy/forcemodels.py
lbmpy/geometry.py
lbmpy/innerloopsplit.py
lbmpy/lbstep.py
lbmpy/macroscopic_value_kernels.py
lbmpy/max_domain_size_info.py
lbmpy/maxwellian_equilibrium.py
lbmpy/moments.py
lbmpy/non_newtonian_models.py
lbmpy/oldroydb.py
lbmpy/parameterization.py
lbmpy/plot.py
lbmpy/postprocessing.py
lbmpy/quadratic_equilibrium_construction.py
lbmpy/relaxationrates.py
lbmpy/scenarios.py
lbmpy/session.py
lbmpy/simplificationfactory.py
lbmpy/stencils.py
lbmpy/turbulence_models.py
lbmpy/updatekernels.py
lbmpy/utils.py
lbmpy.egg-info/PKG-INFO
lbmpy.egg-info/SOURCES.txt
lbmpy.egg-info/dependency_links.txt
lbmpy.egg-info/requires.txt
lbmpy.egg-info/top_level.txt
lbmpy/advanced_streaming/__init__.py
lbmpy/advanced_streaming/communication.py
lbmpy/advanced_streaming/indexing.py
lbmpy/advanced_streaming/utility.py
lbmpy/boundaries/__init__.py
lbmpy/boundaries/boundaries_in_kernel.py
lbmpy/boundaries/boundaryconditions.py
lbmpy/boundaries/boundaryhandling.py
lbmpy/chapman_enskog/__init__.py
lbmpy/chapman_enskog/chapman_enskog.py
lbmpy/chapman_enskog/chapman_enskog_higher_order.py
lbmpy/chapman_enskog/chapman_enskog_steady_state.py
lbmpy/chapman_enskog/derivative.py
lbmpy/equilibrium/__init__.py
lbmpy/equilibrium/abstract_equilibrium.py
lbmpy/equilibrium/continuous_hydro_maxwellian.py
lbmpy/equilibrium/discrete_hydro_maxwellian.py
lbmpy/equilibrium/generic_discrete_equilibrium.py
lbmpy/methods/__init__.py
lbmpy/methods/abstractlbmethod.py
lbmpy/methods/conservedquantitycomputation.py
lbmpy/methods/creationfunctions.py
lbmpy/methods/default_moment_sets.py
lbmpy/methods/centeredcumulant/__init__.py
lbmpy/methods/centeredcumulant/centeredcumulantmethod.py
lbmpy/methods/centeredcumulant/cumulant_transform.py
lbmpy/methods/centeredcumulant/force_model.py
lbmpy/methods/centeredcumulant/galilean_correction.py
lbmpy/methods/momentbased/__init__.py
lbmpy/methods/momentbased/centralmomentbasedmethod.py
lbmpy/methods/momentbased/entropic.py
lbmpy/methods/momentbased/momentbasedmethod.py
lbmpy/methods/momentbased/momentbasedsimplifications.py
lbmpy/moment_transforms/__init__.py
lbmpy/moment_transforms/abstractmomenttransform.py
lbmpy/moment_transforms/centralmomenttransforms.py
lbmpy/moment_transforms/rawmomenttransforms.py
lbmpy/phasefield/__init__.py
lbmpy/phasefield/analytical.py
lbmpy/phasefield/cahn_hilliard_lbm.py
lbmpy/phasefield/contact_angle_circle_fitting.py
lbmpy/phasefield/eos.py
lbmpy/phasefield/experiments1D.py
lbmpy/phasefield/experiments2D.py
lbmpy/phasefield/fd_stencils.py
lbmpy/phasefield/high_density_ratio_model.py
lbmpy/phasefield/kerneleqs.py
lbmpy/phasefield/n_phase_boyer.py
lbmpy/phasefield/nphase_nestler.py
lbmpy/phasefield/phasefieldstep.py
lbmpy/phasefield/phasefieldstep_direct.py
lbmpy/phasefield/post_processing.py
lbmpy/phasefield/scenarios.py
lbmpy/phasefield/simplex_projection.c
lbmpy/phasefield/simplex_projection.pyx
lbmpy/phasefield_allen_cahn/__init__.py
lbmpy/phasefield_allen_cahn/analytical.py
lbmpy/phasefield_allen_cahn/contact_angle.py
lbmpy/phasefield_allen_cahn/kernel_equations.py
lbmpy/phasefield_allen_cahn/parameter_calculation.py
lbmpy/phasefield_allen_cahn/phasefield_simplifications.py
lbmpy/sparse/__init__.py
lbmpy/sparse/mapping.py
lbmpy/sparse/update_rule_sparse.py
lbmpy_tests/lattice_tensors.py
lbmpy_tests/poiseuille.py
lbmpy_tests/testImage.png
lbmpy_tests/test_boundary_handling.py
lbmpy_tests/test_builtin_periodicity.py
lbmpy_tests/test_central_moment.py
lbmpy_tests/test_central_moment_equivalences.py
lbmpy_tests/test_central_moment_transform.py
lbmpy_tests/test_chapman_enskog.py
lbmpy_tests/test_compiled_in_boundaries.ipynb
lbmpy_tests/test_conserved_quantity_relaxation_invariance.py
lbmpy_tests/test_cpu_gpu_equivalence.py
lbmpy_tests/test_cumulant_equivalences.py
lbmpy_tests/test_cumulant_methods.py
lbmpy_tests/test_cumulants.py
lbmpy_tests/test_density_velocity_input.py
lbmpy_tests/test_diffusion.py
lbmpy_tests/test_entropic.py
lbmpy_tests/test_esotwist_visualization.ipynb
lbmpy_tests/test_extrapolation_outflow.py
lbmpy_tests/test_field_access_pattern_visualization.ipynb
lbmpy_tests/test_float_kernel.py
lbmpy_tests/test_fluctuating_lb.py
lbmpy_tests/test_force.py
lbmpy_tests/test_force_on_boundary.py
lbmpy_tests/test_free_slip.py
lbmpy_tests/test_geometry_setup_serial.py
lbmpy_tests/test_gpu_block_size_limiting.py
lbmpy_tests/test_html_output.py
lbmpy_tests/test_hydro_maxwellian_class.py
lbmpy_tests/test_lbstep.py
lbmpy_tests/test_lees_edwards.py
lbmpy_tests/test_macroscopic_value_kernels.py
lbmpy_tests/test_maxwellian_equilibrium.py
lbmpy_tests/test_moment_transform_api.py
lbmpy_tests/test_momentbased_equivalences.py
lbmpy_tests/test_momentbased_methods_equilibrium.py
lbmpy_tests/test_moments.py
lbmpy_tests/test_oldroydb.py
lbmpy_tests/test_plot.py
lbmpy_tests/test_poisuille_channel.py
lbmpy_tests/test_postprocessing.py
lbmpy_tests/test_quicktests.py
lbmpy_tests/test_relaxation_rate.py
lbmpy_tests/test_scaling_widget.py
lbmpy_tests/test_shear_flow.py
lbmpy_tests/test_shifted_transforms.py
lbmpy_tests/test_simple_equilibrium_conservation.py
lbmpy_tests/test_smagorinsky.py
lbmpy_tests/test_sparse_lbm.ipynb
lbmpy_tests/test_split_optimization.py
lbmpy_tests/test_srt_trt_simplifications.py
lbmpy_tests/test_stencils.py
lbmpy_tests/test_stokes_setup.ipynb
lbmpy_tests/test_update_kernel.py
lbmpy_tests/test_vectorization.py
lbmpy_tests/test_version_string.py
lbmpy_tests/test_weights.py
lbmpy_tests/test_zero_centering.py
lbmpy_tests/advanced_setups/Lees_Edwards_boundary_conditions.ipynb
lbmpy_tests/advanced_streaming/test_advanced_streaming_noslip.py
lbmpy_tests/advanced_streaming/test_communication.py
lbmpy_tests/advanced_streaming/test_fully_periodic_flow.py
lbmpy_tests/advanced_streaming/test_periodic_pipe_with_force.py
lbmpy_tests/benchmark/benchmark_evaluation.ipynb
lbmpy_tests/benchmark/evaluation.py
lbmpy_tests/benchmark/i10staff14_benchmark
lbmpy_tests/benchmark/test_benchmark.py
lbmpy_tests/centeredcumulant/test_equilibrium.py
lbmpy_tests/centeredcumulant/test_flow_around_sphere.py
lbmpy_tests/centeredcumulant/test_periodic_pipe_flow.ipynb
lbmpy_tests/full_scenarios/kida_vortex_flow/Evaluation.ipynb
lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py
lbmpy_tests/full_scenarios/phasefield_allen_cahn/phasefield-capillary-wave.ipynb
lbmpy_tests/full_scenarios/phasefield_allen_cahn/phasefield-gravity-wave.ipynb
lbmpy_tests/full_scenarios/rod/scenario_rod.py
lbmpy_tests/full_scenarios/schaefer_turek/scenario_schaefer_turek.py
lbmpy_tests/full_scenarios/shear_wave/Equilibrium Construction - ReducedStencils.ipynb
lbmpy_tests/full_scenarios/shear_wave/Evaluation.ipynb
lbmpy_tests/full_scenarios/shear_wave/scenario_shear_wave.py
lbmpy_tests/full_scenarios/square_channel/scenario_square_channel.py
lbmpy_tests/phasefield/test_analytical_3phase_model.ipynb
lbmpy_tests/phasefield/test_analytical_n_phase.ipynb
lbmpy_tests/phasefield/test_analytical_n_phase_full.ipynb
lbmpy_tests/phasefield/test_analytical_paper_comparison.ipynb
lbmpy_tests/phasefield/test_entropic_model.ipynb
lbmpy_tests/phasefield/test_eos.py
lbmpy_tests/phasefield/test_force_computation_equivalence.py
lbmpy_tests/phasefield/test_liquid_lens_angles.ipynb
lbmpy_tests/phasefield/test_n_phase_boyer_analytical.ipynb
lbmpy_tests/phasefield/test_n_phase_boyer_noncoupled.ipynb
lbmpy_tests/phasefield/test_n_phase_paper_boyer_lbm.ipynb
lbmpy_tests/phasefield/test_n_phase_penaltyterm_model.ipynb
lbmpy_tests/phasefield/test_nestler_model.py
lbmpy_tests/phasefield/test_nphase_1D.py
lbmpy_tests/phasefield/test_nphase_2D.py
lbmpy_tests/phasefield/test_numerical_1D_3phase_model.ipynb
lbmpy_tests/phasefield/test_numerical_1D_nphase_model.ipynb
lbmpy_tests/phasefield/test_phase_field_scenarios.py
lbmpy_tests/phasefield/test_phasefield.py
lbmpy_tests/phasefield/test_phasefieldstep_direct.ipynb
lbmpy_tests/phasefield/test_phasefieldstep_direct_boyer.ipynb
lbmpy_tests/phasefield_allen_cahn/test_analytical.py
lbmpy_tests/phasefield_allen_cahn/test_contact_angle.py
lbmpy_tests/phasefield_allen_cahn/test_phase_field_derivatives.ipynb
lbmpy_tests/reference_files/ForceDrivenChannel_guo_compressible.npz
lbmpy_tests/reference_files/ForceDrivenChannel_guo_incompressible.npz
lbmpy_tests/reference_files/ForceDrivenChannel_luo_compressible.npz
lbmpy_tests/reference_files/ForceDrivenChannel_luo_incompressible.npz
lbmpy_tests/reference_files/ForceDrivenChannel_simple_compressible.npz
lbmpy_tests/reference_files/ForceDrivenChannel_simple_incompressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_MRT_incompressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_guo_compressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_guo_incompressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_luo_compressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_luo_incompressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_simple_compressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_SRT_simple_incompressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_TRT_luo_compressible.npz
lbmpy_tests/reference_files/LidDrivenCavity_TRT_luo_incompressible.npz
lbmpy_tests/shan_chen/test_shan_chen_two_component.py
lbmpy_tests/shan_chen/test_shan_chen_two_phase.py