![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <ElementVector.h>
Public Member Functions | |
ElementVector () | |
ElementVector (ElementVector *pe1, ElementVector *pe2) | |
ElementVector (ElementVector *pe1, ElementVector *pe2, ElementVector *pe3) | |
ElementVector (Node **nodes, int numnodes, Parameters *parameters, int approximation=NoneApproximationEnum) | |
~ElementVector () | |
void | AddToGlobal (Vector< IssmDouble > *pf) |
void | CheckConsistency (void) |
void | Echo (void) |
void | Init (ElementVector *pe) |
void | InsertIntoGlobal (Vector< IssmDouble > *pf) |
void | SetValue (IssmDouble scalar) |
void | StaticCondensation (ElementMatrix *Ke, int numindices, int *indices) |
Data Fields | |
int | nrows |
IssmDouble * | values |
int * | gglobaldoflist |
int | fsize |
int * | flocaldoflist |
int * | fglobaldoflist |
Definition at line 20 of file ElementVector.h.
ElementVector::ElementVector | ( | ) |
Definition at line 20 of file ElementVector.cpp.
ElementVector::ElementVector | ( | ElementVector * | pe1, |
ElementVector * | pe2 | ||
) |
Definition at line 30 of file ElementVector.cpp.
ElementVector::ElementVector | ( | ElementVector * | pe1, |
ElementVector * | pe2, | ||
ElementVector * | pe3 | ||
) |
Definition at line 114 of file ElementVector.cpp.
ElementVector::ElementVector | ( | Node ** | nodes, |
int | numnodes, | ||
Parameters * | parameters, | ||
int | approximation = NoneApproximationEnum |
||
) |
Definition at line 128 of file ElementVector.cpp.
ElementVector::~ElementVector | ( | ) |
Definition at line 145 of file ElementVector.cpp.
void ElementVector::AddToGlobal | ( | Vector< IssmDouble > * | pf | ) |
Definition at line 155 of file ElementVector.cpp.
void ElementVector::CheckConsistency | ( | void | ) |
Definition at line 178 of file ElementVector.cpp.
void ElementVector::Echo | ( | void | ) |
Definition at line 189 of file ElementVector.cpp.
void ElementVector::Init | ( | ElementVector * | pe | ) |
Definition at line 213 of file ElementVector.cpp.
void ElementVector::InsertIntoGlobal | ( | Vector< IssmDouble > * | pf | ) |
Definition at line 238 of file ElementVector.cpp.
void ElementVector::SetValue | ( | IssmDouble | scalar | ) |
Definition at line 258 of file ElementVector.cpp.
void ElementVector::StaticCondensation | ( | ElementMatrix * | Ke, |
int | numindices, | ||
int * | indices | ||
) |
int ElementVector::nrows |
Definition at line 23 of file ElementVector.h.
IssmDouble* ElementVector::values |
Definition at line 24 of file ElementVector.h.
int* ElementVector::gglobaldoflist |
Definition at line 27 of file ElementVector.h.
int ElementVector::fsize |
Definition at line 30 of file ElementVector.h.
int* ElementVector::flocaldoflist |
Definition at line 31 of file ElementVector.h.
int* ElementVector::fglobaldoflist |
Definition at line 32 of file ElementVector.h.