Searched refs:L2GFilterUpperTriangular (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 1884 static PetscErrorCode L2GFilterUpperTriangular(ISLocalToGlobalMapping ltog, PetscInt *row, PetscInt… in L2GFilterUpperTriangular() function 1942 PetscCall(L2GFilterUpperTriangular(ltog, &slot, &cnt, cols)); in DMCreateMatrix_DA_2d_MPISBAIJ() 1974 PetscCall(L2GFilterUpperTriangular(ltog, &slot, &cnt, cols)); in DMCreateMatrix_DA_2d_MPISBAIJ() 2041 PetscCall(L2GFilterUpperTriangular(ltog, &slot, &cnt, cols)); in DMCreateMatrix_DA_3d_MPISBAIJ() 2079 PetscCall(L2GFilterUpperTriangular(ltog, &slot, &cnt, cols)); in DMCreateMatrix_DA_3d_MPISBAIJ()
|