bempp_cl.helpers ================ .. py:module:: bempp_cl.helpers .. autoapi-nested-parse:: Basic helpers that should be available independent of the api. This is for module level helpers that should be available without importing bempp_cl.api first. Classes ------- .. autoapisummary:: bempp_cl.helpers.IndexList Functions --------- .. autoapisummary:: bempp_cl.helpers.timeit bempp_cl.helpers.jit_logger Module Contents --------------- .. py:function:: timeit(fun) Time a method in Bempp. .. py:class:: IndexList Bases: :py:obj:`tuple` .. py:attribute:: indices .. py:attribute:: indexptr .. py:function:: jit_logger(name) Emit a log message whenever Numba jits something.