Searched refs:orntNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1440 …tscInt *coneoff, const PetscInt rornt[], PetscInt *orntoff, PetscInt coneNew[], PetscInt orntNew[]) in DMPlexTransformGetCone_Internal() argument 1493 orntNew[c] = fo; in DMPlexTransformGetCone_Internal() 1510 newornt[c] = DMPolytopeTypeComposeOrientation(ft, arr[c * 2 + 1], orntNew[arr[c * 2 + 0]]); in DMPlexTransformGetCone_Internal() 1515 orntNew[c] = newornt[c]; in DMPlexTransformGetCone_Internal() 1530 PetscInt *coneNew, *orntNew; in DMPlexTransformSetCones() local 1538 PetscCall(DMGetWorkArray(rdm, maxConeSize, MPIU_INT, &orntNew)); in DMPlexTransformSetCones() 1553 …MPlexTransformGetCone_Internal(tr, p, 0, ct, ctNew, rcone, &coff, rornt, &ooff, coneNew, orntNew)); in DMPlexTransformSetCones() 1555 PetscCall(DMPlexSetConeOrientation(rdm, pNew, orntNew)); in DMPlexTransformSetCones() 1560 PetscCall(DMRestoreWorkArray(rdm, maxConeSize, MPIU_INT, &orntNew)); in DMPlexTransformSetCones()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3380 PetscInt *numSubPoints, *firstSubPoint, *coneNew, *orntNew; in DMPlexCreateSubmeshGeneric_Interpolated() local 3506 PetscCall(PetscMalloc2(maxConeSize, &coneNew, maxConeSize, &orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated() 3550 orntNew[coneSizeNew] = ornt[c]; in DMPlexCreateSubmeshGeneric_Interpolated() 3556 PetscCall(DMPlexSetConeOrientation(subdm, subpoint, orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated() 3560 PetscCall(PetscFree2(coneNew, orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated()
|