Searched refs:ctx_size (Results 1 – 1 of 1) sorted by relevance
585 … PetscErrorCode (*collect)(DM, void *, PetscInt *, PetscInt **), size_t ctx_size, PetscCtx ctx, Pe… in DMSwarmCollect_General() argument602 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()