source:
issm/oecreview/Archive/17984-18295/ISSM-18190-18191.diff
Last change on this file was 18296, checked in by , 11 years ago | |
---|---|
File size: 971 bytes |
-
../trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
2941 2941 2942 2942 } 2943 2943 2944 /*Transform Coordinate System*/ 2945 element->TransformStiffnessMatrixCoord(Ke,cs_list); 2946 2947 /*The pressure augmentation should not be transformed*/ 2944 2948 MatrixMultiply(BtBUzawa,pnumdof,numdof,1, 2945 2949 BtBUzawa,pnumdof,numdof,0, 2946 2950 &Ke->values[0],1); 2947 2951 2948 /*Transform Coordinate System*/2949 element->TransformStiffnessMatrixCoord(Ke,cs_list);2950 2951 2952 /*Clean up and return*/ 2952 2953 delete gauss; 2953 2954 xDelete<IssmDouble>(xyz_list); … … 3722 3723 } 3723 3724 3724 3725 /*Transform coordinate system*/ 3725 element->TransformLoadVectorCoord(pe,cs_list);3726 //element->TransformLoadVectorCoord(pe,cs_list); Do not transform pressure augmentation 3726 3727 3727 3728 /*Clean up and return*/ 3728 3729 delete gauss;
Note:
See TracBrowser
for help on using the repository browser.