Skip to content
Snippets Groups Projects
kernel_compile_and_call.rst 698 B
Newer Older
*****************************************
Creating and calling kernels from Python
*****************************************


Creating kernels
----------------

.. autofunction:: pystencils.create_kernel

Jan Hönig's avatar
Jan Hönig committed
.. autofunction:: pystencils.CreateKernelConfig

.. autofunction:: pystencils.create_domain_kernel

.. autofunction:: pystencils.create_indexed_kernel

.. autofunction:: pystencils.create_staggered_kernel


Code printing
-------------

.. autofunction:: pystencils.show_code


GPU Indexing
-------------

.. autoclass:: pystencils.gpucuda.AbstractIndexing
   :members:

.. autoclass:: pystencils.gpucuda.BlockIndexing
   :members:

.. autoclass:: pystencils.gpucuda.LineIndexing
   :members: