Home
last modified time | relevance | path

Searched refs:funcstring (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.c18 char funcstring[BUFSIZ]; in VecTaggerSetFromOptions_Simple() local
29 PetscCall(PetscSNPrintf(funcstring, BUFSIZ, "VecTagger%sSetBox()", name)); in VecTaggerSetFromOptions_Simple()
31 …onsScalarArray("-vec_tagger_box", "lower and upper bounds of the box", funcstring, inBoxVals, &nva… in VecTaggerSetFromOptions_Simple()
H A Dandor.c87 char funcstring[BUFSIZ]; in VecTaggerSetFromOptions_AndOr() local
96 PetscCall(PetscSNPrintf(funcstring, sizeof(funcstring), "VecTagger%sSetSubs()", name)); in VecTaggerSetFromOptions_AndOr()
99 PetscCall(PetscOptionsInt("-vec_tagger_num_subs", descstring, funcstring, nsubs, &nsubs, NULL)); in VecTaggerSetFromOptions_AndOr()