Changeset 551
- Timestamp:
- 05/21/09 09:02:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic_core_nonlinear.cpp
r524 r551 59 59 60 60 /*Initialize ug and ug_old */ 61 if (numberofdofspernode ==3)dofs[2]=1;//only keep vz if running with more than 3 dofs per node62 if (numberofdofspernode==4)dofs[ 2]=1;dofs[3]=1;//only keep vz and presure if running with more than 3 dofs per node61 if (numberofdofspernode>=3)dofs[2]=1;//only keep vz if running with more than 3 dofs per node 62 if (numberofdofspernode==4)dofs[3]=1;//only keep vz and presure if running with more than 3 dofs per node 63 63 ug=inputs->Get("velocity",&dofs[0],4); 64 64 VecDuplicate(ug,&old_ug);
Note:
See TracChangeset
for help on using the changeset viewer.