 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
11 #include "../Elements/Element.h"
28 Penpair(
int penpair_id,
int* penpair_node_ids);
36 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
Declaration of Vertices class.
void GetNodesSidList(int *sidlist)
void GetNodesLidList(int *lidlist)
Declaration of Nodes class.
void Configure(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
Declaration of Parameters class.
ElementMatrix * PenaltyCreateKMatrixStressbalanceHoriz(IssmDouble kmax)
Declaration of Elements class.
void CreateKMatrix(Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs)
void InputUpdateFromVectorDakota(IssmDouble *vector, int name, int type)
void CreatePVector(Vector< IssmDouble > *pf)
void PenaltyCreatePVector(Vector< IssmDouble > *pf, IssmDouble kmax)
void InputUpdateFromConstant(IssmDouble constant, int name)
void InputUpdateFromMatrixDakota(IssmDouble *matrix, int nrow, int ncols, int name, int type)
void SetCurrentConfiguration(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)
ElementMatrix * PenaltyCreateKMatrixStressbalanceSSAHO(IssmDouble kmax)
Declaration of Materials class.
abstract class for Load object This class is a place holder for the Icefront and the Penpair loads....
void InputUpdateFromVector(IssmDouble *vector, int name, int type)
int GetNumberOfNodes(void)
Declaration of Loads class.
#define _error_(StreamArgs)
void CreateJacobianMatrix(Matrix< IssmDouble > *Jff)
ElementMatrix * PenaltyCreateKMatrixMasstransport(IssmDouble kmax)
void PenaltyCreateJacobianMatrix(Matrix< IssmDouble > *Jff, IssmDouble kmax)
void PenaltyCreateKMatrix(Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs, IssmDouble kmax)
void SetwiseNodeConnectivity(int *d_nz, int *o_nz, Node *node, bool *flags, int *flagsindices, int set1_enum, int set2_enum)
void InputUpdateFromIoModel(int index, IoModel *iomodel)
ElementMatrix * PenaltyCreateKMatrixStressbalanceFS(IssmDouble kmax)