ISColoringValueCast#

casts an integer a ISColoringValue (which may be 1-bits in size), generates an error if the value is too large

Synopsis#

#include "petscis.h" 
static inline PetscErrorCode ISColoringValueCast(PetscCount a, ISColoringValue *b)

Not Collective; No Fortran Support

Input Parameter#

Output Parameter#

  • b - the resulting ISColoringValue value

Note#

Errors if the integer is negative

See Also#

ISColoringValue, ISColoringCreate(), PetscBLASInt, PetscMPIInt, PetscInt, PetscMPIIntCast(), PetscIntCast()

Level#

advanced

Location#

include/petscis.h


Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages