Changeset 11369


Ignore:
Timestamp:
02/08/12 15:44:28 (13 years ago)
Author:
seroussi
Message:

hopefully fixed nr for good

File:
1 edited

Legend:

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

    r11363 r11369  
    37503750                GetNodalFunctionsP1(&L[0], gauss);
    37513751
    3752                 enthalpy_input->GetInputValue(&enthalpy, gauss);
    37533752                this->GetStrainRate3d(&epsilon[0],&xyz_list[0][0],gauss,vx_input,vy_input,vz_input);
    37543753                matice->GetViscosity3dStokes(&viscosity,&epsilon[0]);
     
    37623761                /* Build transient now */
    37633762                if(dt){
     3763                        enthalpy_input->GetInputValue(&enthalpy, gauss);
    37643764                        scalar_transient=enthalpy*Jdet*gauss->weight;
    37653765                        for(i=0;i<NUMVERTICES;i++)  pe->values[i]+=scalar_transient*L[i];
Note: See TracChangeset for help on using the changeset viewer.