Home
last modified time | relevance | path

Searched refs:globalsize (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/tests/
H A Dex12.c14 PetscInt M = 14, time_steps = 20, w = 1, s = 1, localsize, j, i, mybase, myend, globalsize; in main() local
40 PetscCall(VecGetLocalSize(global, &globalsize)); in main()
43 for (i = 0; i < globalsize; i++) { in main()
/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c363 PetscErrorCode DMSwarmMigrate_GlobalToLocal_Basic(DM dm, PetscInt *globalsize) in DMSwarmMigrate_GlobalToLocal_Basic() argument
375 *globalsize = npoints; in DMSwarmMigrate_GlobalToLocal_Basic()
433 PETSC_EXTERN PetscErrorCode DMSwarmCollect_DMDABoundingBox(DM dm, PetscInt *globalsize) in DMSwarmCollect_DMDABoundingBox() argument
479 *globalsize = npoints; in DMSwarmCollect_DMDABoundingBox()
585 …collect)(DM, void *, PetscInt *, PetscInt **), size_t ctx_size, PetscCtx ctx, PetscInt *globalsize) in DMSwarmCollect_General() argument
600 *globalsize = npoints; in DMSwarmCollect_General()
H A Dswarm.c2088 PetscErrorCode DMSwarmMigrate_GlobalToLocal_Basic(DM dm, PetscInt *globalsize);
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c444 static PetscErrorCode VecSize_Nest_Recursive(Vec x, PetscBool globalsize, PetscInt *L) in VecSize_Nest_Recursive() argument
454 if (globalsize) PetscCall(VecGetSize(x, &size)); in VecSize_Nest_Recursive()
465 for (i = 0; i < nr; i++) PetscCall(VecSize_Nest_Recursive(bx->v[i], globalsize, L)); in VecSize_Nest_Recursive()