Lines Matching refs:an
23 distributed in parallel over the ranks of an `MPI_Comm`. It is, however,
42 giving a rectangular local subdomain on each rank. This is extended by an element-wise stencil width
43 of *ghost* elements to create an atlas of overlapping patches.
70 strata have different numbers of points (e.g. in 1D there is an "extra" vertex on the right). This …
77 …representation of the unknown. The 4 local representations are shown, with an (elementwise) stenci…
84 The following snippet give an example of this usage.
124 Internally, each point is canonically associated with an element (top-level point (cell)). For purp…
125 regular-blocked storage, an element is grouped with lower-dimensional points left of, below ("down"…
132 with an element is
147 …) unknown in the global representation. See {numref}`figure_dmstag_numbering_local` for an example.
149 … whether a domain boundary is present. See {numref}`figure_dmstag_numbering_global` for an example.
163 It should be noted that this is an *interlaced* (AoS) representation. If a segregated (SoA) represe…
165 quickly create additional `DMSTAG` objects from an initial one.