Changeset 20011
- Timestamp:
- 01/27/16 23:00:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r20010 r20011 2241 2241 if(i<ns){ 2242 2242 2243 if(IssmComm::GetRank()==0)if(VerboseConvergence())if(i%100 0)_printf_("\r" << " convolution progress: " << (float)i/(float)ns*100 << "\%");2243 if(IssmComm::GetRank()==0)if(VerboseConvergence())if(i%100==0)_printf_("\r" << " convolution progress: " << (float)i/(float)ns*100 << "\%"); 2244 2244 2245 2245 Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(i)); … … 2247 2247 eustatic_cpu+=eustatic_cpu_e; 2248 2248 } 2249 pSgi->Assemble();2249 if(i%100==0)pSgi->Assemble(); 2250 2250 } 2251 2251 if(IssmComm::GetRank()==0)if(VerboseConvergence())_printf_("\n"); … … 2298 2298 if(i<ns){ 2299 2299 2300 if(verboseconvolution)if(IssmComm::GetRank()==0)if(VerboseConvergence())if(i%100 0)_printf_("\r" << " convolution progress: " << (float)i/(float)ns*100 << "\%");2300 if(verboseconvolution)if(IssmComm::GetRank()==0)if(VerboseConvergence())if(i%100==0)_printf_("\r" << " convolution progress: " << (float)i/(float)ns*100 << "\%"); 2301 2301 2302 2302 Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(i)); 2303 2303 element->SealevelriseNonEustatic(pSgo, Sg_old,latitude,longitude,radius,oceanarea,eartharea); 2304 2304 } 2305 pSgo->Assemble();2305 if(i%100==0)pSgo->Assemble(); 2306 2306 } 2307 2307 if(verboseconvolution)if(IssmComm::GetRank()==0)if(VerboseConvergence())_printf_("\n");
Note:
See TracChangeset
for help on using the changeset viewer.