Changeset 1025 for issm/trunk/src/c/objects/Node.h
- Timestamp:
- 06/19/09 09:49:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.h
r848 r1025 21 21 int clone; /*!this nodes is one the partition border, and is cloned*/ 22 22 double x[3]; /*! coordinates*/ 23 double sigma; /*! sigma = (z-bed)/thickness*/ 23 24 int onbed; /*! for 3d, on bedrock*/ 24 25 int onsurface; /*! for 3d, on surface*/ … … 43 44 44 45 Node(); 45 Node(int node_id,int node_partitionborder,int node_numdofs, double node_x[3], int node_onbed,int node_onsurface,int upper_node_id,int onshelf,int onsheet);46 Node(int node_id,int node_partitionborder,int node_numdofs, double node_x[3],double sigma,int node_onbed,int node_onsurface,int upper_node_id,int onshelf,int onsheet); 46 47 ~Node(); 47 48 … … 74 75 double GetY(); 75 76 double GetZ(); 77 double GetSigma(); 76 78 Object* copy(); 77 79 void UpdateFromInputs(void* inputs);
Note:
See TracChangeset
for help on using the changeset viewer.