Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.c21 PetscScalar *inBoxVals; in VecTaggerSetFromOptions_Simple() local
27 PetscCall(PetscMalloc1(nvals, &inBoxVals)); in VecTaggerSetFromOptions_Simple()
31 …rray("-vec_tagger_box", "lower and upper bounds of the box", funcstring, inBoxVals, &nvals, &set)); in VecTaggerSetFromOptions_Simple()
35 PetscCall(VecTaggerSetBox_Simple(tagger, (VecTaggerBox *)inBoxVals)); in VecTaggerSetFromOptions_Simple()
37 PetscCall(PetscFree(inBoxVals)); in VecTaggerSetFromOptions_Simple()