#include "petscsys.h" PetscErrorCode PetscObjectStateQuery(PetscObject obj,PetscInt *state)Not Collective
Notes: object state is an integer which gets increased every time the object is changed. By saving and later querying the object state one can determine whether information about the object is still current. Currently, state is maintained for Vec and Mat objects.
seealso: PetscObjectStateIncrease(), PetscObjectSetState()
Level:advanced
Location:src/sys/objects/state.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages