.flake8
.gitattributes
.gitignore
.gitlab-ci.yml
.isort.cfg
AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
COPYING.txt
MANIFEST.in
README.md
conftest.py
pytest.ini
release.sh
setup.cfg
setup.py
versioneer.py
binder/apt.txt
binder/environment.yml
binder/start
doc/conf.py
doc/index.rst
doc/img/c_backend.svg
doc/img/github_repo_card.png
doc/img/logo.png
doc/img/logo.svg
doc/img/logo_large.svg
doc/img/logo_no_text.png
doc/img/pystencils_arch_block_diagram.svg
doc/img/pystencils_stencil_four_points_with_arrows.svg
doc/img/staggered_grid.svg
doc/img/walberla_blocks.svg
doc/notebooks/01_tutorial_getting_started.ipynb
doc/notebooks/02_tutorial_basic_kernels.ipynb
doc/notebooks/03_tutorial_datahandling.ipynb
doc/notebooks/04_tutorial_advection_diffusion.ipynb
doc/notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb
doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb
doc/notebooks/demo_assignment_collection.ipynb
doc/notebooks/demo_benchmark.ipynb
doc/notebooks/demo_derivatives.ipynb
doc/notebooks/demo_plotting_and_animation.ipynb
doc/notebooks/demo_wave_equation.ipynb
doc/sphinx/api.rst
doc/sphinx/ast.rst
doc/sphinx/configuration.rst
doc/sphinx/datahandling.rst
doc/sphinx/enums.rst
doc/sphinx/field.rst
doc/sphinx/finite_differences.rst
doc/sphinx/kernel_compile_and_call.rst
doc/sphinx/plot.rst
doc/sphinx/pystencils.bib
doc/sphinx/simplifications.rst
doc/sphinx/stencil.rst
doc/sphinx/tutorials.rst
pystencils/__init__.py
pystencils/_version.py
pystencils/alignedarray.py
pystencils/assignment.py
pystencils/astnodes.py
pystencils/bit_masks.py
pystencils/cache.py
pystencils/config.py
pystencils/display_utils.py
pystencils/enums.py
pystencils/fast_approximation.py
pystencils/field.py
pystencils/functions.py
pystencils/integer_functions.py
pystencils/integer_set_analysis.py
pystencils/jupyter.py
pystencils/kernel_contrains_check.py
pystencils/kernel_decorator.py
pystencils/kernel_wrapper.py
pystencils/kernelcreation.py
pystencils/node_collection.py
pystencils/placeholder_function.py
pystencils/plot.py
pystencils/rng.py
pystencils/session.py
pystencils/simplificationfactory.py
pystencils/slicing.py
pystencils/spatial_coordinates.py
pystencils/stencil.py
pystencils/sympyextensions.py
pystencils/timeloop.py
pystencils/transformations.py
pystencils/utils.py
pystencils.egg-info/PKG-INFO
pystencils.egg-info/SOURCES.txt
pystencils.egg-info/dependency_links.txt
pystencils.egg-info/requires.txt
pystencils.egg-info/top_level.txt
pystencils/backends/__init__.py
pystencils/backends/arm_instruction_sets.py
pystencils/backends/cbackend.py
pystencils/backends/cuda_backend.py
pystencils/backends/dot.py
pystencils/backends/json.py
pystencils/backends/ppc_instruction_sets.py
pystencils/backends/riscv_instruction_sets.py
pystencils/backends/simd_instruction_sets.py
pystencils/backends/x86_instruction_sets.py
pystencils/boundaries/__init__.py
pystencils/boundaries/boundaryconditions.py
pystencils/boundaries/boundaryhandling.py
pystencils/boundaries/createindexlist.py
pystencils/boundaries/createindexlistcython.c
pystencils/boundaries/createindexlistcython.pyx
pystencils/boundaries/inkernel.py
pystencils/cpu/__init__.py
pystencils/cpu/cpujit.py
pystencils/cpu/kernelcreation.py
pystencils/cpu/msvc_detection.py
pystencils/cpu/vectorization.py
pystencils/datahandling/__init__.py
pystencils/datahandling/blockiteration.py
pystencils/datahandling/datahandling_interface.py
pystencils/datahandling/parallel_datahandling.py
pystencils/datahandling/pycuda.py
pystencils/datahandling/serial_datahandling.py
pystencils/datahandling/vtk.py
pystencils/fd/__init__.py
pystencils/fd/derivation.py
pystencils/fd/derivative.py
pystencils/fd/finitedifferences.py
pystencils/fd/finitevolumes.py
pystencils/fd/spatial.py
pystencils/gpucuda/__init__.py
pystencils/gpucuda/cudajit.py
pystencils/gpucuda/indexing.py
pystencils/gpucuda/kernelcreation.py
pystencils/gpucuda/periodicity.py
pystencils/include/PyStencilsField.h
pystencils/include/__init__.py
pystencils/include/aesni_rand.h
pystencils/include/arm_neon_helpers.h
pystencils/include/cuda_complex.hpp
pystencils/include/myintrin.h
pystencils/include/opencl_stdint.h
pystencils/include/philox_rand.h
pystencils/include/ppc_altivec_helpers.h
pystencils/runhelper/__init__.py
pystencils/runhelper/db.py
pystencils/runhelper/parameterstudy.py
pystencils/simp/__init__.py
pystencils/simp/assignment_collection.py
pystencils/simp/simplifications.py
pystencils/simp/simplificationstrategy.py
pystencils/simp/subexpression_insertion.py
pystencils/typing/__init__.py
pystencils/typing/cast_functions.py
pystencils/typing/leaf_typing.py
pystencils/typing/transformations.py
pystencils/typing/typed_sympy.py
pystencils/typing/types.py
pystencils/typing/utilities.py
pystencils_tests/__init__.py
pystencils_tests/test_Min_Max.py
pystencils_tests/test_abs.py
pystencils_tests/test_address_of.py
pystencils_tests/test_aligned_array.py
pystencils_tests/test_assignment_collection.py
pystencils_tests/test_assignment_collection_dict_conversion.py
pystencils_tests/test_assignment_from_stencil.py
pystencils_tests/test_astnodes.py
pystencils_tests/test_bit_masks.py
pystencils_tests/test_blocking.py
pystencils_tests/test_blocking_staggered.py
pystencils_tests/test_boundary.py
pystencils_tests/test_boundary_indexlist_creation.py
pystencils_tests/test_buffer.py
pystencils_tests/test_buffer_gpu.py
pystencils_tests/test_conditional_field_access.py
pystencils_tests/test_conditional_vec.py
pystencils_tests/test_config.py
pystencils_tests/test_create_kernel_config.py
pystencils_tests/test_cudagpu.py
pystencils_tests/test_custom_backends.py
pystencils_tests/test_datahandling.py
pystencils_tests/test_datahandling_parallel.py
pystencils_tests/test_derivative.py
pystencils_tests/test_dot_printer.ipynb
pystencils_tests/test_dot_printer.py
pystencils_tests/test_dtype_check.py
pystencils_tests/test_fast_approximation.py
pystencils_tests/test_fd_derivation.ipynb
pystencils_tests/test_fd_derivation_via_rotation.ipynb
pystencils_tests/test_fd_derivative.py
pystencils_tests/test_field.py
pystencils_tests/test_field_access_poly.py
pystencils_tests/test_field_equality.ipynb
pystencils_tests/test_finite_differences.py
pystencils_tests/test_floor_ceil_int_optimization.py
pystencils_tests/test_fvm.py
pystencils_tests/test_global_definitions.py
pystencils_tests/test_helpful_errors.py
pystencils_tests/test_indexed_kernels.py
pystencils_tests/test_jacobi_cbackend.py
pystencils_tests/test_json_backend.py
pystencils_tests/test_jupyter_extensions.ipynb
pystencils_tests/test_logarithm.py
pystencils_tests/test_loop_cutting.py
pystencils_tests/test_match_subs_for_assignment_collection.py
pystencils_tests/test_math_functions.py
pystencils_tests/test_modulo.py
pystencils_tests/test_move_constant_before_loop.py
pystencils_tests/test_nodecollection.py
pystencils_tests/test_parameterstudy.py
pystencils_tests/test_phasefield_dentritic_3D.ipynb
pystencils_tests/test_pickle_support.py
pystencils_tests/test_plot.py
pystencils_tests/test_print_infinity.py
pystencils_tests/test_print_unsupported_node.py
pystencils_tests/test_quicktests.py
pystencils_tests/test_random.py
pystencils_tests/test_sharedmethodcache.py
pystencils_tests/test_simplification_strategy.py
pystencils_tests/test_simplifications.py
pystencils_tests/test_size_and_layout_checks.py
pystencils_tests/test_sliced_iteration.py
pystencils_tests/test_slicing.py
pystencils_tests/test_small_block_benchmark.ipynb
pystencils_tests/test_source_code_comment.py
pystencils_tests/test_staggered_kernel.py
pystencils_tests/test_stencil_plot.ipynb
pystencils_tests/test_stencils.py
pystencils_tests/test_struct_types.py
pystencils_tests/test_subexpression_insertion.py
pystencils_tests/test_sum_prod.py
pystencils_tests/test_sympyextensions.py
pystencils_tests/test_timeloop.py
pystencils_tests/test_transformations.py
pystencils_tests/test_type_interference.py
pystencils_tests/test_types.py
pystencils_tests/test_utils.py
pystencils_tests/test_vectorization.py
pystencils_tests/test_vectorization_specific.py
pystencils_tests/test_version_string.py
pystencils_tests/test_data/datahandling_load_test.npz
pystencils_tests/test_data/datahandling_save_test.npz
pystencils_tests/test_data/lenna.png
pystencils_tests/test_data/test_vessel2d_mask.png
pystencils_tests/test_data/datahandling_parallel_load_test/dst.dat
pystencils_tests/test_data/datahandling_parallel_load_test/src.dat
pystencils_tests/test_data/datahandling_parallel_save_test/dst.dat
pystencils_tests/test_data/datahandling_parallel_save_test/src.dat