Home
last modified time | relevance | path

Searched refs:DMPlexSetConeOrientation (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfluent.c342 PetscCall(DMPlexSetConeOrientation(dm, cell, newOrnt)); in ReorderPolygon()
403 PetscCall(DMPlexSetConeOrientation(dm, cell, newOrnt)); in ReorderTetrahedron()
492 PetscCall(DMPlexSetConeOrientation(dm, cell, newOrnt)); in ReorderHexahedron()
597 PetscCall(DMPlexSetConeOrientation(dm, cell, newOrnt)); in ReorderWedge()
H A Dplexcreate.c1341 PetscCall(DMPlexSetConeOrientation(dm, cell, ornts + 3 * c)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1600 PetscCall(DMPlexSetConeOrientation(dm, cell, ornt)); in DMPlexCreateCubeMesh_Internal()
1636 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
1669 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
1713 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
3351 PetscCall(DMPlexSetConeOrientation(dm, 0, ornt)); in DMPlexCreateSphereMesh_Internal()
3362 PetscCall(DMPlexSetConeOrientation(dm, 1, ornt)); in DMPlexCreateSphereMesh_Internal()
3373 PetscCall(DMPlexSetConeOrientation(dm, 2, ornt)); in DMPlexCreateSphereMesh_Internal()
3384 PetscCall(DMPlexSetConeOrientation(dm, 3, ornt)); in DMPlexCreateSphereMesh_Internal()
3395 PetscCall(DMPlexSetConeOrientation(dm, 4, ornt)); in DMPlexCreateSphereMesh_Internal()
[all …]
H A Dplexinterpolate.c719 PetscCall(DMPlexSetConeOrientation(idm, p + poff, cone)); in DMPlexInterpolateFaces_Internal()
737 PetscCall(DMPlexSetConeOrientation(idm, c + poff, cone)); in DMPlexInterpolateFaces_Internal()
H A Dplexsubmesh.c616 PetscCall(DMPlexSetConeOrientation(dmNew, newp, orientations)); in DMPlexShiftPoints_Internal()
1525 PetscCall(DMPlexSetConeOrientation(sdm, splitp, ornt)); in DMPlexConstructCohesiveCells_Internal()
1602 PetscCall(DMPlexSetConeOrientation(sdm, hybcell, coneONew)); in DMPlexConstructCohesiveCells_Internal()
3556 PetscCall(DMPlexSetConeOrientation(subdm, subpoint, orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplexorient.c46 PetscCall(DMPlexSetConeOrientation(dm, p, newornt)); in DMPlexOrientPoint()
H A Dplexsfc.c1259 PetscCall(DMPlexSetConeOrientation(dm, e, orient)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
H A Dplex.c3531 PetscErrorCode DMPlexSetConeOrientation(DM dm, PetscInt p, const PetscInt coneOrientation[]) in DMPlexSetConeOrientation() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi30 PetscErrorCode DMPlexSetConeOrientation(PetscDM, PetscInt, const PetscInt[])
H A DDMPlex.pyx620 CHKERR(DMPlexSetConeOrientation(self.dm, cp, iorie))
714 petsc.DMPlexSetConeOrientation
727 CHKERR(DMPlexSetConeOrientation(self.dm, cp, iorie))
/petsc/include/
H A Dpetscdmplex.h53 PETSC_EXTERN PetscErrorCode DMPlexSetConeOrientation(DM, PetscInt, const PetscInt[]);
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1555 PetscCall(DMPlexSetConeOrientation(rdm, pNew, orntNew)); in DMPlexTransformSetCones()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2188 PetscCall(DMPlexSetConeOrientation(dm, points[p], ornt)); in DMPlexTopologyLoad_HDF5_Legacy_Private()