#include "petscvec.h" PetscErrorCode VecMax(Vec x,PetscInt *p,PetscReal *val)Collective on Vec
val | - the maximum component | |
p | - the location of val |
  VecMax(Vec x,PetscReal *r) | -> | VecMax(x,PETSC_NULL,r) |
Level:intermediate
Location:src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages