Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.h11 PETSC_INTERN PetscErrorCode VecTaggerGetBox_Simple(VecTagger, const VecTaggerBox **);
H A Dabsolute.c61 PetscCall(VecTaggerGetBox_Simple(tagger, box)); in VecTaggerAbsoluteGetBox()
H A Drelative.c95 PetscCall(VecTaggerGetBox_Simple(tagger, box)); in VecTaggerRelativeGetBox()
H A Dsimple.c100 PetscErrorCode VecTaggerGetBox_Simple(VecTagger tagger, const VecTaggerBox **box) in VecTaggerGetBox_Simple() function
H A Dcdf.c569 PetscCall(VecTaggerGetBox_Simple(tagger, box)); in VecTaggerCDFGetBox()