petsc-3.8.4 2018-03-24
PETSC_DEFAULT
standard way of passing in integer or floating point parameter where you wish PETSc to use the default.
Fortran Notes
You need to use PETSC_DEFAULT_INTEGER or PETSC_DEFAULT_REAL.
See Also
PETSC_DECIDE, PETSC_IGNORE, PETSC_DETERMINE
Level:beginner
Location:include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/vec/examples/tutorials/ex42a.c.html
src/ksp/pc/examples/tutorials/ex3.c.html
src/ksp/ksp/examples/tutorials/ex1.c.html
src/ksp/ksp/examples/tutorials/ex2.c.html
src/ksp/ksp/examples/tutorials/ex7.c.html
src/ksp/ksp/examples/tutorials/ex8.c.html
src/ksp/ksp/examples/tutorials/ex15.c.html
src/ksp/ksp/examples/tutorials/ex18.c.html
src/ksp/ksp/examples/tutorials/ex23.c.html
src/ksp/ksp/examples/tutorials/ex58.c.html
src/ksp/ksp/examples/tutorials/ex62.c.html