#include "petscvec.h" PetscErrorCode VecStashGetInfo(Vec vec,PetscInt *nstash,PetscInt *reallocs,PetscInt *bnstash,PetscInt *breallocs)Not collective
nstash | - the size of the stash | |
reallocs | - the number of additional mallocs incurred. | |
bnstash | - the size of the block stash | |
breallocs | - the number of additional mallocs incurred.in the block stash |
Level:advanced
Location:src/vec/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages