VecInvalidate

Mark vector invalid and set entries to Inf

Synopsis

PetscErrorCode VecInvalidate(Vec vec)
Logically Collective on Vec

Input Parameters

vec - vector to mark

Notes

Vector becomes valid whenever it is changed (PetscObjectState increased).

See Also

VecIsInvalidated()

Level

Advanced

Location

src/vec/interface/fllopvecutils.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages