Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c585 … PetscErrorCode (*collect)(DM, void *, PetscInt *, PetscInt **), size_t ctx_size, PetscCtx ctx, Pe… in DMSwarmCollect_General() argument
602 PetscCall(PetscMPIIntCast(ctx_size, &len)); in DMSwarmCollect_General()
603 PetscCall(PetscMalloc(ctx_size * size, &ctxlist)); in DMSwarmCollect_General()
615 _ctx_r = (void *)((char *)ctxlist + r * ctx_size); in DMSwarmCollect_General()