source:
issm/oecreview/Archive/16133-16554/ISSM-16356-16357.diff@
16556
Last change on this file since 16556 was 16556, checked in by , 11 years ago | |
---|---|
File size: 890 bytes |
-
../trunk-jpl/src/c/classes/Elements/Penta.cpp
4874 4874 /*Force temperature between [Tpmp-50 Tpmp] to disable penalties*/ 4875 4875 IssmDouble pressure[numdof]; 4876 4876 GetInputListOnVertices(&pressure[0],PressureEnum); 4877 if(values[i]>matpar->TMeltingPoint(pressure[i])) values[i]=matpar->TMeltingPoint(pressure[i]); 4878 if(values[i]<matpar->TMeltingPoint(pressure[i])-50.) values[i]=matpar->TMeltingPoint(pressure[i])-50.; 4877 for(i=0;i<numdof;i++){ 4878 if(values[i]>matpar->TMeltingPoint(pressure[i])) values[i]=matpar->TMeltingPoint(pressure[i]); 4879 if(values[i]<matpar->TMeltingPoint(pressure[i])-50.) values[i]=matpar->TMeltingPoint(pressure[i])-50.; 4880 } 4879 4881 } 4880 4882 4881 4883
Note:
See TracBrowser
for help on using the repository browser.