Changeset 17694
- Timestamp:
- 04/09/14 13:27:13 (11 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceVerticalAnalysis.cpp
r17693 r17694 38 38 iomodel->FetchDataToInput(elements,MeshElementonsurfaceEnum); 39 39 } 40 iomodel->FetchDataToInput(elements,MeshVertexonsurfaceEnum); 40 41 iomodel->FetchDataToInput(elements,BasalforcingsMeltingRateEnum); 41 42 iomodel->FetchDataToInput(elements,VxEnum,0.); -
issm/trunk-jpl/src/c/classes/Elements/Tetra.cpp
r17671 r17694 164 164 165 165 _error_("Could not find 3 vertices on bed"); 166 } 167 /*}}}*/ 168 /*FUNCTION Tetra::GetElementType {{{*/ 169 int Tetra::GetElementType(){ 170 171 /*return TetraRef field*/ 172 return this->element_type; 166 173 } 167 174 /*}}}*/ -
issm/trunk-jpl/src/c/classes/Elements/Tetra.h
r17680 r17694 115 115 IssmDouble GetYcoord(Gauss* gauss){_error_("Not implemented");}; 116 116 IssmDouble GetZcoord(Gauss* gauss); 117 int GetElementType(void) {_error_("not implemented yet");};117 int GetElementType(void); 118 118 Gauss* NewGauss(void); 119 119 Gauss* NewGauss(int order);
Note:
See TracChangeset
for help on using the changeset viewer.