sfepy.terms.extmods.terms module

Low level term evaluation functions.

sfepy.terms.extmods.terms.actBfT(out, bf, A)
sfepy.terms.extmods.terms.d_biot_div(out, coef, state, strain, mtx_d, cmap)
sfepy.terms.extmods.terms.d_diffusion(out, grad_p1, grad_p2, mtx_d, cmap)
sfepy.terms.extmods.terms.d_laplace(out, grad_p1, grad_p2, coef, cmap)
sfepy.terms.extmods.terms.d_lin_elastic(out, coef, strain_v, strain_u, mtx_d, cmap)
sfepy.terms.extmods.terms.d_of_nsMinGrad(out, grad, viscosity, cmap)
sfepy.terms.extmods.terms.d_of_nsSurfMinDPress(out, pressure, weight, bpress, cmap, is_diff)
sfepy.terms.extmods.terms.d_piezo_coupling(out, strain, charge_grad, mtx_g, cmap)
sfepy.terms.extmods.terms.d_sd_convect(out, state_u, grad_u, state_w, div_mv, grad_mv, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_diffusion(out, grad_q, grad_p, grad_w, div_w, mtx_d, cmap)
sfepy.terms.extmods.terms.d_sd_div(out, div_u, grad_u, state_p, div_mv, grad_mv, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_div_grad(out, grad_u, grad_w, div_mv, grad_mv, viscosity, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_lin_elastic(out, coef, grad_v, grad_u, grad_w, mtx_d, cmap)
sfepy.terms.extmods.terms.d_sd_st_grad_div(out, div_u, grad_u, div_w, grad_w, div_mv, grad_mv, coef, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_st_pspg_c(out, state_b, grad_u, grad_r, div_mv, grad_mv, coef, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_st_pspg_p(out, grad_r, grad_p, div_mv, grad_mv, coef, cmap_p, mode)
sfepy.terms.extmods.terms.d_sd_st_supg_c(out, state_b, grad_u, grad_w, div_mv, grad_mv, coef, cmap_u, mode)
sfepy.terms.extmods.terms.d_sd_volume_dot(out, state_p, state_q, div_mv, cmap, mode)
sfepy.terms.extmods.terms.d_surface_flux(out, grad, mtx_d, cmap, mode)
sfepy.terms.extmods.terms.d_tl_surface_flux(out, pressure_grad, mtx_d, ref_porosity, mtx_fi, det_f, cmap, mode)
sfepy.terms.extmods.terms.d_tl_volume_surface(out, coors, det_f, mtx_fi, bf, cmap, conn)
sfepy.terms.extmods.terms.d_volume_surface(out, in_, cmap, conn)
sfepy.terms.extmods.terms.de_cauchy_strain(out, strain, cmap, mode)
sfepy.terms.extmods.terms.de_cauchy_stress(out, strain, mtx_d, cmap, mode)
sfepy.terms.extmods.terms.de_he_rtm(out, stress, det_f, cmap, el_list, mode_ul)
sfepy.terms.extmods.terms.di_surface_moment(out, in_, cmap, conn)
sfepy.terms.extmods.terms.dq_cauchy_strain(out, state, cmap, conn)
sfepy.terms.extmods.terms.dq_def_grad(out, state, cmap, conn, mode)
sfepy.terms.extmods.terms.dq_div_vector(out, state, cmap, conn)
sfepy.terms.extmods.terms.dq_finite_strain_tl(mtx_f, det_f, vec_cs, tr_c, in_2c, vec_inv_cs, vec_es, state, cmap, conn)
sfepy.terms.extmods.terms.dq_finite_strain_ul(mtx_f, det_f, vec_bs, tr_b, in_2b, vec_es, state, cmap, conn)
sfepy.terms.extmods.terms.dq_grad(out, state, cmap, conn)
sfepy.terms.extmods.terms.dq_state_in_qp(out, state, bf, conn)
sfepy.terms.extmods.terms.dq_tl_finite_strain_surface(mtx_f, det_f, mtx_fi, state, cmap, fis, conn)
sfepy.terms.extmods.terms.dq_tl_he_stress_bulk(out, mat, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_he_stress_bulk_active(out, mat, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_he_stress_mooney_rivlin(out, mat, det_f, tr_c, vec_inv_cs, vec_cs, in_2c)
sfepy.terms.extmods.terms.dq_tl_he_stress_neohook(out, mat, det_f, tr_c, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_he_tan_mod_bulk(out, mat, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_he_tan_mod_bulk_active(out, mat, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_he_tan_mod_mooney_rivlin(out, mat, det_f, tr_c, vec_inv_cs, vec_cs, in_2c)
sfepy.terms.extmods.terms.dq_tl_he_tan_mod_neohook(out, mat, det_f, tr_c, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_stress_bulk_pressure(out, pressure_qp, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_tl_tan_mod_bulk_pressure_u(out, pressure_qp, det_f, vec_inv_cs)
sfepy.terms.extmods.terms.dq_ul_he_stress_bulk(out, mat, det_f)
sfepy.terms.extmods.terms.dq_ul_he_stress_mooney_rivlin(out, mat, det_f, tr_b, vec_bs, in_2b)
sfepy.terms.extmods.terms.dq_ul_he_stress_neohook(out, mat, det_f, tr_b, vec_bs)
sfepy.terms.extmods.terms.dq_ul_he_tan_mod_bulk(out, mat, det_f)
sfepy.terms.extmods.terms.dq_ul_he_tan_mod_mooney_rivlin(out, mat, det_f, tr_b, vec_bs, in_2b)
sfepy.terms.extmods.terms.dq_ul_he_tan_mod_neohook(out, mat, det_f, tr_b, vec_bs)
sfepy.terms.extmods.terms.dq_ul_stress_bulk_pressure(out, pressure_qp, det_f)
sfepy.terms.extmods.terms.dq_ul_tan_mod_bulk_pressure_u(out, pressure_qp, det_f)
sfepy.terms.extmods.terms.dw_adj_convect1(out, state_w, grad_u, cmap, is_diff)
sfepy.terms.extmods.terms.dw_adj_convect2(out, state_w, state_u, cmap, is_diff)
sfepy.terms.extmods.terms.dw_biot_div(out, coef, strain, mtx_d, cmap_s, cmap_v, is_diff)
sfepy.terms.extmods.terms.dw_biot_grad(out, coef, pressure_qp, mtx_d, cmap_s, cmap_v, is_diff)
sfepy.terms.extmods.terms.dw_convect_v_grad_s(out, val_v, grad_s, cmap_v, cmap_s, is_diff)
sfepy.terms.extmods.terms.dw_diffusion(out, grad, mtx_d, cmap, is_diff)
sfepy.terms.extmods.terms.dw_diffusion_r(out, mtx_d, cmap)
sfepy.terms.extmods.terms.dw_div(out, coef, div, cmap_s, cmap_v, is_diff)
sfepy.terms.extmods.terms.dw_electric_source(out, grad, coef, cmap)
sfepy.terms.extmods.terms.dw_grad(out, coef, state, cmap_s, cmap_v, is_diff)
sfepy.terms.extmods.terms.dw_he_rtm(out, stress, tan_mod, mtx_f, det_f, cmap, is_diff, mode_ul)
sfepy.terms.extmods.terms.dw_laplace(out, grad, coef, cmap, is_diff)
sfepy.terms.extmods.terms.dw_lin_convect(out, grad, state_b, cmap, is_diff)
sfepy.terms.extmods.terms.dw_lin_elastic(out, coef, strain, mtx_d, cmap, is_diff)
sfepy.terms.extmods.terms.dw_lin_prestress(out, stress, cmap)
sfepy.terms.extmods.terms.dw_lin_strain_fib(out, mtx_d, mat, cmap)
sfepy.terms.extmods.terms.dw_nonsym_elastic(out, grad, mtx_d, cmap, is_diff)
sfepy.terms.extmods.terms.dw_piezo_coupling(out, strain, charge_grad, mtx_g, cmap, mode)
sfepy.terms.extmods.terms.dw_st_adj1_supg_p(out, state_w, grad_p, coef, cmap_w, conn_w, is_diff)
sfepy.terms.extmods.terms.dw_st_adj2_supg_p(out, grad_u, state_r, coef, cmap_u, cmap_r, conn_r, is_diff)
sfepy.terms.extmods.terms.dw_st_adj_supg_c(out, state_w, state_u, grad_u, coef, cmap, conn, is_diff)
sfepy.terms.extmods.terms.dw_st_grad_div(out, div, coef, cmap, is_diff)
sfepy.terms.extmods.terms.dw_st_pspg_c(out, state_b, state_u, coef, cmap_p, cmap_u, conn, is_diff)
sfepy.terms.extmods.terms.dw_st_supg_c(out, state_b, state_u, coef, cmap, conn, is_diff)
sfepy.terms.extmods.terms.dw_st_supg_p(out, state_b, grad_p, coef, cmap_u, cmap_p, is_diff)
sfepy.terms.extmods.terms.dw_surface_flux(out, grad, mat, bf, cmap, fis, mode)
sfepy.terms.extmods.terms.dw_surface_ltr(out, traction, cmap)
sfepy.terms.extmods.terms.dw_surface_s_v_dot_n(out, coef, val_qp, rcmap, ccmap, is_diff)
sfepy.terms.extmods.terms.dw_surface_v_dot_n_s(out, coef, val_qp, rcmap, ccmap, is_diff)
sfepy.terms.extmods.terms.dw_tl_diffusion(out, pressure_grad, mtx_d, ref_porosity, mtx_f, det_f, cmap, mode)
sfepy.terms.extmods.terms.dw_tl_surface_traction(out, traction, det_f, mtx_fi, bf, cmap, fis, mode)
sfepy.terms.extmods.terms.dw_tl_volume(out, mtx_f, vec_inv_cs, det_f, cmap_s, cmap_v, transpose, mode)
sfepy.terms.extmods.terms.dw_ul_volume(out, det_f, cmap_s, cmap_v, transpose, mode)
sfepy.terms.extmods.terms.dw_v_dot_grad_s_sw(out, coef, val_qp, cmap_v, cmap_s, is_diff)
sfepy.terms.extmods.terms.dw_v_dot_grad_s_vw(out, coef, grad, cmap_v, cmap_s, is_diff)
sfepy.terms.extmods.terms.dw_volume_dot_scalar(out, coef, val_qp, rcmap, ccmap, is_diff)
sfepy.terms.extmods.terms.dw_volume_dot_vector(out, coef, val_qp, rcmap, ccmap, is_diff)
sfepy.terms.extmods.terms.dw_volume_lvf(out, force_qp, cmap)
sfepy.terms.extmods.terms.errclear()
sfepy.terms.extmods.terms.he_eval_from_mtx(out, mtx_d, state_v, state_u, conn, el_list)
sfepy.terms.extmods.terms.he_residuum_from_mtx(out, mtx_d, state, conn, el_list)
sfepy.terms.extmods.terms.mulAB_integrate(out, A, B, cmap, mode)
sfepy.terms.extmods.terms.sym2nonsym(out, A)
sfepy.terms.extmods.terms.term_ns_asm_convect(out, grad, state, cmap, is_diff)
sfepy.terms.extmods.terms.term_ns_asm_div_grad(out, grad, viscosity, cmap_v, cmap_s, is_diff)