Searched refs:PetscLayoutCompare (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex9.c | 67 PetscCall(PetscLayoutCompare(lt, rootLayout, &flg)); in main()
|
| /petsc/src/vec/is/utils/ |
| H A D | pmap.c | 593 PetscErrorCode PetscLayoutCompare(PetscLayout mapa, PetscLayout mapb, PetscBool *congruent) in PetscLayoutCompare() function
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex1.c | 327 PetscCall(PetscLayoutCompare(rmap, cmap, &is_invertible)); in TestUpdate() 536 PetscCall(PetscLayoutCompare(rmap, cmap, &is_square)); in main()
|
| /petsc/include/ |
| H A D | petscis.h | 338 PETSC_EXTERN PetscErrorCode PetscLayoutCompare(PetscLayout, PetscLayout, PetscBool *);
|
| /petsc/src/ksp/ksp/guess/impls/fischer/ |
| H A D | fischer.c | 33 if (vlay && Alay) PetscCall(PetscLayoutCompare(Alay, vlay, &cong)); in KSPGuessReset_Fischer()
|
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 57 if (vlay && Alay) PetscCall(PetscLayoutCompare(Alay, vlay, &cong)); in KSPGuessReset_POD()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 1824 PetscCall(PetscLayoutCompare(U->rmap, A->rmap, &flg)); in MatH2OpusLowRankUpdate() 1826 PetscCall(PetscLayoutCompare(V->rmap, A->cmap, &flg)); in MatH2OpusLowRankUpdate()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 217 PetscCall(PetscLayoutCompare(b_setup, a_setup, &are_compatible)); in MatLMVMCheckArgumentLayout()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 1392 PetscCall(PetscLayoutCompare(T->rmap, A01->rmap, &flg)); in PCHPDDMCheckSymmetry_Private() 1394 PetscCall(PetscLayoutCompare(T->cmap, A01->cmap, &flg)); in PCHPDDMCheckSymmetry_Private()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 87 PetscCall(PetscLayoutCompare(B->rmap, X[i]->rmap, &cong)); in MatPreallocateWithMats_Private()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 212 …etSize()`, `PetscLayoutGetBlockSize()`, `PetscLayoutGetRanges()`, `PetscLayoutCompare()` as well a…
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2338 PetscCall(PetscLayoutCompare(pointsLayout, pointsLayout0, &flg)); in PlexLayerLoad_Private()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 2892 PetscCall(PetscLayoutCompare(A->rmap, A->cmap, &cong)); in MatZeroRowsColumns_Private_IS()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 11364 PetscCall(PetscLayoutCompare(mat->rmap, mat->cmap, cong)); in MatHasCongruentLayouts()
|