Searched refs:TaoSubsetType (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsctao.h | 29 } TaoSubsetType; typedef 551 PETSC_EXTERN PetscErrorCode TaoVecGetSubVec(Vec, IS, TaoSubsetType, PetscReal, Vec *); 552 PETSC_EXTERN PetscErrorCode TaoMatGetSubMat(Mat, IS, Vec, TaoSubsetType, Mat *);
|
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 25 PetscErrorCode TaoVecGetSubVec(Vec vfull, IS is, TaoSubsetType reduced_type, PetscReal maskvalue, V… in TaoVecGetSubVec() 107 PetscErrorCode TaoMatGetSubMat(Mat M, IS is, Vec v1, TaoSubsetType subset_type, Mat *Msub) in TaoMatGetSubMat()
|
| /petsc/include/petsc/private/ |
| H A D | taoimpl.h | 171 TaoSubsetType subset_type;
|