- Timestamp:
- 05/24/13 19:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/analyses/adjointbalancethickness_core.cpp ¶
r15100 r15104 19 19 20 20 /*compute thickness */ 21 if(VerboseSolution()) _printf0_(" computing thickness " << "\n");21 if(VerboseSolution()) _printf0_(" computing thickness\n"); 22 22 femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum); 23 23 solutionsequence_linear(femmodel); … … 27 27 28 28 /*compute adjoint*/ 29 if(VerboseSolution()) _printf0_(" computing adjoint " << "\n");29 if(VerboseSolution()) _printf0_(" computing adjoint\n"); 30 30 femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum,AdjointBalancethicknessAnalysisEnum); 31 31 solutionsequence_adjoint_linear(femmodel); … … 33 33 /*Save results*/ 34 34 if(save_results){ 35 if(VerboseSolution()) _printf0_(" saving results " << "\n");35 if(VerboseSolution()) _printf0_(" saving results\n"); 36 36 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointEnum); 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.