Home
last modified time | relevance | path

Searched refs:supportMem (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
52 supportMem += ssize; in EstimateMemory()
54 …" Support mem: %" PetscInt_FMT " %" PetscInt_FMT "\n", (PetscInt)(supportMem * sizeof(PetscIn… in EstimateMemory()
55 imem += supportMem + supportSecMem; in EstimateMemory()