void perturb_var(double **elem_mat, SMODEL_SUPER *sm, SMODEL *model, int ie, int nodes_on_element, int nvar_ele, int *elem_vars, int perturb_var_code, int nsubModels, int ele_var_no, int *NodeIDs, int DEBUG)
Computes elemental Jacobian based on central F-D technique w.r.t one variable (thus filling out one c...
Definition: assemble_jacobian.c:321
int fe_sw2_init(SMODEL_SUPER *sm)
Performs any preprocessing for dependent variables in SW2 equations. For now this mainly is updating ...
Definition: fe_sw2_init.c:28