Home
last modified time | relevance | path

Searched defs:subA (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex57.c11 Mat subA[9]; in main() local
H A Dex37.c14 Mat A, subA; in main() local
/petsc/src/snes/tutorials/
H A Dex70.c58 Mat subA[4]; /* the four blocks */ member
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1770 … *sub, A, P, N, C = nullptr, uaux = nullptr, weighted, subA[2], S; in PCSetUp_HPDDM() local
/petsc/src/mat/interface/
H A Dmatrix.c7976 PetscErrorCode MatSelectVariableBlockSizes(Mat subA, Mat A, IS isrow) in MatSelectVariableBlockSizes()