|
16 | 16 | <script src="_static/documentation_options.js?v=2709fde1"></script> |
17 | 17 | <script src="_static/doctools.js?v=9bcbadda"></script> |
18 | 18 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
19 | | - <script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> |
20 | 19 | <script src="_static/js/theme.js"></script> |
21 | 20 | <link rel="index" title="Index" href="genindex.html" /> |
22 | 21 | <link rel="search" title="Search" href="search.html" /> |
|
82 | 81 | <section id="input-deck-for-solver-parameters"> |
83 | 82 | <span id="inputdeck"></span><h1>Input Deck for Solver Parameters<a class="headerlink" href="#input-deck-for-solver-parameters" title="Link to this heading"></a></h1> |
84 | 83 | <p>To become</p> |
85 | | -<table class="docutils align-default"> |
86 | | -<thead> |
87 | | -<tr class="row-odd"><th class="head"><p>Variable Name</p></th> |
88 | | -<th class="head"><p>Size</p></th> |
89 | | -<th class="head"><p>Meaning</p></th> |
90 | | -</tr> |
91 | | -</thead> |
92 | | -<tbody> |
93 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">comm</span></code></p></td> |
94 | | -<td><p>1</p></td> |
95 | | -<td><p>MPI communicator</p></td> |
96 | | -</tr> |
97 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">device</span></code></p></td> |
98 | | -<td><p>1</p></td> |
99 | | -<td><p>backend device</p></td> |
100 | | -</tr> |
101 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">dim</span></code></p></td> |
102 | | -<td><p>1</p></td> |
103 | | -<td><p>spatial dimension of mesh</p></td> |
104 | | -</tr> |
105 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">elementInfo</span></code></p></td> |
106 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span></code></p></td> |
107 | | -<td><p>phase of element (0 = fluid, 1 = solid)</p></td> |
108 | | -</tr> |
109 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">EToB</span></code></p></td> |
110 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span> <span class="pre">*</span> <span class="pre">Nfaces</span></code></p></td> |
111 | | -<td><p><span class="math notranslate nohighlight">\(\checkmark\)</span> boundary ID for each face</p></td> |
112 | | -</tr> |
113 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">N</span></code></p></td> |
114 | | -<td><p>1</p></td> |
115 | | -<td><p>polynomial order for each dimension</p></td> |
116 | | -</tr> |
117 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">NboundaryFaces</span></code></p></td> |
118 | | -<td><p>1</p></td> |
119 | | -<td><p><em>total</em> number of faces on a boundary (rank sum)</p></td> |
120 | | -</tr> |
121 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span></code></p></td> |
122 | | -<td><p>1</p></td> |
123 | | -<td><p>number of elements</p></td> |
124 | | -</tr> |
125 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">Nfaces</span></code></p></td> |
126 | | -<td><p>1</p></td> |
127 | | -<td><p>number of faces per element</p></td> |
128 | | -</tr> |
129 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">Nfp</span></code></p></td> |
130 | | -<td><p>1</p></td> |
131 | | -<td><p>number of quadrature points per face</p></td> |
132 | | -</tr> |
133 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">Np</span></code></p></td> |
134 | | -<td><p>1</p></td> |
135 | | -<td><p>number of quadrature points per element</p></td> |
136 | | -</tr> |
137 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">rank</span></code></p></td> |
138 | | -<td><p>1</p></td> |
139 | | -<td><p>parallel process rank</p></td> |
140 | | -</tr> |
141 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">size</span></code></p></td> |
142 | | -<td><p>1</p></td> |
143 | | -<td><p>size of MPI communicator</p></td> |
144 | | -</tr> |
145 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">vmapM</span></code></p></td> |
146 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span> <span class="pre">*</span> <span class="pre">Nfaces</span> <span class="pre">*</span> <span class="pre">Nfp</span></code></p></td> |
147 | | -<td><p>quadrature point index for faces on boundaries</p></td> |
148 | | -</tr> |
149 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">x</span></code></p></td> |
150 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span> <span class="pre">*</span> <span class="pre">Np</span></code></p></td> |
151 | | -<td><p><span class="math notranslate nohighlight">\(x\)</span>-coordinates of quadrature points</p></td> |
152 | | -</tr> |
153 | | -<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">y</span></code></p></td> |
154 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span> <span class="pre">*</span> <span class="pre">Np</span></code></p></td> |
155 | | -<td><p><span class="math notranslate nohighlight">\(y\)</span>-coordinates of quadrature points</p></td> |
156 | | -</tr> |
157 | | -<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">z</span></code></p></td> |
158 | | -<td><p><code class="docutils literal notranslate"><span class="pre">Nelements</span> <span class="pre">*</span> <span class="pre">Np</span></code></p></td> |
159 | | -<td><p><span class="math notranslate nohighlight">\(z\)</span>-coordinates of quadrature points</p></td> |
160 | | -</tr> |
161 | | -</tbody> |
162 | | -</table> |
163 | 84 | <p id="flow-vars">Flow So</p> |
164 | 85 | </section> |
165 | 86 |
|
|
0 commit comments