Searched refs:DMPlexOrientPoint (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex69.c | 631 PetscCall(DMPlexOrientPoint(*dm, 8, -1)); in CreateQuadMesh1() 634 PetscCall(DMPlexOrientPoint(*dm, 7, -1)); in CreateQuadMesh1() 764 PetscCall(DMPlexOrientPoint(*dm, 10, -1)); in CreateHexMesh1() 767 PetscCall(DMPlexOrientPoint(*dm, 9, -1)); in CreateHexMesh1()
|
| H A D | ex13.c | 109 if (c % 2) PetscCall(DMPlexOrientPoint(dm, c, -1)); in ScrambleOrientation()
|
| H A D | ex18.c | 558 PetscCall(DMPlexOrientPoint(*dm, ifp[rank], user->ornt[rank])); in CreateSimplex_3D()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 111 PetscCall(DMPlexOrientPoint(dm, cell, o)); in ReorientCell() 176 PetscCall(DMPlexOrientPoint(dm1, 0, o2)); in VerifyCayleyTable() 178 PetscCall(DMPlexOrientPoint(dm1, 0, o1)); in VerifyCayleyTable() 183 PetscCall(DMPlexOrientPoint(dm2, 0, o3)); in VerifyCayleyTable() 224 PetscCall(DMPlexOrientPoint(dm1, 0, o)); in VerifyInverse() 226 PetscCall(DMPlexOrientPoint(dm1, 0, oi)); in VerifyInverse()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 18 PetscErrorCode DMPlexOrientPoint(DM dm, PetscInt p, PetscInt o) in DMPlexOrientPoint() function 689 if (PetscBTLookup(flippedCells, c - cStart)) PetscCall(DMPlexOrientPoint(dm, c, -1)); in DMPlexOrient() 1085 PetscCall(DMPlexOrientPoint(dm, cell, -1)); in DMPlexOrientCells_Internal() 1099 PetscCall(DMPlexOrientPoint(dm, cell, -1)); in DMPlexOrientCells_Internal()
|
| H A D | plexsfc.c | 409 PetscCall(DMPlexOrientPoint(dm, point, ornt)); in DMPlexOrientPointWithCorrections() 1375 PetscCall(DMPlexOrientPoint(dm, f, face_orient_dim[dim][bc])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plexinterpolate.c | 917 PetscCall(DMPlexOrientPoint(dm, p, o)); in DMPlexOrientInterface_Internal()
|
| H A D | plexsubmesh.c | 3557 if (fornt < 0) PetscCall(DMPlexOrientPoint(subdm, subpoint, fornt)); in DMPlexCreateSubmeshGeneric_Interpolated()
|
| /petsc/src/tao/tutorials/ |
| H A D | ex3.c | 127 PetscCall(DMPlexOrientPoint(*dm, 0, -1)); in CreateMesh()
|
| /petsc/doc/changes/ |
| H A D | 316.md | 233 - Remove `DMPlexReverseCell()` and `DMPlexOrientCell()` in favor of `DMPlexOrientPoint()`
|
| /petsc/include/ |
| H A D | petscdmplex.h | 67 PETSC_EXTERN PetscErrorCode DMPlexOrientPoint(DM, PetscInt, PetscInt);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 3396 PetscCall(DMPlexOrientPoint(refdm, 0, o)); in PetscQuadratureComputePermutations()
|