Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx23 PetscInt fraction, remainder, cumfraction; member
350 genCtx.fraction = genCtx.remainder = genCtx.cumfraction = 0; in DMMBUtil_InitializeOptions()
356 …genCtx.cumfraction = (rank > 0 ? (genCtx.fraction) * (rank) + (rank - 1 < genCtx.remainder ? rank … in DMMBUtil_InitializeOptions()
360 …umulative fraction = %" PetscInt_FMT "\n", genCtx.fraction, genCtx.remainder, genCtx.cumfraction)); in DMMBUtil_InitializeOptions()
594 ml = (genCtx.cumfraction); in DMMoabCreateBoxMesh()
597 nl = (genCtx.cumfraction); in DMMoabCreateBoxMesh()
600 kl = (genCtx.cumfraction) / genCtx.q / genCtx.blockSizeElementXYZ[2] / genCtx.C; //genCtx.K in DMMoabCreateBoxMesh()