Changeset 10517 for issm/trunk/src/c/objects/Elements/Penta.cpp
- Timestamp:
- 11/07/11 15:16:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r10514 r10517 2380 2380 2381 2381 int approximation; 2382 bool stokes_basal_penalty;2383 2382 double slopex[NUMVERTICES]; 2384 2383 double slopey[NUMVERTICES]; 2385 2384 double xz_plane[6]; 2386 2387 /*Do not change CS if stokes_basal_penalty is activated*/2388 parameters->FindParam(&stokes_basal_penalty,DiagnosticStokesBasalPenaltyEnum);2389 if(stokes_basal_penalty) return;2390 2385 2391 2386 /*For Stokes only: we want the CS to be tangential to the bedrock*/
Note:
See TracChangeset
for help on using the changeset viewer.