| /honee/qfunctions/ |
| H A D | diff_flux_projection.h | 25 for (CeedInt g = 0; g < dim; g++) { in ComputeDivDiffusiveFluxGeneric() local 27 grad_qn[f * dim + g] = grad_q[offset + (Q * num_comps * dim) * g + Q * f + i]; in ComputeDivDiffusiveFluxGeneric()
|
| H A D | densitycurrent.h | 92 const CeedScalar *g_vec = context->newt_ctx.g; in Exact_DC() 93 const CeedScalar g = -g_vec[2]; in Exact_DC() local 107 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() 110 const CeedScalar Pi = 1. + Square(g) * (exp(-Square(N) * z / g) - 1.) / (cp * theta0 * Square(N)); in Exact_DC()
|
| H A D | newtonian.h | 199 const CeedScalar *g = context->g; in RHSFunction_Newtonian() local 230 …edScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.… in RHSFunction_Newtonian() 283 const CeedScalar *g = context->g, dt = context->dt; in IFunction_Newtonian_Integrand() local 295 …edScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.… in IFunction_Newtonian_Integrand() 391 const CeedScalar *g = context->g; in IJacobian_Newtonian_Integrand() local 406 …calar dbody_force[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2], Dot3(ds.… in IJacobian_Newtonian_Integrand()
|
| H A D | newtonian_types.h | 31 CeedScalar g[3]; member
|
| /honee/problems/ |
| H A D | channel.c | 99 CeedScalar g[] = {channel_ctx->B / rho, 0., 0.}; in NS_CHANNEL() local 100 PetscCall(PetscArraycpy(newtonian_ig_ctx->g, g, 3)); in NS_CHANNEL()
|
| H A D | newtonian.c | 405 .g = {0, 0, 0}, // m/s^2 in NS_NEWTONIAN_IG() 427 …ay("-gravity", "Gravitational acceleration vector", NULL, newtonian_ig_ctx->g, &dim, &given_option… in NS_NEWTONIAN_IG() 481 for (PetscInt i = 0; i < 3; i++) newtonian_ig_ctx->g[i] *= units->m_per_squared_s; in NS_NEWTONIAN_IG()
|
| /honee/doc/ |
| H A D | theory.md | 20 …3 \times 3$ identity matrix, $\bm{b}$ is a body force vector (e.g., gravity vector $\bm{g}$), $k$… 107 …t represents contraction in just one, which should be clear from context, e.g., $\bm v \cdot \bm S… 147 \bm f(\bm q_N) \equiv \bm g(t^{n+1}, \bm{q}_N, \bm{\dot{q}}_N) = 0 \, , 161 …tial \bm f}{\partial \bm q_N} = \frac{\partial \bm g}{\partial \bm q_N} + \alpha \frac{\partial \b… 272 \tau_c &= \frac{C_c \mathcal{F}}{8\rho \trace(\bm g)} \\ 280 + \bm u \cdot (\bm u \cdot \bm g)\right] 281 + C_v \mu^2 \Vert \bm g \Vert_F ^2} 284 where $\bm g = \nabla_{\bm x} \bm{X}^T \cdot \nabla_{\bm x} \bm{X}$ is the metric tensor and $\Vert… 301 …{2 C_t}, \frac{1}{C_a \sqrt{\bm u \cdot (\bm u \cdot \bm g)}}, \frac{1}{C_d \kappa \Vert \bm g \V… 302 …elta t}\right)^2 + C_a^2 \bm u \cdot (\bm u \cdot \bm g) + \left(C_d \kappa\right)^2 \Vert \bm g … [all …]
|
| H A D | runtime_options.md | 35 …- Viewer for the force on each no-slip wall, e.g., `ascii:force.csv:ascii_csv` to write a CSV file. 39 …- Viewer for the total kinetic energy in the domain and other terms, e.g., `ascii:total_ke.csv:asc… 47 - Viewer for the min/max CFL in the domain e.g., `ascii:cfl.csv:ascii_csv` to write a CSV file. 346 If in a region where the flow velocity is known (e.g., away from viscous walls), use `bc_freestream…
|
| H A D | auxiliary.md | 114 The commandline prefix `turbulence` (e.g. `-ts_monitor_spanstats_turbulence`) obtains statistics th… 140 The commandline prefix `cflpe` (e.g. `-ts_monitor_spanstats_cflpe`) obtains statistics for CFL and … 209 … width tensor is most conveniently defined by $\bm{\Delta} = \bm{g}^{-1/2}$ where $\bm g = \nabla_… 318 …ction with normal HPC applications, any data-analysis process can be used e.g. data-compression, p…
|
| H A D | examples.md | 122 …}} \, , \\ e &= c_v \theta(\bm{x},t) \pi(\bm{x},t) + \bm{u}\cdot \bm{u} /2 + g z \, , \end{aligned}
|
| /honee/ |
| H A D | CHANGELOG.md | 21 …oading from CGNS files. Requires PETSc to be built with CGNS with parallel support (e.g. with MPI). 27 …ssage when a file is written, which includes post-processing information (e.g. time span for the s…
|
| H A D | README.md | 100 COPTFLAGS='-O3 -g -march=native' \ 101 CXXOPTFLAGS='-O3 -g -march=native'
|
| H A D | Doxyfile | 388 # definitions whose arguments contain STL classes (e.g. func(std::string); 436 # type (e.g. under the Public Functions section). Set it to NO to prevent 444 # are shown inside the group in which they are included (e.g. using \ingroup) 1298 # that doxygen needs, which is dependent on the configuration options used (e.g. 1341 # Note: The order of the extra style sheet files is of importance (e.g. the last 1476 # set bundle. This should be a reverse domain-name style string, e.g. 1485 # string, e.g. com.mycompany.MyDocSet.documentation. 2027 # Note: The order of the extra style sheet files is of importance (e.g. the last 2084 # bibliography, e.g. plainnat, or ieeetr. See 2352 # defined before the preprocessor is started (similar to the -D option of e.g.
|
| /honee/include/ |
| H A D | mat-ceed.h | 33 PETSC_CEED_EXTERN PetscErrorCode MatCeedSetOperation(Mat mat, MatOperation op, void (*g)(void));
|
| /honee/src/ |
| H A D | mat-ceed.c | 1053 PetscErrorCode MatCeedSetOperation(Mat mat, MatOperation op, void (*g)(void)) { in MatCeedSetOperation() 1055 PetscCall(MatShellSetOperation(mat, op, (MatSetOpFn)g)); in MatCeedSetOperation()
|