AdH Kraken
0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
newton.h
1
#ifndef _H_NEWTON_
2
#define _H_NEWTON_
3
4
5
//from newton_tools.c
6
void
initialize_system(
SMODEL_SUPER
*sm);
7
void
initialize_dirichlet_bc(
SMODEL_SUPER
*sm);
8
void
update_function(
SMODEL_SUPER
*sm);
9
void
increment_function(
SMODEL_SUPER
*sm);
10
11
void
get_residual_norms(
double
*resid_max_norm,
double
*resid_l2_norm,
double
*inc_max_norm,
12
int
*imax_dof,
int
*iinc_dof,
int
*include_dof,
13
int
my_ndofs,
int
ndofs,
int
macro_ndofs,
double
*residual,
double
*dsol,
int
*bc_mask
14
#ifdef _MESSG
15
,
SMPI
*smpi
16
#endif
17
);
18
19
int
fe_newton
(
SMODEL_SUPER
* sm);
20
21
#endif
fe_newton
int fe_newton(SMODEL_SUPER *sm)
The Newton solver using FE method and central finite difference approximation for Jacobian (aka a Sec...
Definition:
fe_newton.c:44
SMODEL_SUPER
Definition:
smodel_super.h:7
SMPI
Definition:
smpi.h:63
newton
newton.h
Generated on Thu Apr 3 2025 22:45:55 for AdH Kraken by
1.9.5