Changeset 10496
- Timestamp:
- 11/06/11 11:03:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10480 r10496 6137 6137 6138 6138 /*Transform Coordinate System*/ 6139 if(id==1) printarray(&bed_normal[0],1,3);6140 if(id==1) printarray(&nodes[0]->coord_system[0][0],3,3);6141 if(id==1) printf("Before rotation\n");6142 if(id==1) printarray(Ke->values,4,Ke->ncols);6143 6139 TransformStiffnessMatrixCoord(Ke,nodes,NUMVERTICES,NDOF4); 6144 if(id==1) printf("After rotation\n");6145 if(id==1) printarray(Ke->values,4,Ke->ncols);6146 if(id==1) printf("New:\n");6147 if(id==1) Ke=CreateKMatrixDiagnosticStokesFriction2();6148 6149 //if(id==56) printarray(Ke->values,1,9);6150 //if(id==56) printarray(&nodes[0]->coord_system[0][0],3,3);6151 //if(id==56) _error_("STOP");6152 6140 6153 6141 /*Clean up and return*/
Note:
See TracChangeset
for help on using the changeset viewer.