#include "petscvec.h" PetscErrorCode VecTaggerComputeBoxes(VecTagger tagger,Vec vec,PetscInt *numBoxes,VecTaggerBox **boxes,PetscBool *listed)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(). | |
listed | - PETSC_TRUE if a list was created, pass in NULL if not needed |