Ice Sheet System Model  4.18
Code documentation
Solverx.h
Go to the documentation of this file.
1 
5 #ifndef _SOLVERX_H
6 #define _SOLVERX_H
7 
8 #ifdef HAVE_CONFIG_H
9  #include <config.h>
10 #else
11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12 #endif
13 
14 #include "../../toolkits/toolkits.h"
15 
16 /* local prototypes: */
19 
20 #endif /* _SOLVERX_H */
Matrix< IssmDouble >
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
checkconvergence
bool checkconvergence(Matrix< IssmDouble > *Kff, Vector< IssmDouble > *pf, Vector< IssmDouble > *uf, Parameters *parameters)
Definition: Solverx.cpp:40
Vector< IssmDouble >
Solverx
void Solverx(Vector< IssmDouble > **puf, Matrix< IssmDouble > *Kff, Vector< IssmDouble > *pf, Vector< IssmDouble > *uf0, Vector< IssmDouble > *df, Parameters *parameters)
Definition: Solverx.cpp:15