| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 66 PetscCall(VecGetBlockSize(v, &bs)); in main() 80 PetscCall(VecGetBlockSize(nv, &bs)); in main() 100 PetscCall(VecGetBlockSize(rv, &bs)); in main() 122 PetscCall(VecGetBlockSize(rv, &bs)); in main()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 36 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideSet() 76 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideScale() 127 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideNorm() 192 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideMax() 267 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideMin() 337 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideSum() 376 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideScaleAll() 430 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideNormAll() 511 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideMaxAll() 572 PetscCall(VecGetBlockSize(v, &bs)); in VecStrideMinAll() [all …]
|
| /petsc/src/dm/impls/da/ |
| H A D | dageometry.c | 156 PetscCall(VecGetBlockSize(pos, &bs)); in private_DMDALocatePointsIS_2D_Regular() 223 PetscCall(VecGetBlockSize(pos, &bs)); in private_DMDALocatePointsIS_3D_Regular() 274 PetscCall(VecGetBlockSize(pos, &dim)); in DMLocatePoints_DA_Regular() 289 PetscCall(VecGetBlockSize(pos, &bs)); in DMLocatePoints_DA_Regular()
|
| H A D | grglvis.c | 103 PetscCall(VecGetBlockSize(ctx->xlocal, &bs)); in DMDASampleGLVisFields_Private() 119 PetscCall(VecGetBlockSize((Vec)oXf[f], &bss[f])); in DMDASampleGLVisFields_Private()
|
| /petsc/src/mat/tests/ |
| H A D | ex46.c | 36 PetscCall(VecGetBlockSize(x[i], &bs[i])); in main()
|
| H A D | ex69.c | 86 PetscCall(VecGetBlockSize(t, &bs)); in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex60.c | 24 PetscCall(VecGetBlockSize(x, &bs)); in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | swarm_ex3.c | 23 PetscCall(VecGetBlockSize(pos, &bs)); in _DMLocatePoints_DMDARegular_IS() 70 PetscCall(VecGetBlockSize(pos, &bs)); in DMLocatePoints_DMDARegular()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5xdmf.c | 119 PetscCall(VecGetBlockSize(coordinates, &spatialDim)); in DMPlexLoad_HDF5_Xdmf_Internal()
|
| H A D | plexhdf5.c | 1251 PetscCall(VecGetBlockSize(coordinates, &bs)); in DMPlexCoordinatesView_HDF5_Legacy_Private() 1307 PetscCall(VecGetBlockSize(coords, &bs)); in DMPlexCoordinatesView_HDF5_Internal() 1337 PetscCall(VecGetBlockSize(coordinatesLocal, &bs)); in DMPlexCoordinatesView_HDF5_XDMF_Private() 1679 PetscCall(VecGetBlockSize(vec, &bs)); in DMPlexGlobalVectorView_HDF5_Internal() 1744 PetscCall(VecGetBlockSize(vec, &bs)); in DMPlexLocalVectorView_HDF5_Internal() 2769 PetscCall(VecGetBlockSize(coordinates, &spatialDim)); in DMPlexCoordinatesLoad_HDF5_Legacy_Private() 2828 PetscCall(VecGetBlockSize(coords, &blockSize)); in DMPlexCoordinatesLoad_HDF5_Internal()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 321 PetscCall(VecGetBlockSize(ts->vec_sol, &bs)); in TSStep_IRK() 509 PetscCall(VecGetBlockSize(Y[nstages - 1], &bs)); in SNESTSFormJacobian_IRK() 588 PetscCall(VecGetBlockSize(ts->vec_sol, &bs)); in TSSetUp_IRK()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 275 PetscCall(VecGetBlockSize(xin, &bs)); in VecView_Seq_ASCII() 297 PetscCall(VecGetBlockSize(xin, &vdim)); in VecView_Seq_ASCII() 542 PetscCall(VecGetBlockSize(xin, &bs)); in VecSetValuesBlocked_Seq()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 151 PetscCall(VecGetBlockSize(xin, &bs)); in VecView_MPI_ASCII() 188 PetscCall(VecGetBlockSize(xin, &vdim)); in VecView_MPI_ASCII() 833 PetscCall(VecGetBlockSize(xin, &bs)); in VecAssemblyBegin_MPI() 859 PetscCall(VecGetBlockSize(vec, &bs)); in VecAssemblyEnd_MPI()
|
| /petsc/src/mat/interface/ |
| H A D | matnull.c | 97 PetscCall(VecGetBlockSize(coords, &dim)); in MatNullSpaceCreateRigidBody()
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 1348 PetscCall(VecGetBlockSize(vNatural, &bs)); in VecViewPlex_ExodusII_Nodal_Internal() 1393 PetscCall(VecGetBlockSize(vNatural, &bs)); in VecLoadPlex_ExodusII_Nodal_Internal() 1466 PetscCall(VecGetBlockSize(vNatural, &bs)); in VecViewPlex_ExodusII_Zonal_Internal() 1537 PetscCall(VecGetBlockSize(vNatural, &bs)); in VecLoadPlex_ExodusII_Zonal_Internal()
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 936 PetscCall(VecGetBlockSize(x, &bs)); in VecNestSetSubVec_Private() 957 PetscCall(VecGetBlockSize(bx->v[i], &bs)); in VecNestSetSubVec_Private() 1133 PetscCall(VecGetBlockSize(ctx->v[i], &bs)); in VecSetUp_NestIS_Private()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 61 PetscErrorCode VecGetBlockSize(PetscVec, PetscInt*) 372 CHKERR(VecGetBlockSize(V, &bs))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 504 PetscCall(VecGetBlockSize(v, &bs)); in DMPlexCreateNaturalVector()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex71.c | 200 PetscCall(VecGetBlockSize(coordinates, &bs)); in CreateMesh()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_view.c | 223 PetscCall(VecGetBlockSize(x, &bs)); in private_VecView_Swarm_XDMF()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 373 PetscCall(VecGetBlockSize(coordinates, &bs)); in DMLocalizeCoordinates()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 935 PetscCall(VecGetBlockSize(v, &dim)); in PetscProbComputeKSStatisticMagnitude()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex71.c | 437 PetscCall(VecGetBlockSize(xcoorl, &bs)); in main()
|
| /petsc/src/dm/field/tutorials/ |
| H A D | ex1.c | 168 PetscCall(VecGetBlockSize(points, &dim)); in TestShellEvaluate()
|
| /petsc/src/snes/impls/ntrdc/ |
| H A D | ntrdc.c | 327 PetscCall(VecGetBlockSize(YNtmp, &bs)); in SNESSolve_NEWTONTRDC()
|