Changeset 17816
- Timestamp:
- 04/22/14 15:41:01 (11 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r17812 r17816 150 150 void Tria::ComputeSigmaNN(){ 151 151 152 if( ~IsOnBase()){152 if(!IsOnBase()){ 153 153 IssmDouble sigma_nn=0; 154 154 this->inputs->AddInput(new TriaInput(SigmaNNEnum,&sigma_nn,P0Enum)); -
issm/trunk-jpl/src/c/shared/Elements/Arrhenius.cpp
r15843 r17816 34 34 /*convert temperature to absolute temperature*/ 35 35 _assert_(depth>0); 36 printf("temperature = %g beta = %g depth = %g\n",temperature,beta,depth); 36 37 Tstar=temperature-beta*depth; 37 38 _assert_(Tstar>0); -
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_newton.cpp
r17055 r17816 68 68 69 69 /*Prepare next iteration using Newton's method*/ 70 SystemMatricesx(&Kff,&Kfs,&pf,&df, NULL,femmodel);delete df;70 SystemMatricesx(&Kff,&Kfs,&pf,&df,&kmax,femmodel);delete df; 71 71 CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type); 72 72 Reduceloadx(pf,Kfs,ys);delete Kfs;
Note:
See TracChangeset
for help on using the changeset viewer.