 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file. 1 #ifndef _CONTAINER_LOADS_H_
2 #define _CONTAINER_LOADS_H_
5 #include "../../datastructures/datastructures.h"
29 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
41 #endif //ifndef _LOADS_H_
Declaration of Vertices class.
Declaration of Nodes class.
Declaration of Parameters class.
Declaration of Elements class.
Declaration of Materials class.
void Configure(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)
Declaration of Loads class.
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
Declaration of DataSet class.
void SetCurrentConfiguration(Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters)