Ice Sheet System Model  4.18
Code documentation
AllocateSystemMatricesx.h
Go to the documentation of this file.
1 
4 #ifndef _ALLOCATESYSTEMMATRICESX_H
5 #define _ALLOCATESYSTEMMATRICESX_H
6 
7 #include "../../classes/classes.h"
8 
9 /* local prototypes: */
11 void MatrixNonzeros(int** pd_nnz,int** po_nnz,FemModel* femmodel,int set1enum,int set2enum);
12 
13 #endif
Matrix< IssmDouble >
MatrixNonzeros
void MatrixNonzeros(int **pd_nnz, int **po_nnz, FemModel *femmodel, int set1enum, int set2enum)
Definition: AllocateSystemMatricesx.cpp:89
FemModel
Definition: FemModel.h:31
AllocateSystemMatricesx
void AllocateSystemMatricesx(Matrix< IssmDouble > **pKff, Matrix< IssmDouble > **pKfs, Vector< IssmDouble > **pdf, Vector< IssmDouble > **ppf, FemModel *femmodel)
Definition: AllocateSystemMatricesx.cpp:9
Vector< IssmDouble >
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16