Changeset 14679
- Timestamp:
- 04/19/13 17:38:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r14663 r14679 5894 5894 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 5895 5895 5896 /*Compute Storing coefficient fro the above */5896 /*Compute Storing coefficient from the above */ 5897 5897 5898 5898 sediment_storing = rho_freshwater*gravity*sediment_porosity*sediment_thickness* … … 5908 5908 5909 5909 /*Diffusivity*/ 5910 D_scalar=sediment_ porosity*gauss->weight*Jdet;5910 D_scalar=sediment_transmitivity*gauss->weight*Jdet; 5911 5911 if(reCast<bool,IssmDouble>(dt)) D_scalar=D_scalar*dt; 5912 5912 D[0][0]=D_scalar; D[0][1]=0.; … … 5921 5921 if(reCast<bool,IssmDouble>(dt)){ 5922 5922 GetL(&L[0], &xyz_list[0][0], gauss,NDOF1); 5923 D_scalar= gauss->weight*Jdet;5923 D_scalar=sediment_storing*gauss->weight*Jdet; 5924 5924 5925 5925 TripleMultiply(&L[0],numdof,1,0,
Note:
See TracChangeset
for help on using the changeset viewer.