Home
last modified time | relevance | path

Searched refs:chart (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/tests/output/
H A Dex6_3.out1 Created label with chart [0, 10000) and set 2237 values
H A Dex6_1.out1 Created label with chart [0, 10000) and set 965 values
H A Dex6_2.out1 Created label with chart [0, 10000) and set 491 values
H A Dex6.out1 Created label with chart [0, 1000) and set 92 values
H A Dex6_0.out1 Created label with chart [0, 1000) and set 92 values
/petsc/src/dm/impls/plex/tests/
H A Dex18.c1020 PetscInt chart[2], p; in PetscSectionReplicate_Private() local
1026 if (rank == rootrank) PetscCall(PetscSectionGetChart(sec0, &chart[0], &chart[1])); in PetscSectionReplicate_Private()
1027 PetscCallMPI(MPI_Bcast(chart, 2, MPIU_INT, rootrank, comm)); in PetscSectionReplicate_Private()
1028 PetscCall(PetscMalloc1(chart[1] - chart[0], &dofarr)); in PetscSectionReplicate_Private()
1030 …for (p = chart[0]; p < chart[1]; p++) PetscCall(PetscSectionGetDof(sec0, p, &dofarr[p - chart[0]])… in PetscSectionReplicate_Private()
1032 PetscCallMPI(MPI_Bcast(dofarr, (PetscMPIInt)(chart[1] - chart[0]), MPIU_INT, rootrank, comm)); in PetscSectionReplicate_Private()
1034 PetscCall(PetscSectionSetChart(sec, chart[0], chart[1])); in PetscSectionReplicate_Private()
1035 for (p = chart[0]; p < chart[1]; p++) PetscCall(PetscSectionSetDof(sec, p, dofarr[p - chart[0]])); in PetscSectionReplicate_Private()
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb91 …h entities are stored as integers in a single array called a chart. Each entity in the chart is ca…
96 …f a dimension lower which make up that entity. So we can loop through the chart and print out each…
146 …original mesh encoding. Here we summarize what we observe from the cones of the chart entities.\n",
210 …el called 'depth'. This labels each entity based on how deep it is in the chart. You could also th…
286 …pport. The DMPlex has support for identifying the range of indices in the chart which correspond t…
383 … local to global mapping of vertices (smallest depth in chart) and cells (largest depth in chart) …
/petsc/doc/manual/
H A Dsection.md31 …nd are defined to be in some range $[\mathrm{pStart}, \mathrm{pEnd})$, which is called a **chart**.
32 The chart of a `PetscSection` is set via `PetscSectionSetChart()`.
54 1. Specify the range of points, or chart, with `PetscSectionSetChart()`.
68 The fields inherit the same chart as the "parent" `PetscSection`.
76 1. Specify the range of points, or chart, with `PetscSectionSetChart()`. All fields share the same
H A Ddmcommonality.md64 `DMPlexGetHeightStratum()` to access the chart (beginning and end indices) of the cell entities. Th…
81 To iterate over graph vertices (nodes) one uses `DMNetworkGetVertexRange()` to provide its chart (t…
82 and `DMNetworkGetEdgeRange()` to provide the chart of the edges. One can then iterate over the mode…
H A Ddmplex.md68 Note that a *chart* here corresponds to a semi-closed interval (e.g
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx516 The point, which must lie in the chart set with `DMPlex.setChart`.
540 The point, which must lie in the chart set with `DMPlex.setChart`.
565 The point, which must lie in the chart set with `DMPlex.setChart`.
591 The point, which must lie in the chart set with `DMPlex.setChart`.
630 The point, which must lie in the chart set with `DMPlex.setChart`.
655 The point, which must lie in the chart set with `DMPlex.setChart`
680 The point, which must lie in the chart set with `DMPlex.setChart`.
706 The point, which must lie in the chart set with `DMPlex.setChart`.
796 The point, which must lie in the chart set with `DMPlex.setChart`.
820 The point, which must lie in the chart set with `DMPlex.setChart`.
[all …]