![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <ElementMatrix.h>
Public Member Functions | |
ElementMatrix () | |
ElementMatrix (ElementMatrix *Ke) | |
ElementMatrix (ElementMatrix *Ke1, ElementMatrix *Ke2) | |
ElementMatrix (ElementMatrix *Ke1, ElementMatrix *Ke2, ElementMatrix *Ke3) | |
ElementMatrix (Node **nodes, int numnodes, Parameters *parameters, int approximation=NoneApproximationEnum) | |
~ElementMatrix () | |
void | AddDiagonalToGlobal (Vector< IssmDouble > *pf) |
void | AddToGlobal (Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs) |
void | AddToGlobal (Matrix< IssmDouble > *Jff) |
void | CheckConsistency (void) |
void | Echo (void) |
void | Init (ElementMatrix *Ke) |
void | Lump (void) |
void | StaticCondensation (int numindices, int *indices) |
void | Transpose (void) |
Data Fields | |
int | nrows |
int | ncols |
bool | dofsymmetrical |
IssmDouble * | values |
int * | gglobaldoflist |
int | row_fsize |
int * | row_flocaldoflist |
int * | row_fglobaldoflist |
int | row_ssize |
int * | row_slocaldoflist |
int * | row_sglobaldoflist |
int | col_fsize |
int * | col_flocaldoflist |
int * | col_fglobaldoflist |
int | col_ssize |
int * | col_slocaldoflist |
int * | col_sglobaldoflist |
Definition at line 19 of file ElementMatrix.h.
ElementMatrix::ElementMatrix | ( | ) |
Definition at line 20 of file ElementMatrix.cpp.
ElementMatrix::ElementMatrix | ( | ElementMatrix * | Ke | ) |
Definition at line 43 of file ElementMatrix.cpp.
ElementMatrix::ElementMatrix | ( | ElementMatrix * | Ke1, |
ElementMatrix * | Ke2 | ||
) |
Definition at line 50 of file ElementMatrix.cpp.
ElementMatrix::ElementMatrix | ( | ElementMatrix * | Ke1, |
ElementMatrix * | Ke2, | ||
ElementMatrix * | Ke3 | ||
) |
Definition at line 178 of file ElementMatrix.cpp.
ElementMatrix::ElementMatrix | ( | Node ** | nodes, |
int | numnodes, | ||
Parameters * | parameters, | ||
int | approximation = NoneApproximationEnum |
||
) |
Definition at line 192 of file ElementMatrix.cpp.
ElementMatrix::~ElementMatrix | ( | ) |
Definition at line 222 of file ElementMatrix.cpp.
void ElementMatrix::AddDiagonalToGlobal | ( | Vector< IssmDouble > * | pf | ) |
Definition at line 238 of file ElementMatrix.cpp.
void ElementMatrix::AddToGlobal | ( | Matrix< IssmDouble > * | Kff, |
Matrix< IssmDouble > * | Kfs | ||
) |
Definition at line 271 of file ElementMatrix.cpp.
void ElementMatrix::AddToGlobal | ( | Matrix< IssmDouble > * | Jff | ) |
Definition at line 328 of file ElementMatrix.cpp.
void ElementMatrix::CheckConsistency | ( | void | ) |
Definition at line 364 of file ElementMatrix.cpp.
void ElementMatrix::Echo | ( | void | ) |
Definition at line 377 of file ElementMatrix.cpp.
void ElementMatrix::Init | ( | ElementMatrix * | Ke | ) |
Definition at line 422 of file ElementMatrix.cpp.
void ElementMatrix::Lump | ( | void | ) |
Definition at line 486 of file ElementMatrix.cpp.
void ElementMatrix::StaticCondensation | ( | int | numindices, |
int * | indices | ||
) |
Definition at line 524 of file ElementMatrix.cpp.
void ElementMatrix::Transpose | ( | void | ) |
int ElementMatrix::nrows |
Definition at line 23 of file ElementMatrix.h.
int ElementMatrix::ncols |
Definition at line 24 of file ElementMatrix.h.
bool ElementMatrix::dofsymmetrical |
Definition at line 25 of file ElementMatrix.h.
IssmDouble* ElementMatrix::values |
Definition at line 26 of file ElementMatrix.h.
int* ElementMatrix::gglobaldoflist |
Definition at line 29 of file ElementMatrix.h.
int ElementMatrix::row_fsize |
Definition at line 33 of file ElementMatrix.h.
int* ElementMatrix::row_flocaldoflist |
Definition at line 34 of file ElementMatrix.h.
int* ElementMatrix::row_fglobaldoflist |
Definition at line 35 of file ElementMatrix.h.
int ElementMatrix::row_ssize |
Definition at line 37 of file ElementMatrix.h.
int* ElementMatrix::row_slocaldoflist |
Definition at line 38 of file ElementMatrix.h.
int* ElementMatrix::row_sglobaldoflist |
Definition at line 39 of file ElementMatrix.h.
int ElementMatrix::col_fsize |
Definition at line 43 of file ElementMatrix.h.
int* ElementMatrix::col_flocaldoflist |
Definition at line 44 of file ElementMatrix.h.
int* ElementMatrix::col_fglobaldoflist |
Definition at line 45 of file ElementMatrix.h.
int ElementMatrix::col_ssize |
Definition at line 47 of file ElementMatrix.h.
int* ElementMatrix::col_slocaldoflist |
Definition at line 48 of file ElementMatrix.h.
int* ElementMatrix::col_sglobaldoflist |
Definition at line 49 of file ElementMatrix.h.