- Timestamp:
- 08/07/18 10:22:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_fct.cpp
r22551 r23066 185 185 /*Initial guess*/ 186 186 VecZeroEntries(udot); 187 187 188 188 /*Richardson's iterations*/ 189 189 for(int i=0;i<5;i++){ … … 402 402 CreateRHS(&RHS,K_petsc,D_petsc,Ml_petsc,uf->pvector->vector,theta,deltat,dmax,femmodel,configuration_type); 403 403 delete uf; 404 404 405 405 /*Go solve lower order solution*/ 406 406 femmodel->profiler->Start(SOLVER);
Note:
See TracChangeset
for help on using the changeset viewer.