Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
issm
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
double
type>
class
IssmVec
;
21
template
<
class
double
type>
class
IssmMat
;
22
class
Parameters
;
23
24
void
IssmSolve
(
IssmVec<IssmDouble>
** puf,
IssmMat<IssmDouble>
* Kff,
IssmVec<IssmDouble>
* pf,
Parameters
* parameters);
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
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19