Changeset 11369
- Timestamp:
- 02/08/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Elements/Penta.cpp
r11363 r11369 3750 3750 GetNodalFunctionsP1(&L[0], gauss); 3751 3751 3752 enthalpy_input->GetInputValue(&enthalpy, gauss);3753 3752 this->GetStrainRate3d(&epsilon[0],&xyz_list[0][0],gauss,vx_input,vy_input,vz_input); 3754 3753 matice->GetViscosity3dStokes(&viscosity,&epsilon[0]); … … 3762 3761 /* Build transient now */ 3763 3762 if(dt){ 3763 enthalpy_input->GetInputValue(&enthalpy, gauss); 3764 3764 scalar_transient=enthalpy*Jdet*gauss->weight; 3765 3765 for(i=0;i<NUMVERTICES;i++) pe->values[i]+=scalar_transient*L[i];
Note:
See TracChangeset
for help on using the changeset viewer.