Searched refs:vbs (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/ |
| H A D | petscpyvista.py | 165 vbs = vpoints.shape[1] 166 vpoints = vpoints.reshape((nv, vbs))
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1501 PetscInt n, N, ibs, vbs, bs = 1; in VecGetSubVectorContiguityAndBS_Private() local 1507 PetscCall(VecGetBlockSize(X, &vbs)); in VecGetSubVectorContiguityAndBS_Private() 1515 …if (n % vbs || vbs == 1) red[1] = PETSC_FALSE; /* this process invalidate the collectiveness of bl… in VecGetSubVectorContiguityAndBS_Private() 1517 …if (red[0] && red[1]) bs = vbs; /* all processes have a valid block size and the access will be co… in VecGetSubVectorContiguityAndBS_Private()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 2272 PetscBool skipHeader, vbs = PETSC_FALSE; in MatView_IS() local 2277 …etscOptionsGetBool(NULL, ((PetscObject)A)->prefix, "-mat_is_view_variableblocksizes", &vbs, NULL)); in MatView_IS() 2278 if (vbs) { in MatView_IS() 2299 if (vbs) { in MatView_IS()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5715 PetscInt vbs, bs; in PCBDDCSetUpLocalScatters() local 5756 vbs = 1; in PCBDDCSetUpLocalScatters() 5787 vbs = bs; in PCBDDCSetUpLocalScatters() 5788 for (i = 0; i < n_R / vbs; i++) idx_R_local[i] = idx_R_local[vbs * i] / vbs; in PCBDDCSetUpLocalScatters() 5791 …PetscCall(ISCreateBlock(PETSC_COMM_SELF, vbs, n_R / vbs, idx_R_local, PETSC_COPY_VALUES, &pcbddc->… in PCBDDCSetUpLocalScatters()
|