Home
last modified time | relevance | path

Searched refs:Bn (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/cpp/ !
H A Dtype_traits.hpp70 template <class B1, class... Bn>
71 struct disjunction<B1, Bn...> : conditional_t<bool(B1::value), B1, disjunction<Bn...>> { };
77 template <class B1, class... Bn>
78 struct conjunction<B1, Bn...> : conditional_t<bool(B1::value), conjunction<Bn...>, B1> { };
/petsc/src/mat/tests/ !
H A Dex211.c15 PetscInt i, cstart, cend, Bn = B->cmap->N; in ISGetSeqIS_SameColDist_Private() local
88 PetscCall(PetscMalloc1(Bn, &idx)); in ISGetSeqIS_SameColDist_Private()
89 PetscCall(PetscMalloc1(Bn, &cmap1)); in ISGetSeqIS_SameColDist_Private()
93 for (i = 0; i < Bn; i++) { in ISGetSeqIS_SameColDist_Private()
100 printf("[%d] Bn %d, count %d\n", rank, Bn, count); in ISGetSeqIS_SameColDist_Private()
/petsc/src/mat/interface/ !
H A Dmatproduct.c392 PetscInt Am, An, Bm, Bn, Cm, Cn; in MatProductSetFromOptions_Private() local
417 Bn = B->cmap->N; in MatProductSetFromOptions_Private()
421 PetscInt t = Bn; in MatProductSetFromOptions_Private()
422 Bn = Bm; in MatProductSetFromOptions_Private()
429 …PetscCheck(!Cm || Cm == Bn, PetscObjectComm((PetscObject)mat), PETSC_ERR_ARG_SIZ, "Matrix dimensio… in MatProductSetFromOptions_Private()
/petsc/src/mat/impls/sbaij/mpi/ !
H A Dsbaijov.c176 PetscInt bs = C->rmap->bs, Bn = c->B->cmap->n, Bnbs = Bn / bs, *Bowners; in MatIncreaseOverlap_MPISBAIJ_Once() local
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiaij.c3154 PetscInt i, cstart, cend, Bn = B->cmap->N; in ISGetSeqIS_SameColDist_Private() local
3215 PetscCall(PetscMalloc1(Bn, &idx)); in ISGetSeqIS_SameColDist_Private()
3216 PetscCall(PetscMalloc1(Bn, &cmap1)); in ISGetSeqIS_SameColDist_Private()
3220 for (i = 0; i < Bn; i++) { in ISGetSeqIS_SameColDist_Private()
3531 PetscInt count, Bn = B->cmap->N, cstart = mat->cmap->rstart, cend = mat->cmap->rend; in MatCreateSubMatrix_MPIAIJ_SameRowDist() local
3582 } else if (Bn) { in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3588 while (j > garray[k] && k < Bn - 1) k++; in MatCreateSubMatrix_MPIAIJ_SameRowDist()