Changeset 5038
- Timestamp:
- 08/06/10 15:15:51 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5017 r5038 968 968 GradjDrag(gradient); 969 969 } 970 else if (control_type==RheologyB Enum){970 else if (control_type==RheologyB2dEnum){ 971 971 GradjB(gradient); 972 972 } 973 else ISSMERROR(" %s%i","control type not supported yet: ",control_type);973 else ISSMERROR("control type %s not supported yet: ",EnumAsString(control_type)); 974 974 } 975 975 /*}}}*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r5017 r5038 1203 1203 for( i=0; i<numgrids; i++)grade_g[i]+=grade_g_gaussian[i]; 1204 1204 } 1205 1206 1205 1207 1206 /*Add grade_g to global vector gradient: */
Note:
See TracChangeset
for help on using the changeset viewer.