Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c768 PetscInt numRt, pStart, pEnd, ict; in DMPlexTransformSetUp_Cohesive() local
812 numRt = DM_NUM_POLYTOPES * 2 * 100; in DMPlexTransformSetUp_Cohesive()
813 …PetscCall(PetscMalloc5(numRt, &ex->Nt, numRt, &ex->target, numRt, &ex->size, numRt, &ex->cone, num… in DMPlexTransformSetUp_Cohesive()
814 for (ict = 0; ict < numRt; ++ict) { in DMPlexTransformSetUp_Cohesive()