Ice Sheet System Model  4.18
Code documentation
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 
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