Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex35.c9 PetscInt coneSecMem = 0, coneMem = 0, supportSecMem = 0, supportMem = 0, labelMem = 0; in EstimateMemory() local
27 for (d = 0; d <= depth; ++d) labelMem += Nd[d]; in EstimateMemory()
29 for (d = 0; d <= depth; ++d) labelMem += Nd[d]; in EstimateMemory()
33 labelMem += lsize; in EstimateMemory()
34 …f(PETSC_COMM_SELF, " Label mem: %" PetscInt_FMT "\n", (PetscInt)(labelMem * sizeof(PetscInt… in EstimateMemory()