Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dblasius.h42 double table[4][3] = { in ChebyshevEval() local
51 f[i] = table[i][0] * Tf[0] + table[i][1] * Tf[1] + table[i][2] * Tf[2]; in ChebyshevEval()
55 table[0][i % 3] = 2 * x * table[0][(i - 1) % 3] - table[0][(i - 2) % 3]; in ChebyshevEval()
59 table[j][i % 3] = i * (2 * table[j - 1][(i - 1) % 3] + table[j][(i - 2) % 3] / (i - 2)); in ChebyshevEval()
62 f[j] += table[j][i % 3] * Tf[i]; in ChebyshevEval()
/libCEED/examples/fluids/
H A DREADME.md31 :::{list-table} Common Runtime Options
189 :::{list-table} 2D Face ID Labels
212 :::{list-table} 3D Face ID Labels
306 :::{list-table} Advection Runtime Options
426 :::{list-table} Isentropic Vortex Runtime Options
475 :::{list-table} Shock Tube Runtime Options
514 :::{list-table} Newtonian Ideal Gas problems Runtime Options
677 :::{list-table} Gaussian Wave Runtime Options
736 :::{list-table} Vortex Shedding Runtime Options
790 :::{list-table} Density Current Runtime Options
[all …]
H A Dindex.md831 The `STGInflow.dat` file is a table of values at given distances from the wall.
842 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n,
849 The following table is presented to help clarify the dimensionality of the
/libCEED/examples/solids/
H A DREADME.md29 :::{list-table} Mandatory Runtime Options
87 :::{list-table} Additional Runtime Options
181 :::{list-table} (Non)dimensionalization options
203 :::{list-table} Characteristic units for metals
226 The table below summarizes the formulations of each of these quantities for each problem type.
228 :::{list-table} Diagnostic quantities
/libCEED/benchmarks/
H A DREADME.md37 requires the python package matplotlib) or the `postprocess-table.py` script,
/libCEED/examples/
H A DREADME.md20 :::{list-table}
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md431 :::{list-table}
509 :::{list-table}
565 :::{list-table}
612 :::{list-table}
654 :::{list-table}
/libCEED/
H A DDoxyfile359 # to that level are automatically included in the table of contents, even if
1480 # HTML files also contain an index, a table of contents, and you can search for
1516 # The BINARY_TOC flag controls whether a binary table of contents is generated
1517 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1525 # the table of contents of the HTML help documentation and to the tree view.