optframework.utils.func.jit_kernel_break module

Created on Tue Dec 10 15:31:38 2024

@author: px2030

optframework.utils.func.jit_kernel_break.beta_func(x, y)
optframework.utils.func.jit_kernel_break.breakage_func_1d(x, y, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_1d_xk(x, y, k, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_2d(x3, x1, y1, y3, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_2d_x1k(x3, x1, y1, y3, k, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_2d_x3k(x3, x1, y1, y3, k, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_2d_x1kx3l(x3, x1, y1, y3, k, l, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.breakage_func_2d_trunc(x3, x1, y1, y3, k, l, v, q, BREAKFVAL, eta)
optframework.utils.func.jit_kernel_break.breakage_func_2d_x1k_trunc(x3, x1, y1, y3, k, v, q, BREAKFVAL, eta)
optframework.utils.func.jit_kernel_break.breakage_func_2d_x3k_trunc(x3, x1, y1, y3, k, v, q, BREAKFVAL, eta)
optframework.utils.func.jit_kernel_break.gauss_legendre(f, a, b, xs, ws, args=())
optframework.utils.func.jit_kernel_break.dblgauss_legendre(f, a1, b1, a2, b2, xs1, ws1, xs2, ws2, args=())
optframework.utils.func.jit_kernel_break.calc_init_B_F_1D_quad(solver)[source]
optframework.utils.func.jit_kernel_break.calc_int_B_F_2D_GL(solver)[source]
optframework.utils.func.jit_kernel_break.calc_int_B_F_2D_GL_jit(NS, V1, V3, V_e1, V_e3, int_B_F, intx_B_F, inty_B_F, v, q, BREAKFVAL)
optframework.utils.func.jit_kernel_break.calc_int_B_F_2D_quad(solver)[source]
optframework.utils.func.jit_kernel_break.calc_B_R_1d(solver)[source]
optframework.utils.func.jit_kernel_break.calc_B_R_1d_jit(V, B_R, pl_P1, pl_P2, G, BREAKRVAL)
optframework.utils.func.jit_kernel_break.calc_break_rate_1d(V, pl_P1, pl_P2, G, BREAKRVAL, i)
optframework.utils.func.jit_kernel_break.calc_B_R_2d(solver)[source]
optframework.utils.func.jit_kernel_break.calc_B_R_2d_jit(V, B_R, V1, V3, G, pl_P1, pl_P2, pl_P3, pl_P4, BREAKRVAL, BREAKFVAL)
optframework.utils.func.jit_kernel_break.calc_B_R_2d_flat(solver)[source]
optframework.utils.func.jit_kernel_break.calc_B_R_2d_flat_jit(V, B_R, V1, V3, G, pl_P1, pl_P2, pl_P3, pl_P4, BREAKRVAL, BREAKFVAL)
optframework.utils.func.jit_kernel_break.calc_break_rate_2d(V, V1, V3, G, pl_P1, pl_P2, pl_P3, pl_P4, BREAKRVAL, BREAKFVAL, i, j)
optframework.utils.func.jit_kernel_break.calc_break_rate_2d_flat(V, V1, V3, G, pl_P1, pl_P2, pl_P3, pl_P4, BREAKRVAL, BREAKFVAL, i)