Searched refs:VecTaggerList (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/vec/utils/tagger/interface/ |
| H A D | taggerregi.c | 9 PetscFunctionList VecTaggerList; variable 66 PetscCall(PetscFunctionListAdd(&VecTaggerList, sname, function)); in VecTaggerRegister()
|
| H A D | dlregistagger.c | 42 PetscCall(PetscFunctionListDestroy(&VecTaggerList)); in VecTaggerFinalizePackage()
|
| H A D | tagger.c | 88 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 D | petscvec.h | 849 PETSC_EXTERN PetscFunctionList VecTaggerList; variable
|