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/tao/pde_constrained/tutorials/hyperbolic.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/tao/unconstrained/tutorials/minsurf1.c
src/tao/pde_constrained/tutorials/parabolic.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages