Home
last modified time | relevance | path

Searched +full:docs +full:- +full:review (Results 1 – 3 of 3) sorted by relevance

/honee/
H A DCONTRIBUTING.md4 <!---
5 Please use a pull request to the appropriate branch ('release' for backward-compatible bug fixes fo…
6 -->
7 …e your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_comm…
12 …efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com/docs/git-bisect).
15 It is useful to create a WIP (work in progress) pull request for any long-running development so th…
20-by: Helpful User <helpful@example.com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>…
22 If your author information or email becomes inconsistent (look at `git shortlog -se`), please edit …
24 … and support it, their names are included in the automatically generated user-manual documentation.
43 …tion (including all personal information I submit with it, including my sign-off) is maintained in…
[all …]
H A D.gitlab-ci.yml1 # ----------------------------------------------------------------------------------------
3 # ----------------------------------------------------------------------------------------
5 - test:stage-lint
6 - test:stage-full
7 - test:post
8 - test:docs
9 - deploy
15 .test-basic:
19 - web
20 - merge_requests
[all …]
/honee/doc/
H A Dtheory.md3-dependent Navier-Stokes equations of compressible gas dynamics in a static Eulerian three-dimensi…
4 Moreover, the Navier-Stokes example has been developed using PETSc, so that the pointwise physics (…
6 ## The Navier-Stokes Equations
9 The compressible Navier-Stokes equations in conservative form are
14 …abla \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 -\bm\sigma \right) - \rho \bm{b}…
15 …t} + \nabla \cdot \left( \frac{(E + P)\bm{U}}{\rho} -\bm{u} \cdot \bm{\sigma} - k \nabla T \right)…
17 $$ (eq-ns)
19 …stress tensor, with $\mu$ the dynamic viscosity coefficient, and $\lambda = - 2/3$ the Stokes hypo…
20 In equations {eq}`eq-ns`, $\rho$ represents the volume mass density, $U$ the momentum density (defi…
23 P = \left( {c_p}/{c_v} -1\right) \left( E - {\bm{U}\cdot\bm{U}}/{(2 \rho)} \right) \, ,
[all …]