AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
no_model.h
1#ifndef H_NO_MODEL_
2#define H_NO_MODEL_
3
4/***********************************************************/
5/***********************************************************/
6/***********************************************************/
7
8int no_init(SMODEL_SUPER *sm);
9int no_resid(SMODEL_SUPER *mod, double *elem_rhs, int ie, double perturbation, int perturb_node, int perturb_var, int perturb_sign, int DEBUG);
10
11/***********************************************************/
12/***********************************************************/
13/***********************************************************/
14
15#endif
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 no_init(SMODEL_SUPER *sm)
Performs any preprocessing for dependent variables in SW2 equations. For now this mainly is updating ...
Definition: no_init.c:25
Definition: smodel_super.h:7