Searched refs:orientations (Results 1 – 8 of 8) sorted by relevance
| /petsc/systems/Apple/iOS/examples/Basic/Classes/ |
| H A D | iphoneViewController.m | 44 // Override to allow orientations other than the default portrait orientation. 46 // Return YES for supported orientations
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneViewController.m | 53 // Override to allow orientations other than the default portrait orientation. 55 // Return YES for supported orientations
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 118 TODO: fill this out with regard to orientations. 213 #### Symmetries: Accessing data from different orientations 336 taking into account the orientations of various mesh points: 530 dataset /topologies/plexA/topology/strata/0/orientations 534 dataset /topologies/plexA/topology/strata/1/orientations 538 dataset /topologies/plexA/topology/strata/2/orientations 542 dataset /topologies/plexA/topology/strata/3/orientations 548 …ntities) have an implicit global numbering, given by the position in `orientations` (or `cone_size… 555 The orientation of the cone with respect to point `i` is then stored in `orientations[i]`.
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 841 PetscInt *coneSizes, *cones, *orientations; in DMPlexTopologyView_HDF5_Inner_Private() local 863 PetscCall(PetscMalloc1(conesSize, &orientations)); in DMPlexTopologyView_HDF5_Inner_Private() 875 orientations[c] = ornt[cp]; in DMPlexTopologyView_HDF5_Inner_Private() 884 PetscCall(ISCreateGeneral(comm, conesSize, orientations, PETSC_OWN_POINTER, &orientationsIS)); in DMPlexTopologyView_HDF5_Inner_Private() 2126 const PetscInt *points, *coneSizes, *cones, *orientations; in DMPlexTopologyLoad_HDF5_Legacy_Private() local 2180 PetscCall(ISGetIndices(orientationsIS, &orientations)); in DMPlexTopologyLoad_HDF5_Legacy_Private() 2185 ornt[c] = orientations[q]; in DMPlexTopologyLoad_HDF5_Legacy_Private() 2213 PetscCall(ISRestoreIndices(orientationsIS, &orientations)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 595 An array of orientations, defaults to `None`. 673 """Return the orientations on the in-edges for this point in the DAG. 699 """Set the orientations on the in-edges for this point in the DAG. 708 An array of orientations. 1185 """Return the points and orientations on the transitive closure of this point. 1200 orientations : ArrayInt 1201 The orientations.
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2036 PetscInt *coneSizes, *cones, *orientations; in DMPlexTreeRefineCell() local 2049 PetscCall(DMPlexGetConeOrientations(dm, &orientations)); in DMPlexTreeRefineCell() 2055 PetscCall(DMPlexCreateFromDAG(*ncdm, dim, counts, coneSizes, cones, orientations, NULL)); in DMPlexTreeRefineCell()
|
| H A D | plexsubmesh.c | 608 const PetscInt *points = NULL, *orientations = NULL; in DMPlexShiftPoints_Internal() local 613 PetscCall(DMPlexGetConeOrientation(dm, p, &orientations)); in DMPlexShiftPoints_Internal() 616 PetscCall(DMPlexSetConeOrientation(dmNew, newp, orientations)); in DMPlexShiftPoints_Internal()
|
| /petsc/doc/ |
| H A D | petsc.bib | 25795 title = {Optimization of beam orientations in radiation therapy: some theoretical
|