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: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
GRINS
2
2
=======
3
3
4
-
General Reacting Incompressible Navier-Stokes (GRINS) was initiated
4
+
General Reacting Incompressible Navier-Stokes (GRINS) was initiated
5
5
to house common modeling work centered around using the incompressible
6
6
and variable-density (low-Mach) Navier-Stokes equations
7
7
utilizing the [libMesh](https://github.com/libMesh/libmesh.git) finite
8
8
element library, including both MPI and MPI+threads parallelism,
9
-
as provided by [libMesh](https://github.com/libMesh/libmesh.git).
9
+
as provided by [libMesh](https://github.com/libMesh/libmesh.git).
10
10
GRINS has now become a tool for rapidly developing
11
11
formulations and algorithms for the solution of complex multiphysics
12
-
applications.
12
+
applications.
13
13
GRINS originally lived within
14
14
the [PECOS](http://pecos.ices.utexas.edu) center at the Institute for Computational
15
15
Engineering and Sciences ([ICES](https://www.ices.utexas.edu))
@@ -25,11 +25,11 @@ Dependencies
25
25
Requirements
26
26
------------
27
27
28
-
In addition to a C++11 compiler, GRINS requires an up-to-date installation of the [libMesh](https://github.com/libMesh/libmesh.git) finite element library.
28
+
In addition to a C++17 compiler, GRINS requires an up-to-date installation of the [libMesh](https://github.com/libMesh/libmesh.git) finite element library.
29
29
30
30
libMesh
31
31
-------
32
-
GRINS development both drives and is driven by libMesh development. Thus, the required minimum master hash of libMesh may change in GRINS master. The current required libMesh master hash is 943d5d0[PR #2088](https://github.com/libMesh/libmesh/pull/2088), as of GRINS [PR #577](https://github.com/grinsfem/grins/pull/577).
32
+
GRINS development both drives and is driven by libMesh development. Thus, the required minimum master hash of libMesh may change in GRINS master. The current required libMesh master hash is f0def3f[PR #3168](https://github.com/libMesh/libmesh/pull/3168), as of GRINS [PR #611](https://github.com/grinsfem/grins/pull/611).
33
33
GRINS release 0.5.0 can use libMesh versions as old as 0.9.4. Subsequent to
34
34
the 0.5.0 release requires at least libMesh 1.0.0.
35
35
@@ -44,7 +44,7 @@ an external chemistry library. Both [Cantera](http://code.google.com/p/cantera/)
44
44
The current required minimum hash for using Antioch is libantioch/antioch@e17822d (libantioch/antioch#265).
45
45
46
46
47
-
Building GRINS
47
+
Building GRINS
48
48
================
49
49
50
50
GRINS uses an Autotools build system, so typical GNU build commands are used. We support, and encourage, out-of-source builds (so-called VPATH builds). However, in-source builds are supported.
0 commit comments