Skip to main content
Ctrl+K
PETSc 3.22.3 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • VecTaggerSet...

VecTaggerSetFromOptions#

set VecTagger options using the options database

Synopsis#

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

Logically Collective

Input Parameter#

  • 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()

See Also#

VecTagger, VecTaggerCreate(), VecTaggerSetUp()

Level#

advanced

Location#

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

Examples#

src/vec/vec/utils/tagger/tutorials/ex1.c
src/snes/tutorials/ex27.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex30.c

Implementations#

VecTaggerSetFromOptions_AndOr() in src/vec/vec/utils/tagger/impls/andor.c
VecTaggerSetFromOptions_CDF() in src/vec/vec/utils/tagger/impls/cdf.c
VecTaggerSetFromOptions_Simple() in src/vec/vec/utils/tagger/impls/simple.c


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

On this page
  • Synopsis
  • Input Parameter
  • Options Database Keys
  • See Also
  • Level
  • Location
  • Examples
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-01-29T16:50:21-0600 (v3.22.3).