Home
last modified time | relevance | path

Searched refs:PetscLayoutReference (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c212 } 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 Dlmvmimpl.c392 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 Dshvec.c22 PetscCall(PetscLayoutReference(win->map, &(*v)->map)); in VecDuplicate_Shared()
/petsc/src/mat/impls/normal/
H A Dnormmh.c298 PetscCall(PetscLayoutReference(A->cmap, &(*N)->rmap)); in MatCreateNormalHermitian()
299 PetscCall(PetscLayoutReference(A->cmap, &(*N)->cmap)); in MatCreateNormalHermitian()
H A Dnormm.c412 PetscCall(PetscLayoutReference(A->cmap, &(*N)->rmap)); in MatCreateNormal()
413 PetscCall(PetscLayoutReference(A->cmap, &(*N)->cmap)); in MatCreateNormal()
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c108 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 Dtransm.c633 PetscCall(PetscLayoutReference(A->rmap, &((*N)->cmap))); in MatCreateTranspose()
634 PetscCall(PetscLayoutReference(A->cmap, &((*N)->rmap))); in MatCreateTranspose()
H A Dhtransm.c624 PetscCall(PetscLayoutReference(A->rmap, &((*N)->cmap))); in MatCreateHermitianTranspose()
625 PetscCall(PetscLayoutReference(A->cmap, &((*N)->rmap))); in MatCreateHermitianTranspose()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c128 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 Dpmap.c321 PetscErrorCode PetscLayoutReference(PetscLayout in, PetscLayout *out) in PetscLayoutReference() function
/petsc/src/vec/vec/impls/mpi/mpiviennacl/
H A Dmpiviennacl.cxx117 PetscCall(PetscLayoutReference(win->map, &(*v)->map)); in VecDuplicate_MPIViennaCL()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c442 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 Dpetscis.h329 PETSC_EXTERN PetscErrorCode PetscLayoutReference(PetscLayout, PetscLayout *);
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1640 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 Dmpisell.c1026 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 Dsbaij.c2004 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 Dvecviennacl.cxx1125 PetscCall(PetscLayoutReference(win->map, &(*V)->map)); in VecDuplicate_SeqViennaCL()
/petsc/src/vec/vec/interface/
H A Dvector.c2027 PetscCall(PetscLayoutReference(map, &x->map)); in VecSetLayout()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c2234 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 Dbddcfetidp.c195 PetscCall(PetscLayoutReference(llay, &play)); in PCBDDCSetupFETIDPMatContext()
/petsc/src/vec/is/is/interface/
H A Dindex.c1207 PetscCall(PetscLayoutReference(map, &is->map)); in ISSetLayout()
/petsc/include/petsc/private/
H A Dveccupmimpl.h885 if (reference) PetscCall(PetscLayoutReference(reference, &(*v)->map)); in Create_CUPMBase()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c2410 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 Dmath2opus.cu813 PetscCall(PetscLayoutReference(a->h2opus_rmap, &a->h2opus_cmap)); in MatSetUpMultiply_H2OPUS()
/petsc/src/vec/is/sf/interface/
H A Dsf.c614 PetscCall(PetscLayoutReference(map, &sf->map)); in PetscSFSetGraphWithPattern()

12