- Timestamp:
- 05/24/13 19:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/adjointdiagnostic_core.cpp
r15100 r15104 22 22 23 23 /*Compute velocities*/ 24 if(VerboseSolution()) _printf0_(" computing velocities " << "\n");24 if(VerboseSolution()) _printf0_(" computing velocities\n"); 25 25 femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum); 26 26 solutionsequence_nonlinear(femmodel,conserve_loads); … … 30 30 31 31 /*Compute adjoint*/ 32 if(VerboseSolution()) _printf0_(" computing adjoint " << "\n");32 if(VerboseSolution()) _printf0_(" computing adjoint\n"); 33 33 femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum,AdjointHorizAnalysisEnum); 34 34 solutionsequence_adjoint_linear(femmodel); … … 36 36 /*Save results*/ 37 37 if(save_results){ 38 if(VerboseSolution()) _printf0_(" saving results " << "\n");38 if(VerboseSolution()) _printf0_(" saving results\n"); 39 39 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointxEnum); 40 40 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointyEnum);
Note:
See TracChangeset
for help on using the changeset viewer.