Changeset 6203
- Timestamp:
- 10/08/10 14:33:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Solverx/Solverx.cpp
r6020 r6203 35 35 /*Display message*/ 36 36 parameters->FindParam(&verbose,VerboseEnum); if (verbose) _printf_(" Solving\n"); 37 if(verbose )PetscOptionsPrint(stdout);37 if(verbose==2)PetscOptionsPrint(stdout); 38 38 39 39 /*First, check that f-set is not NULL, ie model is fully constrained: */ … … 108 108 } 109 109 110 if(verbose )KSPView(ksp,PETSC_VIEWER_STDOUT_WORLD);110 if(verbose==2)KSPView(ksp,PETSC_VIEWER_STDOUT_WORLD); 111 111 112 112 /*Solve: */
Note:
See TracChangeset
for help on using the changeset viewer.