Model.numba_jitify#

Model.numba_jitify(parallel=False, cache=True, nopython=True)[source]#

Convert equation residual calls, Jacobian calls, and variable service calls into JIT compiled functions.

This function can be enabled by setting System.config.numba = 1.