Changeset 23014
- Timestamp:
- 07/26/18 14:09:08 (7 years ago)
- Location:
- issm/trunk-jpl/src/c/analyses
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r22993 r23014 569 569 else mb=fmb; 570 570 } 571 else { _error_("melt interpolation not supported yet"); }571 else _error_("melt interpolation "<<EnumToStringx(melt_style)<<" not implemented yet"); 572 572 573 573 for(int i=0;i<numnodes;i++) pe->values[i]+=Jdet*gauss->weight*(thickness+dt*(ms-mb))*basis[i]; -
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r22993 r23014 1348 1348 if (phi<0.99999999) alpha2=0.; 1349 1349 } 1350 else _error_("friction interpolation not implemented yet");1350 else _error_("friction interpolation "<<EnumToStringx(friction_style)<<" not implemented yet"); 1351 1351 1352 1352 element->NodalFunctions(basis,gauss); … … 2386 2386 if (phi<0.99999999) alpha2=0.; 2387 2387 } 2388 else _error_("friction interpolation not implemented yet");2388 else _error_("friction interpolation "<<EnumToStringx(friction_style)<<" not implemented yet"); 2389 2389 2390 2390 element->JacobianDeterminantBase(&Jdet,xyz_list_base,gauss); … … 3765 3765 if (phi<0.99999999) alpha2=0.; 3766 3766 } 3767 else _error_("friction interpolation not implemented yet");3767 else _error_("friction interpolation "<<EnumToStringx(friction_style)<<" not implemented yet"); 3768 3768 3769 3769 element->JacobianDeterminantBase(&Jdet,xyz_list_base,gauss);
Note:
See TracChangeset
for help on using the changeset viewer.