Home
last modified time | relevance | path

Searched refs:VecTaggerList (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/utils/tagger/interface/
H A Dtaggerregi.c9 PetscFunctionList VecTaggerList; variable
66 PetscCall(PetscFunctionListAdd(&VecTaggerList, sname, function)); in VecTaggerRegister()
H A Ddlregistagger.c42 PetscCall(PetscFunctionListDestroy(&VecTaggerList)); in VecTaggerFinalizePackage()
H A Dtagger.c88 PetscCall(PetscFunctionListFind(VecTaggerList, type, &r)); in VecTaggerSetType()
200 …ec_tagger_type", "VecTagger implementation type", "VecTaggerSetType", VecTaggerList, deft, type, 2… in VecTaggerSetFromOptions()
/petsc/include/
H A Dpetscvec.h849 PETSC_EXTERN PetscFunctionList VecTaggerList; variable