AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/pystencils/__init__.py
src/pystencils/_version.py
src/pystencils/alignedarray.py
src/pystencils/assignment.py
src/pystencils/astnodes.py
src/pystencils/bit_masks.py
src/pystencils/cache.py
src/pystencils/config.py
src/pystencils/display_utils.py
src/pystencils/enums.py
src/pystencils/fast_approximation.py
src/pystencils/field.py
src/pystencils/functions.py
src/pystencils/integer_functions.py
src/pystencils/integer_set_analysis.py
src/pystencils/jupyter.py
src/pystencils/kernel_contrains_check.py
src/pystencils/kernel_decorator.py
src/pystencils/kernel_wrapper.py
src/pystencils/kernelcreation.py
src/pystencils/node_collection.py
src/pystencils/placeholder_function.py
src/pystencils/plot.py
src/pystencils/rng.py
src/pystencils/session.py
src/pystencils/simplificationfactory.py
src/pystencils/slicing.py
src/pystencils/spatial_coordinates.py
src/pystencils/stencil.py
src/pystencils/sympyextensions.py
src/pystencils/timeloop.py
src/pystencils/transformations.py
src/pystencils/utils.py
src/pystencils.egg-info/PKG-INFO
src/pystencils.egg-info/SOURCES.txt
src/pystencils.egg-info/dependency_links.txt
src/pystencils.egg-info/requires.txt
src/pystencils.egg-info/top_level.txt
src/pystencils/backends/__init__.py
src/pystencils/backends/arm_instruction_sets.py
src/pystencils/backends/cbackend.py
src/pystencils/backends/cuda_backend.py
src/pystencils/backends/dot.py
src/pystencils/backends/json.py
src/pystencils/backends/ppc_instruction_sets.py
src/pystencils/backends/riscv_instruction_sets.py
src/pystencils/backends/simd_instruction_sets.py
src/pystencils/backends/x86_instruction_sets.py
src/pystencils/boundaries/__init__.py
src/pystencils/boundaries/boundaryconditions.py
src/pystencils/boundaries/boundaryhandling.py
src/pystencils/boundaries/createindexlist.py
src/pystencils/boundaries/createindexlistcython.pyx
src/pystencils/boundaries/inkernel.py
src/pystencils/cpu/__init__.py
src/pystencils/cpu/cpujit.py
src/pystencils/cpu/kernelcreation.py
src/pystencils/cpu/msvc_detection.py
src/pystencils/cpu/vectorization.py
src/pystencils/datahandling/__init__.py
src/pystencils/datahandling/blockiteration.py
src/pystencils/datahandling/datahandling_interface.py
src/pystencils/datahandling/parallel_datahandling.py
src/pystencils/datahandling/serial_datahandling.py
src/pystencils/datahandling/vtk.py
src/pystencils/fd/__init__.py
src/pystencils/fd/derivation.py
src/pystencils/fd/derivative.py
src/pystencils/fd/finitedifferences.py
src/pystencils/fd/finitevolumes.py
src/pystencils/fd/spatial.py
src/pystencils/gpu/__init__.py
src/pystencils/gpu/gpu_array_handler.py
src/pystencils/gpu/gpujit.py
src/pystencils/gpu/indexing.py
src/pystencils/gpu/kernelcreation.py
src/pystencils/gpu/periodicity.py
src/pystencils/include/__init__.py
src/pystencils/include/aesni_rand.h
src/pystencils/include/arm_neon_helpers.h
src/pystencils/include/gpu_defines.h
src/pystencils/include/half_precision.h
src/pystencils/include/myintrin.h
src/pystencils/include/philox_rand.h
src/pystencils/include/ppc_altivec_helpers.h
src/pystencils/include/riscv_v_helpers.h
src/pystencils/runhelper/__init__.py
src/pystencils/runhelper/db.py
src/pystencils/runhelper/parameterstudy.py
src/pystencils/simp/__init__.py
src/pystencils/simp/assignment_collection.py
src/pystencils/simp/simplifications.py
src/pystencils/simp/simplificationstrategy.py
src/pystencils/simp/subexpression_insertion.py
src/pystencils/typing/__init__.py
src/pystencils/typing/cast_functions.py
src/pystencils/typing/leaf_typing.py
src/pystencils/typing/transformations.py
src/pystencils/typing/typed_sympy.py
src/pystencils/typing/types.py
src/pystencils/typing/utilities.py
tests/test_Min_Max.py
tests/test_abs.py
tests/test_address_of.py
tests/test_aligned_array.py
tests/test_assignment_collection.py
tests/test_assignment_collection_dict_conversion.py
tests/test_assignment_from_stencil.py
tests/test_astnodes.py
tests/test_augmented_assignment.py
tests/test_base_pointer_specification.py
tests/test_bit_masks.py
tests/test_blocking.py
tests/test_blocking_staggered.py
tests/test_boundary.py
tests/test_boundary_indexlist_creation.py
tests/test_buffer.py
tests/test_buffer_gpu.py
tests/test_conditional_field_access.py
tests/test_conditional_vec.py
tests/test_config.py
tests/test_create_kernel_config.py
tests/test_custom_backends.py
tests/test_datahandling.py
tests/test_datahandling_parallel.py
tests/test_derivative.py
tests/test_dot_printer.py
tests/test_dtype_check.py
tests/test_fast_approximation.py
tests/test_fd_derivative.py
tests/test_field.py
tests/test_field_access_poly.py
tests/test_finite_differences.py
tests/test_floor_ceil_int_optimization.py
tests/test_fvm.py
tests/test_global_definitions.py
tests/test_gpu.py
tests/test_half_precision.py
tests/test_helpful_errors.py
tests/test_indexed_kernels.py
tests/test_jacobi_cbackend.py
tests/test_json_backend.py
tests/test_json_serializer.py
tests/test_logarithm.py
tests/test_loop_cutting.py
tests/test_match_subs_for_assignment_collection.py
tests/test_math_functions.py
tests/test_modulo.py
tests/test_move_constant_before_loop.py
tests/test_nodecollection.py
tests/test_parameterstudy.py
tests/test_pickle_support.py
tests/test_plot.py
tests/test_printing.py
tests/test_quicktests.py
tests/test_random.py
tests/test_sharedmethodcache.py
tests/test_simplification_strategy.py
tests/test_simplifications.py
tests/test_size_and_layout_checks.py
tests/test_sliced_iteration.py
tests/test_slicing.py
tests/test_source_code_comment.py
tests/test_staggered_kernel.py
tests/test_stencils.py
tests/test_struct_types.py
tests/test_subexpression_insertion.py
tests/test_sum_prod.py
tests/test_sympyextensions.py
tests/test_timeloop.py
tests/test_transformations.py
tests/test_type_interference.py
tests/test_types.py
tests/test_utils.py
tests/test_vectorization.py
tests/test_vectorization_specific.py
tests/test_version_string.py