Changeset 234 for issm/trunk
- Timestamp:
- 05/05/09 10:21:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Penpair.cpp
r218 r234 233 233 void Penpair::PenaltyCreateKMatrix(Mat Kgg,ParameterInputs* inputs,double kmax,int analysis_type){ 234 234 if(numdofs==1){ 235 throw ErrorException(__FUNCT__," not implemented yet!"); 235 236 /*No loads applied, do nothing: */ 237 return; 236 238 237 239 } … … 244 246 #define __FUNCT__ "Penpair::PenaltyCreatePVector" 245 247 void Penpair::PenaltyCreatePVector(Vec pg,ParameterInputs* inputs,double kmax,int analysis_type){ 246 throw ErrorException(__FUNCT__," not implemented yet!"); 248 if(numdofs==1){ 249 250 /*No loads applied, do nothing: */ 251 return; 252 253 } 254 else if (numdofs==2){ 255 throw ErrorException(__FUNCT__," not implemented yet!"); 256 } 247 257 } 248 258
Note:
See TracChangeset
for help on using the changeset viewer.