Changeset 10830
- Timestamp:
- 11/21/11 15:42:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10703 r10830 4072 4072 double B_average,s_average; 4073 4073 int* doflist=NULL; 4074 //double pressure[numdof]; 4074 4075 4075 4076 /*Get dof list: */ … … 4079 4080 for(i=0;i<numdof;i++){ 4080 4081 values[i]=solution[doflist[i]]; 4082 //GetInputListOnVertices(&pressure[0],PressureEnum); 4083 //if(values[i]>matpar->TMeltingPoint(pressure[i])) values[i]=matpar->TMeltingPoint(pressure[i]); 4084 //if(values[i]<matpar->TMeltingPoint(pressure[i])-50) values[i]=matpar->TMeltingPoint(pressure[i])-50; 4081 4085 4082 4086 /*Check solution*/
Note:
See TracChangeset
for help on using the changeset viewer.