Home
last modified time | relevance | path

Searched refs:h (Results 1 – 10 of 10) sorted by relevance

/honee/examples/ !
H A Dconv_plot.py48 h = 1 / data[res]
50 H = amin(E) * (h / amin(h))**p
51 ax.loglog(h, E, 'o', color=colors[i])
52 ax.loglog(h, H, '--', color=colors[i], label='O(h$^' + str(p) + '$)')
/honee/problems/ !
H A Dblasius.c20 PetscScalar *r, f[4], h[4]; in CompressibleBlasiusResidual() local
44 ChebyshevEval(N - 1, Th, blasius->X[i], blasius->eta_max, h); in CompressibleBlasiusResidual()
50 const PetscScalar rho_tilde[2] = {1 / h[0], -h[1] / PetscSqr(h[0])}; in CompressibleBlasiusResidual()
56 …r[N + 2 + i] = (mu_rho_tilde[0] * h[2] + mu_rho_tilde[1] * h[1]) + Pr * f[0] * h[1] + Pr * (gamma … in CompressibleBlasiusResidual()
60 ChebyshevEval(N - 1, Th, -1., blasius->eta_max, h); in CompressibleBlasiusResidual()
61 r[N] = h[0] - blasius->T_wall / S_infty.Y.temperature; in CompressibleBlasiusResidual()
64 ChebyshevEval(N - 1, Th, 1., blasius->eta_max, h); in CompressibleBlasiusResidual()
65 r[N + 1] = h[0] - 1.; in CompressibleBlasiusResidual()
/honee/qfunctions/ !
H A Dblasius.h78 CeedScalar f[4], h[4]; in BlasiusSolution() local
80 ChebyshevEval(N - 1, blasius->Th_cheb, X, blasius->eta_max, h); in BlasiusSolution()
88 Y[4] = S_infty.Y.temperature * h[0]; in BlasiusSolution()
89 Y[0] = rho_infty / h[0] * Rd * Y[4]; in BlasiusSolution()
H A Dshocktube.h160 CeedScalar h = 2 / sqrt(Square(dXdx[0][i]) + Square(dXdx[1][i]) + Square(dXdx[2][i])); in Tau_spatial() local
163 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
H A Deulervortex.h213 CeedScalar h = 2 / sqrt(Square(dXdx[0][i]) + Square(dXdx[1][i]) + Square(dXdx[2][i])); in Tau_spatial() local
216 Tau_x[i] = c_tau * h / fastest_wave; in Tau_spatial()
/honee/examples/meshes/ !
H A Dcylinder.geo47 h = 2 * H / N;
109 Layers {Ceil(zspan / h)};
/honee/ !
H A DCHANGELOG.md40 - Move `Honee` typedef to `include/honee.h`
H A DMakefile423 … ' if +\(PetscUnlikelyDebug.*\) *SETERRQ' -- ${GITSRC} | grep -v petscerror.h >> checkbadSource.ou…
H A DDoxyfile971 # *.h) to filter out the source-files in the directories.
982 # *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, *.php,
1001 *.h \
1005 *.h++ \
1075 # *.h) to filter out the source-files in the directories. If left blank all
2344 # patterns (like *.h and *.hpp) to filter out the header-files in the
/honee/doc/ !
H A Dtheory.md236 The cell Péclet number is classically defined by $\mathrm{Pe}_h = \lVert \bm u \rVert h / (2 \kappa…
292 …\tau = \textrm{minreg}_2 \left\{\frac{\Delta t}{2 C_t},\ \frac{h}{aC_a}, \ \frac{h^2}{\kappa C_d} …
295 for $C_t$, $C_a$, $C_d$ being some scaling coefficients, $h$ is the element length, and $\textrm{mi…