Searched refs:orient (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 954 const PetscInt *cone, *orient; in DMFieldComputeFaceData_DS() local 966 PetscCall(DMPlexGetConeOrientation(dm, cell, &orient)); in DMFieldComputeFaceData_DS() 971 co[p][s][1] = orient[f]; in DMFieldComputeFaceData_DS() 973 minOrient = PetscMin(minOrient, orient[f]); in DMFieldComputeFaceData_DS() 974 maxOrient = PetscMax(maxOrient, orient[f]); in DMFieldComputeFaceData_DS() 998 PetscInt orient = o + minOrient; in DMFieldComputeFaceData_DS() local 1007 if (orient == -2 || orient == 1) { in DMFieldComputeFaceData_DS() 1022 if (orient >= 0) { in DMFieldComputeFaceData_DS() 1023 for (i = 0; i < 3; i++) lambdao[i] = lambda[(orient + i) % 3]; in DMFieldComputeFaceData_DS() 1025 for (i = 0; i < 3; i++) lambdao[i] = lambda[(-(orient + i) + 3) % 3]; in DMFieldComputeFaceData_DS() [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/ |
| H A D | petscpyvista.py | 142 pl.add_mesh(grid.glyph(orient=scalars[0], scale="magnitudes")) 144 pl.add_mesh(grid.glyph(orient=scalars[0], scale=scalars[0]))
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmplex.py | 123 points, orient = self.plex.getTransitiveClosure(f, useCone=True) 165 self.plex.orient() 241 self.plex.orient()
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 514 " coneclose,orient = plex.getTransitiveClosure(i)\n", 515 " suppclose,orient = plex.getTransitiveClosure(i,useCone=False)\n",
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1249 PetscInt cone[8], orient[8] = {0}; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local 1259 PetscCall(DMPlexSetConeOrientation(dm, e, orient)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plexcreate.c | 4733 …PetscBool simplex = PETSC_TRUE, interpolate = PETSC_TRUE, orient = PETSC_FALSE, adjCone = PET… in DMPlexCreateFromOptions_Internal() local 4755 …ionsBool("-dm_plex_orient", "Orient the constructed mesh", "DMPlexOrient", orient, &orient, &flg)); in DMPlexCreateFromOptions_Internal() 4996 if (orient) PetscCall(DMPlexOrient(dm)); in DMPlexCreateFromOptions_Internal()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1620 PetscInt orient = PETSC_INT_MIN; in DMPlexCreateConnectivity_pforest() local 1629 orient = DMPolytopeConvertNewOrientation_Internal(ct, ornt[i]); in DMPlexCreateConnectivity_pforest() 1651 …myOrnt[s] = DihedralCompose(N, orient, DMPolytopeConvertNewOrientation_Internal(ct, P4estFaceToPet… in DMPlexCreateConnectivity_pforest()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 939 def orient(self) -> None: member in DMPlex
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 5705 (jump/orient-zone-based-on-flow? #t) 6580 (narrow-gaps/force-orient-faces? #f)
|