Searched refs:congruentlayouts (Results 1 – 5 of 5) sorted by relevance
88 B->congruentlayouts = PETSC_DECIDE; in MatCreate()
456 PetscInt congruentlayouts; /* are the rows and columns layouts congruent? */ member
10506 if (mat->congruentlayouts == PETSC_DECIDE) { /* first time we compare rows and cols layouts */ in MatHasCongruentLayouts()10508 if (*cong) mat->congruentlayouts = 1; in MatHasCongruentLayouts()10509 else mat->congruentlayouts = 0; in MatHasCongruentLayouts()10510 } else *cong = mat->congruentlayouts ? PETSC_TRUE : PETSC_FALSE; in MatHasCongruentLayouts()
10351 PetscInt congruentlayouts;456,22436
40657 congruentlayouts include/petsc/private/matimpl.h /^ PetscInt congruentlayouts; \/* a…