Home
last modified time | relevance | path

Searched refs:PetscLayoutCompare (Results 1 – 14 of 14) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex9.c67 PetscCall(PetscLayoutCompare(lt, rootLayout, &flg)); in main()
/petsc/src/vec/is/utils/
H A Dpmap.c593 PetscErrorCode PetscLayoutCompare(PetscLayout mapa, PetscLayout mapb, PetscBool *congruent) in PetscLayoutCompare() function
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex1.c327 PetscCall(PetscLayoutCompare(rmap, cmap, &is_invertible)); in TestUpdate()
536 PetscCall(PetscLayoutCompare(rmap, cmap, &is_square)); in main()
/petsc/include/
H A Dpetscis.h338 PETSC_EXTERN PetscErrorCode PetscLayoutCompare(PetscLayout, PetscLayout, PetscBool *);
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c33 if (vlay && Alay) PetscCall(PetscLayoutCompare(Alay, vlay, &cong)); in KSPGuessReset_Fischer()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c57 if (vlay && Alay) PetscCall(PetscLayoutCompare(Alay, vlay, &cong)); in KSPGuessReset_POD()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu1824 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 Dlmvmutils.c217 PetscCall(PetscLayoutCompare(b_setup, a_setup, &are_compatible)); in MatLMVMCheckArgumentLayout()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1392 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 Dmpisbaij.c87 PetscCall(PetscLayoutCompare(B->rmap, X[i]->rmap, &cong)); in MatPreallocateWithMats_Private()
/petsc/doc/manual/
H A Dmat.md212 …etSize()`, `PetscLayoutGetBlockSize()`, `PetscLayoutGetRanges()`, `PetscLayoutCompare()` as well a…
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2338 PetscCall(PetscLayoutCompare(pointsLayout, pointsLayout0, &flg)); in PlexLayerLoad_Private()
/petsc/src/mat/impls/is/
H A Dmatis.c2892 PetscCall(PetscLayoutCompare(A->rmap, A->cmap, &cong)); in MatZeroRowsColumns_Private_IS()
/petsc/src/mat/interface/
H A Dmatrix.c11364 PetscCall(PetscLayoutCompare(mat->rmap, mat->cmap, cong)); in MatHasCongruentLayouts()