PETSC_CURRENT#
standard way of indicating to an object not to change the current value of the parameter in the object
Note#
Use PETSC_DECIDE
to use the value that was set by PETSc when the object’s type was set
Fortran Note#
Use PETSC_CURRENT_INTEGER
or PETSC_CURRENT_REAL
.
See Also#
PETSC_DECIDE
, PETSC_IGNORE
, PETSC_DETERMINE
, PETSC_DEFAULT
, `PETSC_UNLIMITED’
Level#
beginner
Location#
Examples#
src/ksp/ksp/tutorials/ex2.c
src/ksp/pc/tutorials/ex4.c
src/ksp/ksp/tutorials/ex86.c
src/ksp/ksp/tutorials/ex6.c
src/ksp/ksp/tutorials/ex18.c
src/ksp/pc/tutorials/ex3.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages