Ice Sheet System Model  4.18
Code documentation
IssmSolver.h
Go to the documentation of this file.
1 
5 #ifndef _ISSM_SOLVER_H_
6 #define _ISSM_SOLVER_H_
7 
8 /*Headers:*/
9 /*{{{*/
10 #ifdef HAVE_CONFIG_H
11  #include <config.h>
12 #else
13 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
14 #endif
15 
16 #include "../../shared/Numerics/types.h"
17 
18 /*}}}*/
19 
20 template <class doubletype> class IssmVec;
21 template <class doubletype> class IssmMat;
22 class Parameters;
23 
25 
26 #endif
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
IssmMat
Definition: IssmMat.h:35
IssmVec
Definition: IssmVec.h:34
IssmSolve
void IssmSolve(IssmVec< IssmDouble > **puf, IssmMat< IssmDouble > *Kff, IssmVec< IssmDouble > *pf, Parameters *parameters)
Definition: IssmSolver.cpp:15