Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c13 static PetscErrorCode MatNestGetSizes_Private(Mat A, PetscInt *m, PetscInt *n, PetscInt *M, PetscIn… in MatNestGetSizes_Private() function
1422 PetscCall(MatNestGetSizes_Private(A, &m, &n, &M, &N)); in MatNestSetSubMats_Nest()