You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,14 @@ your fork.
51
51
`development` on the main AMReX-Hydro repository.
52
52
53
53
First, let us setup your local git repo. To make your own fork of the main
54
-
repository, press the fork button on the [AMReX-Hydro Github page](https://github.com/AMReX-Codes/AMReX-Hydro).
54
+
repository, press the fork button on the [AMReX-Hydro Github page](https://github.com/AMReX-Fluids/AMReX-Hydro).
55
55
56
56
Then, clone AMReX-Hydro on your local computer. If you plan on doing a lot of AMReX-Hydro development,
57
57
we recommend configuring your clone to use ssh access so you won't have to enter your Github
58
58
password every time, which you can do using these commands:
Copy file name to clipboardExpand all lines: Docs/source/Schemes.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,11 @@ And for the third dimension,
60
60
61
61
:math:`\U^{MAC}` is the MAC-projected velocity at face centers (or centroids for EB).
62
62
63
-
We define :math:`\varepsilon = 1.e-8` in `Utils/hydro_constants.H <https://amrex-codes.github.io/amrex-hydro/Doxygen/html/group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550>`_. This is an empirically determined constant that works well for flows where velocities are on the order of 1.
63
+
We define :math:`\varepsilon = 1.e-8` in `Utils/hydro_constants.H <https://amrex-fluids.github.io/amrex-hydro/Doxygen/html/group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550>`_. This is an empirically determined constant that works well for flows where velocities are on the order of 1.
0 commit comments