Home
last modified time | relevance | path

Searched refs:table (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Dblasius.h36 double table[4][3] = { in ChebyshevEval() local
44 f[i] = table[i][0] * Tf[0] + table[i][1] * Tf[1] + table[i][2] * Tf[2]; in ChebyshevEval()
48 table[0][i % 3] = 2 * x * table[0][(i - 1) % 3] - table[0][(i - 2) % 3]; in ChebyshevEval()
52 table[j][i % 3] = i * (2 * table[j - 1][(i - 1) % 3] + table[j][(i - 2) % 3] / (i - 2)); in ChebyshevEval()
55 f[j] += table[j][i % 3] * Tf[i]; in ChebyshevEval()
/honee/doc/
H A Druntime_options.md7 :::{list-table} Common Runtime Options
81 :::{list-table} File I/O Options
142 :::{list-table} Testing Options
174 :::{list-table} Logging Options
222 :::{list-table} Nondimensionalization Options
249 :::{list-table} Boundary Condition Options
285 :::{list-table} 2D Face ID Labels
308 :::{list-table} 3D Face ID Labels
400 :::{list-table} Newtonian Ideal Gas problems Runtime Options
H A Dexamples.md25 :::{list-table} Gaussian Wave Runtime Options
130 :::{list-table} Density Current Runtime Options
196 :::{list-table} Channel Runtime Options
257 :::{list-table} Boundary Layer Meshing Runtime Options
307 :::{list-table} Blasius Runtime Options
399 :::{list-table} Taylor-Green Vortex Runtime Options
439 :::{list-table} Isentropic Vortex Runtime Options
512 :::{list-table} Shock Tube Runtime Options
619 :::{list-table} Advection Runtime Options
H A Dauxiliary.md88 :::{list-table} Spanwise Turbulent Statistics Runtime Options
262 :::{list-table} Differential Filtering Runtime Options
332 :::{list-table} SmartSim Runtime Options
353 :::{list-table} *In Situ* Machine-Learning Training Runtime Options
398 :::{list-table} *In Situ* Machine-Learning Training Runtime Options
H A Dtheory.md414 :::{list-table} SGS Model Options
468 :::{list-table} Data-driven SGS Model Options
613 The `STGInflow.dat` file is a table of values at given distances from the wall.
622 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_…
629 The following table is presented to help clarify the dimensionality of the numerous terms in the ST…
650 :::{list-table} STG Runtime Options
726 :::{list-table} IDL Runtime Options
/honee/
H A DDoxyfile358 # to that level are automatically included in the table of contents, even if
1511 # HTML files also contain an index, a table of contents, and you can search for
1547 # The BINARY_TOC flag controls whether a binary table of contents is generated
1548 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1556 # the table of contents of the HTML help documentation and to the tree view.