#include "petscis.h" PetscErrorCode ISGetMinMax(IS is,PetscInt *min,PetscInt *max)Not Collective
min | - the minimum value | |
max | - the maximum value |
Notes: Empty index sets return min=PETSC_MAX_INT and max=PETSC_MIN_INT.
Level:intermediate
Location:src/vec/is/is/interface/index.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages