Changeset 10411
- Timestamp:
- 11/01/11 15:20:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10407 r10411 7166 7166 int i; 7167 7167 double rho_ice,g; 7168 double values0[numdof];7169 7168 double values[numdof]; 7170 7169 double vx[NUMVERTICES]; … … 7182 7181 7183 7182 /*Use the dof list to index into the solution vector: */ 7184 for(i=0;i<numdof;i++) values 0[i]=solution[doflist[i]];7183 for(i=0;i<numdof;i++) values[i]=solution[doflist[i]]; 7185 7184 7186 7185 /*Transform solution in Cartesian Space*/
Note:
See TracChangeset
for help on using the changeset viewer.