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#
- a - the - PetscCountvalue
Output Parameter#
- b - the resulting - ISColoringValuevalue
Note#
Errors if the integer is negative
See Also#
ISColoringValue, ISColoringCreate(), PetscBLASInt, PetscMPIInt, PetscInt, PetscMPIIntCast(), PetscIntCast()
Level#
advanced
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages