Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c35 PetscCall(PCLMVMSetIS(bqnk->pc, bnk->inactive_idx)); in TaoBQNKComputeHessian()
/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c141 PetscErrorCode PCLMVMSetIS(PC pc, IS inactive) in PCLMVMSetIS() function
/petsc/include/
H A Dpetscpc.h504 PETSC_EXTERN PetscErrorCode PCLMVMSetIS(PC, IS);
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c26 if (bnk->bfgs_pre) PetscCall(PCLMVMSetIS(bnk->bfgs_pre, bnk->inactive_idx)); in TaoBNKComputeSubHessian()