Home
last modified time | relevance | path

Searched refs:VecGetBlockSize (Results 1 – 25 of 53) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/
H A Dex15.c66 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 Dvinv.c36 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 Ddageometry.c156 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 Dgrglvis.c103 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 Dex46.c36 PetscCall(VecGetBlockSize(x[i], &bs[i])); in main()
H A Dex69.c86 PetscCall(VecGetBlockSize(t, &bs)); in main()
/petsc/src/vec/vec/tests/
H A Dex60.c24 PetscCall(VecGetBlockSize(x, &bs)); in main()
/petsc/src/dm/tutorials/
H A Dswarm_ex3.c23 PetscCall(VecGetBlockSize(pos, &bs)); in _DMLocatePoints_DMDARegular_IS()
70 PetscCall(VecGetBlockSize(pos, &bs)); in DMLocatePoints_DMDARegular()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c119 PetscCall(VecGetBlockSize(coordinates, &spatialDim)); in DMPlexLoad_HDF5_Xdmf_Internal()
H A Dplexhdf5.c1251 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 Dirk.c321 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 Dbvec2.c275 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 Dpdvec.c151 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 Dmatnull.c97 PetscCall(VecGetBlockSize(coords, &dim)); in MatNullSpaceCreateRigidBody()
/petsc/src/dm/impls/plex/exodusii/
H A Dplexexodusii2.c1348 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 Dvecnest.c936 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 Dpetscvec.pxi61 PetscErrorCode VecGetBlockSize(PetscVec, PetscInt*)
372 CHKERR(VecGetBlockSize(V, &bs))
/petsc/src/dm/impls/plex/
H A Dplexnatural.c504 PetscCall(VecGetBlockSize(v, &bs)); in DMPlexCreateNaturalVector()
/petsc/src/snes/tutorials/
H A Dex71.c200 PetscCall(VecGetBlockSize(coordinates, &bs)); in CreateMesh()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c223 PetscCall(VecGetBlockSize(x, &bs)); in private_VecView_Swarm_XDMF()
/petsc/src/dm/interface/
H A Ddmperiodicity.c373 PetscCall(VecGetBlockSize(coordinates, &bs)); in DMLocalizeCoordinates()
/petsc/src/dm/dt/interface/
H A Ddtprob.c935 PetscCall(VecGetBlockSize(v, &dim)); in PetscProbComputeKSStatisticMagnitude()
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c437 PetscCall(VecGetBlockSize(xcoorl, &bs)); in main()
/petsc/src/dm/field/tutorials/
H A Dex1.c168 PetscCall(VecGetBlockSize(points, &dim)); in TestShellEvaluate()
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c327 PetscCall(VecGetBlockSize(YNtmp, &bs)); in SNESSolve_NEWTONTRDC()

123