Home
last modified time | relevance | path

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

/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c34 PetscInt *rsize, *rcone, *rornt; in DMLabelEphemeralComputeStratumSize_Private() local
38 … PetscCall(DMPlexTransformCellTransform(tr, ct, point, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMLabelEphemeralComputeStratumSize_Private()
71 PetscInt *rsize, *rcone, *rornt; in DMLabelGetStratumIS_Ephemeral() local
75 … PetscCall(DMPlexTransformCellTransform(tr, ct, point, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMLabelGetStratumIS_Ephemeral()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c422 PetscInt *rsize, *rcone, *rornt, Nct, n, r; in DMPlexTransformDestroy() local
425 …DMPlexTransformCellTransform(*tr, (DMPolytopeType)c, 0, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMPlexTransformDestroy()
1402 PetscInt *rsize, *rcone, *rornt; in DMPlexTransformSetConeSizes() local
1406 PetscCall(DMPlexTransformCellTransform(tr, ct, p, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMPlexTransformSetConeSizes()
1440 …topeType ctNew, const PetscInt rcone[], PetscInt *coneoff, const PetscInt rornt[], PetscInt *ornto… in DMPlexTransformGetCone_Internal() argument
1467 …PetscInt fo = rornt[ooff++]; /* Orientation of new cone point in pN… in DMPlexTransformGetCone_Internal()
1543 PetscInt *rsize, *rcone, *rornt; in DMPlexTransformSetCones() local
1547 PetscCall(DMPlexTransformCellTransform(tr, ct, p, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMPlexTransformSetCones()
1553 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, ctNew, rcone, &coff, rornt, &ooff, coneNew… in DMPlexTransformSetCones()
1574 PetscInt *rsize, *rcone, *rornt, *qcone, *qornt; in DMPlexTransformGetConeOriented() local
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex41.c65 PetscInt *rsize, *rcone, *rornt; in ConstructRefineTree() local
71 PetscCall(DMPlexTransformCellTransform(tr, ct, c, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in ConstructRefineTree()
/petsc/src/dm/impls/plex/
H A Dplexextrude.c99 PetscInt *rsize, *rcone, *rornt; in DMPlexExtrude() local
103 PetscCall(DMPlexTransformCellTransform(tr, ct, p, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMPlexExtrude()
H A Dplex.c8614 PetscInt *rsize, *rcone, *rornt, Nt; in DMPlexMatSetClosureRefined() local
8618 PetscCall(DMPlexTransformCellTransform(tr, ct, point, NULL, &Nt, &rct, &rsize, &rcone, &rornt)); in DMPlexMatSetClosureRefined()
8774 PetscInt *rsize, *rcone, *rornt, Nt; in DMPlexMatGetClosureIndicesRefined() local
8778 PetscCall(DMPlexTransformCellTransform(tr, ct, point, NULL, &Nt, &rct, &rsize, &rcone, &rornt)); in DMPlexMatGetClosureIndicesRefined()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c255 PetscInt *rsize, *rcone, *rornt; in CheckSubcells() local
277 PetscCall(DMPlexTransformCellTransform(tr, ct, p, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in CheckSubcells()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c1238 PetscInt *rsize, *rcone, *rornt; in DMPlexTransformCohesiveExtrudeGetUnsplit() local
1242 … PetscCall(DMPlexTransformCellTransform(tr, ct, point, NULL, &Nct, &rct, &rsize, &rcone, &rornt)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
/petsc/src/ts/tutorials/
H A Dex30.c1104 PetscInt *rsize, *rcone, *rornt, Nt; in SaveToFile() local
1109 PetscCall(DMPlexTransformCellTransform(tr, ct, c, NULL, &Nt, &rct, &rsize, &rcone, &rornt)); in SaveToFile()