| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 212 } else PetscCall(PetscLayoutReference(b, &b_setup)); in MatLMVMCheckArgumentLayout() 216 } else PetscCall(PetscLayoutReference(a, &a_setup)); in MatLMVMCheckArgumentLayout() 231 PetscCall(PetscLayoutReference(J0->rmap, &B->rmap)); in MatLMVMUseJ0LayoutsIfCompatible() 232 PetscCall(PetscLayoutReference(J0->cmap, &B->cmap)); in MatLMVMUseJ0LayoutsIfCompatible() 242 PetscCall(PetscLayoutReference(J0_diag->map, &B->rmap)); in MatLMVMUseJ0DiagLayoutsIfCompatible() 243 PetscCall(PetscLayoutReference(J0_diag->map, &B->cmap)); in MatLMVMUseJ0DiagLayoutsIfCompatible() 256 PetscCall(PetscLayoutReference(F->map, &B->rmap)); in MatLMVMUseVecLayoutsIfCompatible() 257 PetscCall(PetscLayoutReference(X->map, &B->cmap)); in MatLMVMUseVecLayoutsIfCompatible() 259 PetscCall(PetscLayoutReference(B->rmap, &lmvm->J0->rmap)); in MatLMVMUseVecLayoutsIfCompatible() 260 PetscCall(PetscLayoutReference(B->cmap, &lmvm->J0->cmap)); in MatLMVMUseVecLayoutsIfCompatible()
|
| H A D | lmvmimpl.c | 392 PetscCall(PetscLayoutReference(B->rmap, &lmvm->J0->rmap)); in MatSetUp_LMVM() 393 PetscCall(PetscLayoutReference(B->cmap, &lmvm->J0->cmap)); in MatSetUp_LMVM()
|
| /petsc/src/vec/vec/impls/shared/ |
| H A D | shvec.c | 22 PetscCall(PetscLayoutReference(win->map, &(*v)->map)); in VecDuplicate_Shared()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 298 PetscCall(PetscLayoutReference(A->cmap, &(*N)->rmap)); in MatCreateNormalHermitian() 299 PetscCall(PetscLayoutReference(A->cmap, &(*N)->cmap)); in MatCreateNormalHermitian()
|
| H A D | normm.c | 412 PetscCall(PetscLayoutReference(A->cmap, &(*N)->rmap)); in MatCreateNormal() 413 PetscCall(PetscLayoutReference(A->cmap, &(*N)->cmap)); in MatCreateNormal()
|
| /petsc/src/mat/impls/cdiagonal/ |
| H A D | cdiagonal.c | 108 PetscCall(PetscLayoutReference(A->rmap, &(*B)->rmap)); in MatDuplicate_ConstantDiagonal() 109 PetscCall(PetscLayoutReference(A->cmap, &(*B)->cmap)); in MatDuplicate_ConstantDiagonal()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 633 PetscCall(PetscLayoutReference(A->rmap, &((*N)->cmap))); in MatCreateTranspose() 634 PetscCall(PetscLayoutReference(A->cmap, &((*N)->rmap))); in MatCreateTranspose()
|
| H A D | htransm.c | 624 PetscCall(PetscLayoutReference(A->rmap, &((*N)->cmap))); in MatCreateHermitianTranspose() 625 PetscCall(PetscLayoutReference(A->cmap, &((*N)->rmap))); in MatCreateHermitianTranspose()
|
| /petsc/src/mat/impls/diagonal/ |
| H A D | diagonal.c | 128 PetscCall(PetscLayoutReference(A->rmap, &(*B)->rmap)); in MatDuplicate_Diagonal() 129 PetscCall(PetscLayoutReference(A->cmap, &(*B)->cmap)); in MatDuplicate_Diagonal()
|
| /petsc/src/vec/is/utils/ |
| H A D | pmap.c | 321 PetscErrorCode PetscLayoutReference(PetscLayout in, PetscLayout *out) in PetscLayoutReference() function
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 117 PetscCall(PetscLayoutReference(win->map, &(*v)->map)); in VecDuplicate_MPIViennaCL()
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 442 if (shell->nmat == 1) PetscCall(PetscLayoutReference(smat->cmap, &mat->cmap)); in MatCompositeAddMat_Composite() 443 PetscCall(PetscLayoutReference(smat->rmap, &mat->rmap)); in MatCompositeAddMat_Composite()
|
| /petsc/include/ |
| H A D | petscis.h | 329 PETSC_EXTERN PetscErrorCode PetscLayoutReference(PetscLayout, PetscLayout *);
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 1640 if (rend - rbegin == A->rmap->N) PetscCall(PetscLayoutReference(A->rmap, &a->cmat->rmap)); in MatDenseGetSubMatrix_MPIDense() 1646 if (cend - cbegin == A->cmap->N) PetscCall(PetscLayoutReference(A->cmap, &a->cmat->cmap)); in MatDenseGetSubMatrix_MPIDense() 1997 PetscCall(PetscLayoutReference(A->rmap, &mat->rmap)); in MatDuplicate_MPIDense() 1998 PetscCall(PetscLayoutReference(A->cmap, &mat->cmap)); in MatDuplicate_MPIDense()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 1026 PetscCall(PetscLayoutReference(matin->rmap, &mat->rmap)); in MatDuplicate_MPISELL() 1027 PetscCall(PetscLayoutReference(matin->cmap, &mat->cmap)); in MatDuplicate_MPISELL()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 2004 PetscCall(PetscLayoutReference(A->rmap, &C->rmap)); in MatDuplicate_SeqSBAIJ() 2005 PetscCall(PetscLayoutReference(A->cmap, &C->cmap)); in MatDuplicate_SeqSBAIJ()
|
| /petsc/src/vec/vec/impls/seq/seqviennacl/ |
| H A D | vecviennacl.cxx | 1125 PetscCall(PetscLayoutReference(win->map, &(*V)->map)); in VecDuplicate_SeqViennaCL()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 2027 PetscCall(PetscLayoutReference(map, &x->map)); in VecSetLayout()
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 2234 PetscCall(PetscLayoutReference(A->rmap, &C->rmap)); in MatDuplicateNoCreate_SeqSELL() 2235 PetscCall(PetscLayoutReference(A->cmap, &C->cmap)); in MatDuplicateNoCreate_SeqSELL()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 195 PetscCall(PetscLayoutReference(llay, &play)); in PCBDDCSetupFETIDPMatContext()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 1207 PetscCall(PetscLayoutReference(map, &is->map)); in ISSetLayout()
|
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 885 if (reference) PetscCall(PetscLayoutReference(reference, &(*v)->map)); in Create_CUPMBase()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 2410 PetscCall(PetscLayoutReference(matin->rmap, &mat->rmap)); in MatDuplicate_MPISBAIJ() 2411 PetscCall(PetscLayoutReference(matin->cmap, &mat->cmap)); in MatDuplicate_MPISBAIJ()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 813 PetscCall(PetscLayoutReference(a->h2opus_rmap, &a->h2opus_cmap)); in MatSetUpMultiply_H2OPUS()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 614 PetscCall(PetscLayoutReference(map, &sf->map)); in PetscSFSetGraphWithPattern()
|