Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex30.c373 PrintCtx *printCtx; in PostStep() local
378 PetscCall(TSGetApplicationContext(ts, &printCtx)); in PostStep()
379 if (!printCtx->print && !printCtx->print_entropy) PetscFunctionReturn(PETSC_SUCCESS); in PostStep()
380 ctx = printCtx->ctx; in PostStep()
381 …if (printCtx->v_target < printCtx->global_vertex_id_0 || printCtx->v_target >= printCtx->global_ve… in PostStep()
384 v_id = printCtx->v_target % ctx->batch_sz; in PostStep()
391 PetscCall(DMCompositeGetAccessArray(pack, X, nDMs, NULL, printCtx->globXArray)); in PostStep()
392 if (printCtx->print_entropy && printCtx->v_target >= 0 && 0) { in PostStep()
396 DM sw = printCtx->globSwarmArray[LAND_PACK_IDX(v_id, grid)]; in PostStep()
397 Vec work, subX = printCtx->globXArray[LAND_PACK_IDX(v_id, grid)]; in PostStep()
[all …]