@@ -138,28 +138,49 @@ Geometry information are read from binary files. :attr:`Step.geom
138138<stagpy._step.Step.geom> ` has various attributes defining the geometry of
139139the problem.
140140
141- ``cartesian ``, ``curvilinear ``, ``cylindrical ``, ``spherical `` and ``yinyang ``
142- booleans define the shape of the domain (``curvilinear `` being the opposite of
143- ``cartesian ``, ``True `` if ``cylindrical `` or ``spherical `` is ``True ``).
144-
145- ``twod_xz ``, ``twod_yz ``, ``twod `` and ``threed `` booleans indicate the number
146- of spatial dimensions in the simulation. Note that fields are always four
141+ :attr: `~stagpy._step._Geometry.cartesian `,
142+ :attr: `~stagpy._step._Geometry.curvilinear `,
143+ :attr: `~stagpy._step._Geometry.cylindrical `,
144+ :attr: `~stagpy._step._Geometry.spherical ` and
145+ :attr: `~stagpy._step._Geometry.yinyang ` booleans define the shape of the domain
146+ (:attr: `~stagpy._step._Geometry.curvilinear ` being the opposite of
147+ :attr: `~stagpy._step._Geometry.cartesian `, ``True `` if
148+ :attr: `~stagpy._step._Geometry.cylindrical ` or
149+ :attr: `~stagpy._step._Geometry.spherical ` is ``True ``).
150+
151+ :attr: `~stagpy._step._Geometry.twod_xz `,
152+ :attr: `~stagpy._step._Geometry.twod_yz `, :attr: `~stagpy._step._Geometry.twod `
153+ and :attr: `~stagpy._step._Geometry.threed ` booleans indicate the number of
154+ spatial dimensions in the simulation. Note that fields are always four
147155dimensional arrays (spatial + blocks) regardless of the actual dimension of the
148156domain.
149157
150- ``nxtot ``, ``nytot ``, ``nztot ``, ``nbtot ``, ``nttot ``, ``nptot `` and ``nrtot ``
151- are the total number of points in the various spatial directions. Note that
152- ``nttot ``, ``nptot `` and ``nrtot `` are the same as ``nxtot ``, ``nytot `` and
153- ``nztot `` regardless of whether the geometry is cartesian or curvilinear.
154-
155- ``x_centers ``, ``y_centers ``, and ``z_centers `` as well as ``t_centers ``,
156- ``p_centers ``, and ``r_centers `` are the coordinates of cell centers in the
157- three directions. As for the total number of points, they are the same
158+ :attr: `~stagpy._step._Geometry.nxtot `, :attr: `~stagpy._step._Geometry.nytot `,
159+ :attr: `~stagpy._step._Geometry.nztot `, :attr: `~stagpy._step._Geometry.nbtot `,
160+ :attr: `~stagpy._step._Geometry.nttot `, :attr: `~stagpy._step._Geometry.nptot `
161+ and :attr: `~stagpy._step._Geometry.nrtot ` are the total number of points in the
162+ various spatial directions. Note that :attr: `~stagpy._step._Geometry.nttot `,
163+ :attr: `~stagpy._step._Geometry.nptot ` and :attr: `~stagpy._step._Geometry.nrtot `
164+ are the same as :attr: `~stagpy._step._Geometry.nxtot `,
165+ :attr: `~stagpy._step._Geometry.nytot ` and :attr: `~stagpy._step._Geometry.nztot `
166+ regardless of whether the geometry is cartesian or curvilinear.
167+
168+ :attr: `~stagpy._step._Geometry.x_centers `,
169+ :attr: `~stagpy._step._Geometry.y_centers `, and
170+ :attr: `~stagpy._step._Geometry.z_centers ` as well as
171+ :attr: `~stagpy._step._Geometry.t_centers `,
172+ :attr: `~stagpy._step._Geometry.p_centers `, and
173+ :attr: `~stagpy._step._Geometry.r_centers ` are the coordinates of cell centers
174+ in the three directions. As for the total number of points, they are the same
158175regardless of the actual geometry.
159176
160- Similarly to ``*_centers `` attributes, ``x_walls ``, ``y_walls ``, and
161- ``z_walls `` as well as ``t_walls ``, ``p_walls ``, and ``r_walls `` are the
162- coordinates of cell walls in the three directions.
177+ Similarly to ``*_centers `` attributes, :attr: `~stagpy._step._Geometry.x_walls `,
178+ :attr: `~stagpy._step._Geometry.y_walls `, and
179+ :attr: `~stagpy._step._Geometry.z_walls ` as well as
180+ :attr: `~stagpy._step._Geometry.t_walls `,
181+ :attr: `~stagpy._step._Geometry.p_walls `, and
182+ :attr: `~stagpy._step._Geometry.r_walls ` are the coordinates of cell walls in
183+ the three directions.
163184
164185Scalar and vector fields
165186------------------------
0 commit comments