Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2454 Vec Mf, globGamma, *globMfArray, *globGammaArray; in DMPlexLandauPrintNorms() local
2460 PetscCall(PetscMalloc(sizeof(*globMfArray) * nDMs, &globMfArray)); in DMPlexLandauPrintNorms()
2461 PetscCall(PetscMalloc(sizeof(*globMfArray) * nDMs, &globGammaArray)); in DMPlexLandauPrintNorms()
2475 PetscCall(DMCompositeGetAccessArray(pack, Mf, nDMs, NULL, globMfArray)); in DMPlexLandauPrintNorms()
2478 …Vec Mfsub = globMfArray[LAND_PACK_IDX(ctx->batch_view_idx, grid)], Gsub = globGammaArray[LAND… in DMPlexLandauPrintNorms()
2503 PetscCall(DMCompositeRestoreAccessArray(pack, Mf, nDMs, NULL, globMfArray)); in DMPlexLandauPrintNorms()
2505 PetscCall(PetscFree(globMfArray)); in DMPlexLandauPrintNorms()