Changeset 9740
- Timestamp:
- 09/09/11 16:09:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r9733 r9740 596 596 &Ke->values[0],1); 597 597 598 if(stabilization ){598 if(stabilization==1){ 599 599 vel=sqrt(pow(vx,2.)+pow(vy,2.)); 600 600 K[0][0]=h/(2*vel)*vx*vx; … … 1042 1042 1043 1043 //Create Artificial diffusivity once for all if requested 1044 if(stabilization ){1044 if(stabilization==1){ 1045 1045 gauss=new GaussTria(); 1046 1046 gauss->GaussCenter(); … … 1098 1098 &Ke->values[0],1); 1099 1099 1100 if(stabilization ){1100 if(stabilization==1){ 1101 1101 KDL[0][0]=DL_scalar*K[0][0]; 1102 1102 KDL[1][1]=DL_scalar*K[1][1];
Note:
See TracChangeset
for help on using the changeset viewer.