Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
issm
IssmSolver.cpp
Go to the documentation of this file.
1
5
#ifdef HAVE_CONFIG_H
6
#include <config.h>
7
#else
8
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
9
#endif
10
#include <cstring>
11
12
#include "../../shared/shared.h"
13
#include "
./issmtoolkit.h
"
14
15
void
IssmSolve
(
IssmVec<IssmDouble>
** pout,
IssmMat<IssmDouble>
* Kff,
IssmVec<IssmDouble>
* pf,
Parameters
* parameters){
/*{{{*/
16
17
/*Let matrix decide, to retain object orientation: */
18
IssmVec<IssmDouble>
* outvector=NULL;
19
20
outvector=Kff->
Solve
(pf,parameters);
21
22
*pout=outvector;
23
}
24
/*}}}*/
Parameters
Declaration of Parameters class.
Definition:
Parameters.h:18
issmtoolkit.h
IssmMat< IssmDouble >
IssmMat::Solve
IssmVec< doubletype > * Solve(IssmVec< doubletype > *pf, Parameters *parameters)
Definition:
IssmMat.h:245
IssmVec< IssmDouble >
IssmSolve
void IssmSolve(IssmVec< IssmDouble > **pout, IssmMat< IssmDouble > *Kff, IssmVec< IssmDouble > *pf, Parameters *parameters)
Definition:
IssmSolver.cpp:15
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19