Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1260 PetscInt *coneNew, *coneONew, *supportNew; in DMPlexConstructCohesiveCells_Internal() local
1471 …PetscCall(PetscMalloc3(PetscMax(maxConeSize, maxConeSizeNew) * 3, &coneNew, PetscMax(maxConeSize, … in DMPlexConstructCohesiveCells_Internal()
1504coneNew[2 + q] = DMPlexShiftPoint_Internal(cone[q], depth, depthShift) /*cone[q] + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal()
1507 coneNew[2 + q] = v + pMaxNew[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1524 PetscCall(DMPlexSetCone(sdm, splitp, &coneNew[2])); in DMPlexConstructCohesiveCells_Internal()
1583 coneNew[0] = newp; /* Extracted negative side orientation above */ in DMPlexConstructCohesiveCells_Internal()
1584 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1595 coneNew[2 + q] = v + pMaxNew[dep] + numSplitPoints[dep] + numSplitPoints[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1597 coneNew[2 + q] = v + pMaxNew[dep] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal()
1601 PetscCall(DMPlexSetCone(sdm, hybcell, coneNew)); in DMPlexConstructCohesiveCells_Internal()
[all …]
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1440 …, PetscInt *coneoff, const PetscInt rornt[], PetscInt *orntoff, PetscInt coneNew[], PetscInt orntN… in DMPlexTransformGetCone_Internal() argument
1492 PetscCall(DMPlexTransformGetTargetPoint(tr, pct, ft, pp, pr, &coneNew[c])); in DMPlexTransformGetCone_Internal()
1509 newcone[c] = coneNew[arr[c * 2 + 0]]; in DMPlexTransformGetCone_Internal()
1511 …",%" PetscInt_FMT ") for %s %" PetscInt_FMT, newornt[c], -nO, nO, DMPolytopeTypes[ft], coneNew[c]); in DMPlexTransformGetCone_Internal()
1514 coneNew[c] = newcone[c]; in DMPlexTransformGetCone_Internal()
1530 PetscInt *coneNew, *orntNew; in DMPlexTransformSetCones() local
1537 PetscCall(DMGetWorkArray(rdm, maxConeSize, MPIU_INT, &coneNew)); in DMPlexTransformSetCones()
1553 …MPlexTransformGetCone_Internal(tr, p, 0, ct, ctNew, rcone, &coff, rornt, &ooff, coneNew, orntNew)); in DMPlexTransformSetCones()
1554 PetscCall(DMPlexSetCone(rdm, pNew, coneNew)); in DMPlexTransformSetCones()
1559 PetscCall(DMRestoreWorkArray(rdm, maxConeSize, MPIU_INT, &coneNew)); in DMPlexTransformSetCones()