Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgcreate.c116 B->congruentlayouts = PETSC_DECIDE; in MatCreate()
/petsc/src/mat/interface/
H A Dmatrix.c11361 if (mat->congruentlayouts == PETSC_DECIDE) { /* first time we compare rows and cols layouts */ in MatHasCongruentLayouts()
11365 if (*cong) mat->congruentlayouts = 1; in MatHasCongruentLayouts()
11366 else mat->congruentlayouts = 0; in MatHasCongruentLayouts()
11367 } else *cong = mat->congruentlayouts ? PETSC_TRUE : PETSC_FALSE; in MatHasCongruentLayouts()
/petsc/include/petsc/private/
H A Dmatimpl.h475 …PetscInt congruentlayouts; /* are the rows and columns layouts cong… member