@@ -188,6 +188,7 @@ Solution Variables
188188
189189.. csv-table :: Solution Variables
190190 :header: Name,Size,Type,Short Description
191+ :widths: 5,10,5,75
191192
192193 ``vx ``, "(lx1,ly1,lz1,lelv)",real,x-velocity (:math: `u`)
193194 ``vy ``, "(lx1,ly1,lz1,lelv)",real,y-velocity (:math: `v`)
@@ -210,71 +211,46 @@ Solution Variables
210211Geometry Variables
211212..................
212213
213- .. table ::
214-
215- +---------------+---------------------------+-------------+-------------------------------------------+
216- | Variable Name | Size | Type | Short Description |
217- +===============+===========================+=============+===========================================+
218- | ``xm1 `` | (lx1,ly1,lz1,lelt) | real | x-coordinates for velocity mesh |
219- +---------------+---------------------------+-------------+-------------------------------------------+
220- | ``ym1 `` | (lx1,ly1,lz1,lelt) | real | y-coordinates for velocity mesh |
221- +---------------+---------------------------+-------------+-------------------------------------------+
222- | ``zm1 `` | (lx1,ly1,lz1,lelt) | real | z-coordinates for velocity mesh |
223- +---------------+---------------------------+-------------+-------------------------------------------+
224- | ``bm1 `` | (lx1,ly1,lz1,lelt) | real | mass matrix for velocity mesh |
225- +---------------+---------------------------+-------------+-------------------------------------------+
226- | ``binvm1 `` | (lx1,ly1,lz1,lelv) | real | inverse mass matrix for velocity mesh |
227- +---------------+---------------------------+-------------+-------------------------------------------+
228- | ``bintm1 `` | (lx1,ly1,lz1,lelt) | real | inverse mass matrix for t mesh |
229- +---------------+---------------------------+-------------+-------------------------------------------+
230- | ``volvm1 `` | -- | real | total volume for velocity mesh |
231- +---------------+---------------------------+-------------+-------------------------------------------+
232- | ``voltm1 `` | -- | real | total volume for t mesh |
233- +---------------+---------------------------+-------------+-------------------------------------------+
234- | ``xm2 `` | (lx2,ly2,lz2,lelv) | real | x-coordinates for pressure mesh |
235- +---------------+---------------------------+-------------+-------------------------------------------+
236- | ``ym2 `` | (lx2,ly2,lz2,lelv) | real | y-coordinates for pressure mesh |
237- +---------------+---------------------------+-------------+-------------------------------------------+
238- | ``zm2 `` | (lx2,ly2,lz2,lelv) | real | z-coordinates for pressure mesh |
239- +---------------+---------------------------+-------------+-------------------------------------------+
240- | ``unx `` | (lx1,ly1,6,lelt) | real | x-component of face unit normal |
241- +---------------+---------------------------+-------------+-------------------------------------------+
242- | ``uny `` | (lx1,ly1,6,lelt) | real | y-component of face unit normal |
243- +---------------+---------------------------+-------------+-------------------------------------------+
244- | ``unz `` | (lx1,ly1,6,lelt) | real | z-component of face unit normal |
245- +---------------+---------------------------+-------------+-------------------------------------------+
246- | ``area `` | (lx1,ly1,6,lelt) | real | face area (surface integral weights) |
247- +---------------+---------------------------+-------------+-------------------------------------------+
214+ .. csv-table :: Geometry Variables
215+ :header: Name,Size,Type,Description
216+ :widths: 5,10,5,75
217+
218+ ``xm1 `` ,"(lx1,ly1,lz1,lelt) ",real ,"x-coordinates for velocity mesh"
219+ ``ym1 `` ,"(lx1,ly1,lz1,lelt) ",real ,"y-coordinates for velocity mesh"
220+ ``zm1 `` ,"(lx1,ly1,lz1,lelt) ",real ,"z-coordinates for velocity mesh"
221+ ``bm1 `` ,"(lx1,ly1,lz1,lelt) ",real ,"mass matrix for velocity mesh"
222+ ``binvm1 `` ,"(lx1,ly1,lz1,lelv) ",real ,"inverse mass matrix for velocity mesh"
223+ ``bintm1 `` ,"(lx1,ly1,lz1,lelt) ",real ,"inverse mass matrix for t mesh"
224+ ``volvm1 `` ,"-- ",real ,"total volume for velocity mesh"
225+ ``voltm1 `` ,"-- ",real ,"total volume for t mesh"
226+ ``xm2 `` ,"(lx2,ly2,lz2,lelv) ",real ,"x-coordinates for pressure mesh"
227+ ``ym2 `` ,"(lx2,ly2,lz2,lelv) ",real ,"y-coordinates for pressure mesh"
228+ ``zm2 `` ,"(lx2,ly2,lz2,lelv) ",real ,"z-coordinates for pressure mesh"
229+ ``unx `` ,"(lx1,ly1,6,lelt) ",real ,"x-component of face unit normal"
230+ ``uny `` ,"(lx1,ly1,6,lelt) ",real ,"y-component of face unit normal"
231+ ``unz `` ,"(lx1,ly1,6,lelt) ",real ,"z-component of face unit normal"
232+ ``area `` ,"(lx1,ly1,6,lelt) ",real ,"face area (surface integral weights)"
233+
234+ .. _sec:probvars :
248235
249236.......................
250237Problem Setup Variables
251238.......................
252239
253- .. table ::
254-
255- +---------------+---------------------------+-------------+-------------------------------------------+
256- | Variable Name | Size | Type | Short Description |
257- +===============+===========================+=============+===========================================+
258- | ``nid `` | -- | integer | MPI rank id (lowest rank is always 0) |
259- +---------------+---------------------------+-------------+-------------------------------------------+
260- | ``nio `` | -- | integer | I/O node id |
261- +---------------+---------------------------+-------------+-------------------------------------------+
262- | ``nelv `` | -- | integer | number of elements in velocity mesh |
263- +---------------+---------------------------+-------------+-------------------------------------------+
264- | ``nelt `` | -- | integer | number of elements in t mesh |
265- +---------------+---------------------------+-------------+-------------------------------------------+
266- | ``ndim `` | -- | integer | dimensionality of problem (i.e. 2 or 3) |
267- +---------------+---------------------------+-------------+-------------------------------------------+
268- | ``nsteps `` | -- | integer | number of time steps to run |
269- +---------------+---------------------------+-------------+-------------------------------------------+
270- | ``iostep `` | -- | integer | time steps between data output |
271- +---------------+---------------------------+-------------+-------------------------------------------+
272- | ``cbc `` | (6,lelt,ldimt+1) | character*3 | boundary condition |
273- +---------------+---------------------------+-------------+-------------------------------------------+
274- | ``lglel `` | (lelt) | integer | local to global element number map |
275- +---------------+---------------------------+-------------+-------------------------------------------+
276- | ``gllel `` | (lelg) | integer | global to local element number map |
277- +---------------+---------------------------+-------------+-------------------------------------------+
240+ .. csv-table :: Problem Setup Variables
241+ :header: Name,Size,Type,Description
242+ :widths: 5,10,5,75
243+
244+ "``nid ``","--","integer","MPI rank id (lowest rank is always 0)"
245+ "``nio ``","--","integer","I/O node id"
246+ "``nelv ``","--","integer","number of elements in velocity mesh"
247+ "``nelt ``","--","integer","number of elements in t mesh"
248+ "``ndim ``","--","integer","dimensionality of problem (i.e. 2 or 3)"
249+ "``nsteps ``","--","integer","number of time steps to run"
250+ "``iostep ``","--","integer","time steps between data output"
251+ "``cbc ``","(6,lelt,ldimt+1)","character*3","character boundary condition, contains the 3-character BC code for every face of every element for every field"
252+ "``lglel ``","(lelt)","integer","local to global element number map"
253+ "``gllel ``","(lelg)","integer","global to local element number map"
278254
279255.. _sec:avgvars :
280256
0 commit comments