petsc-3.15.0 2021-03-30
Report Typos and Errors

VecTaggerSetFromOptions

set VecTagger options using the options database

Synopsis

#include "petscvec.h" 
PetscErrorCode VecTaggerSetFromOptions(VecTagger tagger)
Logically Collective

Input Arguments

tagger - vec tagger

Options Database Keys

-vec_tagger_type - implementation type, see VecTaggerSetType()
-vec_tagger_block_size - set the block size, see VecTaggerSetBlockSize()
-vec_tagger_invert - invert the index set returned by VecTaggerComputeIS()

Level

advanced

Location

src/vec/vec/utils/tagger/interface/tagger.c

Examples

src/vec/vec/utils/tagger/tutorials/ex1.c.html
src/ts/tutorials/ex11.c.html

Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages