Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dprojection.c89 PetscErrorCode VecWhichLessThan(Vec Vec1, Vec Vec2, IS *S) in VecWhichLessThan() function
/petsc/include/
H A Dpetscvec.h734 PETSC_EXTERN PetscErrorCode VecWhichLessThan(Vec, Vec, IS *);
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.c256 PetscCall(VecWhichLessThan(tao->XU, xtmp, &ipmP->isxu)); in IPMInitializeBounds()