 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
12 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
51 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
void CreateKMatrix(Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs)
Declaration of Vertices class.
ElementMatrix * CreateKMatrixHydrologyGlaDS(void)
Declaration of Nodes class.
ElementVector * CreatePVectorHydrologyDCInefficient(void)
int GetNumberOfNodes(void)
Declaration of Parameters class.
void InputUpdateFromVectorDakota(IssmDouble *vector, int name, int type)
Declaration of Elements class.
void PenaltyCreateKMatrix(Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *kfs, IssmDouble kmax)
void SetCurrentConfiguration(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)
void CreatePVector(Vector< IssmDouble > *pf)
void GetNodesLidList(int *lidlist)
ElementVector * CreatePVectorHydrologyShakti(void)
void PenaltyCreateJacobianMatrix(Matrix< IssmDouble > *Jff, IssmDouble kmax)
ElementVector * CreatePVectorHydrologyGlaDS(void)
void InputUpdateFromConstant(IssmDouble constant, int name)
Declaration of Materials class.
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)
abstract class for Load object This class is a place holder for the Icefront and the Penpair loads....
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void GetNodesSidList(int *sidlist)
Declaration of Loads class.
#define _error_(StreamArgs)
void PenaltyCreatePVector(Vector< IssmDouble > *pf, IssmDouble kmax)
void InputUpdateFromVector(IssmDouble *vector, int name, int type)
void CreateJacobianMatrix(Matrix< IssmDouble > *Jff)
ElementVector * CreatePVectorHydrologyDCEfficient(void)
void InputUpdateFromMatrixDakota(IssmDouble *matrix, int nrows, int ncols, int name, int type)
void Configure(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)