Searched refs:inBoxVals (Results 1 – 1 of 1) sorted by relevance
21 PetscScalar *inBoxVals; in VecTaggerSetFromOptions_Simple() local27 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()