Home
last modified time | relevance | path

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

/petsc/src/tao/bound/utils/
H A Disutil.c140 PetscCall(ISComplementVec(is, v1, &iscomp)); in TaoMatGetSubMat()
148 PetscCall(ISComplementVec(is, v1, &iscomp)); in TaoMatGetSubMat()
/petsc/src/tao/complementarity/impls/asls/
H A Dasils.c175 PetscCall(ISComplementVec(asls->fixed, asls->t1, &asls->free)); in TaoSolve_ASILS()
H A Dasfls.c178 PetscCall(ISComplementVec(asls->fixed, asls->t1, &asls->free)); in TaoSolve_ASFLS()
/petsc/src/vec/vec/utils/
H A Dprojection.c630 PetscErrorCode ISComplementVec(IS S, Vec V, IS *T) in ISComplementVec() function
/petsc/include/
H A Dpetscvec.h727 PETSC_EXTERN PetscErrorCode ISComplementVec(IS, Vec, IS *);
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c28 PetscCall(ISComplementVec(cg->inactive_idx, tao->solution, &cg->active_idx)); in TaoBNCGEstimateActiveSet()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c307 PetscCall(ISComplementVec(bnk->inactive_idx, tao->solution, &bnk->active_idx)); in TaoBNKEstimateActiveSet()