#include "petscvec.h" PetscErrorCode VecTaggerComputeBoxes(VecTagger tagger,Vec vec,PetscInt *numBoxes,VecTaggerBox **boxes)Collective on VecTagger
tagger | - the VecTagger context | |
vec | - the vec to tag |
numBoxes | - the number of boxes in the tag definition | |
boxes | - a newly allocated list of boxes. This is a flat array of (BlockSize * numBoxes) pairs that the user can free with PetscFree(). |
Level:advanced
Location:src/vec/vec/utils/tagger/interfacetagger.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages