Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h927 PetscInt numQuads = (PetscInt)tree->quadrants.elem_count, i; in DMSetUp_pforest() local
930 for (i = 0; i < numQuads; i++) { in DMSetUp_pforest()
949 PetscInt numQuads = (PetscInt)tree->quadrants.elem_count; in DMSetUp_pforest() local
953 if (anumQuads != numQuads) { in DMSetUp_pforest()
956 for (i = 0; i < numQuads; i++) { in DMSetUp_pforest()
3066 PetscInt numQuads = (PetscInt)tree->quadrants.elem_count; in DMPforestLabelsInitialize() local
3069 for (q = 0; q < numQuads; q++, c++) { in DMPforestLabelsInitialize()
3806 PetscInt numQuads = (PetscInt)tree->quadrants.elem_count; in DMPforestMapCoordinates() local
3809 for (i = 0; i < numQuads; i++) { in DMPforestMapCoordinates()
3998 PetscInt numQuads = (PetscInt)tree->quadrants.elem_count; in DMPforestLocalizeCoordinates() local
[all …]
/petsc/src/dm/impls/plex/
H A Dplexegads.c882 …ertices = 0, newVertices = 0, numEdges = 0, numCells = 0, newCells = 0, numQuads = 0, cOff = 0, fO… in DMPlexCreateGeom_Internal() local
958 ++numQuads; in DMPlexCreateGeom_Internal()
990 newVertices = numEdges + numQuads; in DMPlexCreateGeom_Internal()
1035 numQuads = 0; in DMPlexCreateGeom_Internal()
1105 PetscInt v = fOff + numQuads++; in DMPlexCreateGeom_Internal()
1142 …k(numEdges + numQuads == newVertices, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of new vertices %d … in DMPlexCreateGeom_Internal()
1145 numQuads = 0; in DMPlexCreateGeom_Internal()
1227 if (Ner == 4) cone[nc++] = numVertices - newVertices + numEdges + numQuads++; in DMPlexCreateGeom_Internal()