Ice Sheet System Model
4.18
Code documentation
src
c
modules
Solverx
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: */
17
void
Solverx
(
Vector<IssmDouble>
** puf,
Matrix<IssmDouble>
* Kff,
Vector<IssmDouble>
* pf,
Vector<IssmDouble>
* uf0,
Vector<IssmDouble>
* df,
Parameters
* parameters);
18
bool
checkconvergence
(
Matrix<IssmDouble>
* Kff,
Vector<IssmDouble>
* pf,
Vector<IssmDouble>
* uf,
Parameters
* parameters);
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
Generated on Thu Jul 2 2020 08:09:19 for Ice Sheet System Model by
1.8.19