![]() |
AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
|
#include "adh.h"
Functions | |
int | no_resid (SMODEL_SUPER *mod, double *elem_rhs, int ie, double perturbation, int perturb_node, int perturb_var, int perturb_sign, int DEBUG) |
Performs any preprocessing for dependent variables in SW2 equations. For now this mainly is updating the wet/dry flags and the dirichlet conditions for dry elements. More... | |
This file is the init routine for sw2 which will be called right before each Newton solve
int no_resid | ( | SMODEL_SUPER * | mod, |
double * | elem_rhs, | ||
int | ie, | ||
double | perturbation, | ||
int | perturb_node, | ||
int | perturb_var, | ||
int | perturb_sign, | ||
int | DEBUG | ||
) |
Performs any preprocessing for dependent variables in SW2 equations. For now this mainly is updating the wet/dry flags and the dirichlet conditions for dry elements.
[in,out] | sm | (SMODEL_SUPER *) a super model |