Ice Sheet System Model  4.18
Code documentation
SystemMatricesx.h
Go to the documentation of this file.
1 
4 #ifndef _SYSTEMMATRICESX_H
5 #define _SYSTEMMATRICESX_H
6 
7 #include "../../classes/classes.h"
8 #include "../../analyses/analyses.h"
9 
10 /* local prototypes: */
11 void SystemMatricesx(Matrix<IssmDouble>** pKff, Matrix<IssmDouble>** pKfs, Vector<IssmDouble>** ppf, Vector<IssmDouble>** pdf, IssmDouble* pkmax,FemModel* femmodel, bool isAllocated=false);
12 
13 #endif /* _SYSTEMMATRICESX_H */
Matrix< IssmDouble >
IssmDouble
double IssmDouble
Definition: types.h:37
SystemMatricesx
void SystemMatricesx(Matrix< IssmDouble > **pKff, Matrix< IssmDouble > **pKfs, Vector< IssmDouble > **ppf, Vector< IssmDouble > **pdf, IssmDouble *pkmax, FemModel *femmodel, bool isAllocated=false)
Definition: SystemMatricesx.cpp:10
FemModel
Definition: FemModel.h:31
Vector< IssmDouble >
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16