 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file. 1 #ifndef _CONTAINER_VERTICES_H_
2 #define _CONTAINER_VERTICES_H_
5 #include "../datastructures/datastructures.h"
6 #include "../shared/shared.h"
33 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
43 #endif //ifndef _VERTICES_H_
int NumberOfVerticesLocal(void)
Declaration of Vertices class.
void LatLonList(IssmDouble **lat, IssmDouble **lon)
int numberofvertices_local
int NumberOfVertices(void)
int NumberOfVerticesLocalAll(void)
void Finalize(IoModel *iomodel)
Declaration of DataSet class.
int numberofmasters_local
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)