AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
poisson.h
1#ifndef H_POISSON_
2#define H_POISSON_
3
4/***********************************************************/
5/***********************************************************/
6/***********************************************************/
7
8int poisson_residual(SMODEL_SUPER *mod, double *elem_rhs, int ie, double perturbation, int perturb_node, int perturb_var, int perturb_sign, int DEBUG);
9
10/***********************************************************/
11/***********************************************************/
12/***********************************************************/
13
14#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
Definition: smodel_super.h:7