Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmdats.c392 PetscReal *areal; in TSMonitorLGDMDARay() local
395 PetscCall(PetscMalloc1(n, &areal)); in TSMonitorLGDMDARay()
396 for (i = 0; i < n; ++i) areal[i] = PetscRealPart(a[i]); in TSMonitorLGDMDARay()
397 PetscCall(PetscDrawLGAddCommonPoint(lgctx->lg, ptime, areal)); in TSMonitorLGDMDARay()
398 PetscCall(PetscFree(areal)); in TSMonitorLGDMDARay()