Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/mat/utils/
H A Dgcreate.c88 B->congruentlayouts = PETSC_DECIDE; in MatCreate()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h456 PetscInt congruentlayouts; /* are the rows and columns layouts congruent? */ member
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c10506 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()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS10351 PetscInt congruentlayouts;456,22436
H A DCTAGS40657 congruentlayouts include/petsc/private/matimpl.h /^ PetscInt congruentlayouts; \/* a…