Ice Sheet System Model  4.18
Code documentation
NodalValuex.h
Go to the documentation of this file.
1 
5 #ifndef _NODALVALUEX_H
6 #define _NODALVALUEX_H
7 
8 #include "../../classes/classes.h"
9 
10 /* local prototypes: */
11 void NodalValuex( IssmDouble* pnodalvalue, int natureofdataenum,Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
12 
13 #endif /* _NODALVALUEX_H */
Vertices
Declaration of Vertices class.
Definition: Vertices.h:15
IssmDouble
double IssmDouble
Definition: types.h:37
Nodes
Declaration of Nodes class.
Definition: Nodes.h:19
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
Elements
Declaration of Elements class.
Definition: Elements.h:17
Materials
Declaration of Materials class.
Definition: Materials.h:16
NodalValuex
void NodalValuex(IssmDouble *pnodalvalue, int natureofdataenum, Elements *elements, Nodes *nodes, Vertices *vertices, Loads *loads, Materials *materials, Parameters *parameters)
Definition: NodalValuex.cpp:10
Loads
Declaration of Loads class.
Definition: Loads.h:16