Changeset 28221
- Timestamp:
- 04/09/24 05:04:23 (12 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controltao_core.cpp
r27716 r28221 83 83 84 84 /*Prepare all TAO parameters*/ 85 #if PETSC_VERSION_LT(3,21,0) 85 86 TaoSetMonitor(tao,IssmMonitor,&user,NULL); 87 #else 88 TaoMonitorSet(tao,IssmMonitor,&user,NULL); 89 #endif 86 90 TaoSetMaximumFunctionEvaluations(tao,maxiter); 87 91 TaoSetMaximumIterations(tao,maxsteps);
Note:
See TracChangeset
for help on using the changeset viewer.