Searched refs:DMPlexSetConeOrientation (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 342 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 D | plexcreate.c | 1341 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 D | plexinterpolate.c | 719 PetscCall(DMPlexSetConeOrientation(idm, p + poff, cone)); in DMPlexInterpolateFaces_Internal() 737 PetscCall(DMPlexSetConeOrientation(idm, c + poff, cone)); in DMPlexInterpolateFaces_Internal()
|
| H A D | plexsubmesh.c | 616 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 D | plexorient.c | 46 PetscCall(DMPlexSetConeOrientation(dm, p, newornt)); in DMPlexOrientPoint()
|
| H A D | plexsfc.c | 1259 PetscCall(DMPlexSetConeOrientation(dm, e, orient)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plex.c | 3531 PetscErrorCode DMPlexSetConeOrientation(DM dm, PetscInt p, const PetscInt coneOrientation[]) in DMPlexSetConeOrientation() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 30 PetscErrorCode DMPlexSetConeOrientation(PetscDM, PetscInt, const PetscInt[])
|
| H A D | DMPlex.pyx | 620 CHKERR(DMPlexSetConeOrientation(self.dm, cp, iorie)) 714 petsc.DMPlexSetConeOrientation 727 CHKERR(DMPlexSetConeOrientation(self.dm, cp, iorie))
|
| /petsc/include/ |
| H A D | petscdmplex.h | 53 PETSC_EXTERN PetscErrorCode DMPlexSetConeOrientation(DM, PetscInt, const PetscInt[]);
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1555 PetscCall(DMPlexSetConeOrientation(rdm, pNew, orntNew)); in DMPlexTransformSetCones()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2188 PetscCall(DMPlexSetConeOrientation(dm, points[p], ornt)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
|