Home
last modified time | relevance | path

Searched refs:supportSecMem (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
47 for (d = 0; d <= depth; ++d) supportSecMem += 2 * Nd[d]; in EstimateMemory()
54 …scInt_FMT "\n", (PetscInt)(supportMem * sizeof(PetscInt)), (PetscInt)(supportSecMem * sizeof(Petsc… in EstimateMemory()
55 imem += supportMem + supportSecMem; in EstimateMemory()