Changeset 14679


Ignore:
Timestamp:
04/19/13 17:38:03 (12 years ago)
Author:
bdef
Message:

CHG: putting real parameters in hydro matrix building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp

    r14663 r14679  
    58945894        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    58955895
    5896         /*Compute Storing coefficient fro the above */
     5896        /*Compute Storing coefficient from the above */
    58975897
    58985898        sediment_storing = rho_freshwater*gravity*sediment_porosity*sediment_thickness*
     
    59085908
    59095909                /*Diffusivity*/
    5910                 D_scalar=sediment_porosity*gauss->weight*Jdet;
     5910                D_scalar=sediment_transmitivity*gauss->weight*Jdet;
    59115911                if(reCast<bool,IssmDouble>(dt)) D_scalar=D_scalar*dt;
    59125912                D[0][0]=D_scalar; D[0][1]=0.;
     
    59215921                if(reCast<bool,IssmDouble>(dt)){
    59225922                        GetL(&L[0], &xyz_list[0][0], gauss,NDOF1);
    5923                         D_scalar=gauss->weight*Jdet;
     5923                        D_scalar=sediment_storing*gauss->weight*Jdet;
    59245924                       
    59255925                        TripleMultiply(&L[0],numdof,1,0,
Note: See TracChangeset for help on using the changeset viewer.