Changeset 6412 for issm/trunk/src/c/solutions/diagnostic_core.cpp
- Timestamp:
- 10/25/10 08:57:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/diagnostic_core.cpp
r6323 r6412 50 50 if(ishutter){ 51 51 52 ISSMPRINTF(VerboseControl(),"%s\n"," computing hutter velocities");52 _printf_(VerboseControl(),"%s\n"," computing hutter velocities"); 53 53 54 54 //Take the last velocity into account so that the velocity on the MacAyeal domain is not zero … … 63 63 if (ismacayealpattyn^isstokes){ 64 64 65 ISSMPRINTF(VerboseControl(),"%s\n"," computing velocities");65 _printf_(VerboseControl(),"%s\n"," computing velocities"); 66 66 femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum); 67 67 solver_diagnostic_nonlinear(femmodel,modify_loads); … … 70 70 if (ismacayealpattyn && isstokes){ 71 71 72 ISSMPRINTF(VerboseControl(),"%s\n"," computing coupling macayealpattyn and stokes velocities and pressure ");72 _printf_(VerboseControl(),"%s\n"," computing coupling macayealpattyn and stokes velocities and pressure "); 73 73 solver_stokescoupling_nonlinear(femmodel,conserve_loads); 74 74 } … … 76 76 if (dim==3 & (ishutter || ismacayealpattyn)){ 77 77 78 ISSMPRINTF(VerboseControl(),"%s\n"," computing vertical velocities");78 _printf_(VerboseControl(),"%s\n"," computing vertical velocities"); 79 79 femmodel->SetCurrentConfiguration(DiagnosticVertAnalysisEnum); 80 80 solver_linear(femmodel); … … 83 83 84 84 if(solution_type==DiagnosticSolutionEnum && !control_analysis){ 85 ISSMPRINTF(VerboseControl()," saving results\n");85 _printf_(VerboseControl()," saving results\n"); 86 86 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,VxEnum); 87 87 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,VyEnum);
Note:
See TracChangeset
for help on using the changeset viewer.