Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c343 PetscCall(DMPlexRestoreOrientedCone(dm, cell, &cone, &ornt)); in ReorderPolygon()
401 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderTetrahedron()
404 PetscCall(DMPlexRestoreOrientedCone(dm, cell, &cone, &ornt)); in ReorderTetrahedron()
455 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderHexahedron()
489 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderHexahedron()
493 PetscCall(DMPlexRestoreOrientedCone(dm, cell, &cone, &ornt)); in ReorderHexahedron()
560 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderWedge()
594 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderWedge()
598 PetscCall(DMPlexRestoreOrientedCone(dm, cell, &cone, &ornt)); in ReorderWedge()
H A Dplexproject.c353 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_Field_Private()
529 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_BdField_Private()
H A Dplex.c3704 PetscErrorCode DMPlexRestoreOrientedCone(DM dm, PetscInt p, const PetscInt *cone[], const PetscInt … in DMPlexRestoreOrientedCone() function
4008 if (useCone) PetscCall(DMPlexRestoreOrientedCone(dm, p, arr, ornt)); in DMPlexRestoreTransitiveClosure_Hot_Private()
/petsc/src/dm/impls/plex/tests/
H A Dex57.c136 PetscCall(DMPlexRestoreOrientedCone(dmA, p, &cone, &ornt)); in CompareMeshes()
137 PetscCall(DMPlexRestoreOrientedCone(dmB, p, &coneB, &orntB)); in CompareMeshes()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1482 if (lc) PetscCall(DMPlexRestoreOrientedCone(dm, ppp, &pcone, NULL)); in DMPlexTransformGetCone_Internal()
1486 PetscCall(DMPlexRestoreOrientedCone(dm, ppp, NULL, &ppornt)); in DMPlexTransformGetCone_Internal()
1488 if (lc) PetscCall(DMPlexRestoreOrientedCone(dm, pp, &pcone, NULL)); in DMPlexTransformGetCone_Internal()
1496 PetscCall(DMPlexRestoreOrientedCone(dm, p, &cone, NULL)); in DMPlexTransformGetCone_Internal()
/petsc/doc/changes/
H A D319.md232 - Add `DMPlexGetOrientedCone()` and `DMPlexRestoreOrientedCone()` to return both cone and orientati…
/petsc/include/
H A Dpetscdmplex.h48 PETSC_EXTERN PetscErrorCode DMPlexRestoreOrientedCone(DM, PetscInt, const PetscInt *[], const Petsc…
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c664 PetscCall(DMPlexRestoreOrientedCone(dm, supp[0], &cone, &ornt)); in DMPlexTransformGetSubcellOrientation_Extrude()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c825 PetscCall(DMPlexRestoreOrientedCone(dm, supp[s], &cone, &ornt)); in DMFieldComputeFaceData_DS()