Searched refs:areal (Results 1 – 1 of 1) sorted by relevance
392 PetscReal *areal; in TSMonitorLGDMDARay() local395 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()