Changeset 26892
- Timestamp:
- 02/16/22 13:55:36 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/cores/transient_core.cpp ΒΆ
r26889 r26892 469 469 femmodel->parameters->SetParam(thisstep,StepEnum); 470 470 femmodel->parameters->SetParam(thisdt,TimesteppingTimeStepEnum); 471 _printf0_("step "<<thisstep<<" ("<<ii+1<<"/"<<checkpoint_frequency<<") time [yr]: "\ 472 <<std::fixed<<std::setprecision(2)<<thistime/yts<< " (time step: " << thisdt/yts << ")\n"); 471 472 if(VerboseSolution()){ 473 _printf0_("step "<<thisstep<<" ("<<ii+1<<"/"<<checkpoint_frequency<<") time [yr]: "\ 474 <<std::fixed<<std::setprecision(2)<<thistime/yts<< " (time step: " << thisdt/yts << ")\n"); 475 } 476 473 477 transient_step(femmodel); 474 478
Note:
See TracChangeset
for help on using the changeset viewer.