Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c7 static PetscErrorCode MatCreateVecs_Nest(Mat, Vec *, Vec *);
850 static PetscErrorCode MatCreateVecs_Nest(Mat A, Vec *right, Vec *left) in MatCreateVecs_Nest() function
1336 if (flg) A->ops->getvecs = MatCreateVecs_Nest; in MatNestSetVecType_Nest()