File version.hxx#

namespace bout

Information about the version of BOUT++

The build system will update this file on every commit, which may result in files that include it getting rebuilt. Therefore it should be included in as few places as possible

Information about the version of BOUT++

The build system will update this file at configure-time

Explicit inversion of a 3x3 matrix a

If the matrix is singular (ill conditioned), the determinant is return. Otherwise, an empty std::optional is return

namespace version

Variables

constexpr auto full = "5.2.0.dev1984+g6ea22a07"#

The full version number.

constexpr int major = 5#

The major version number.

constexpr int minor = 2#

The minor version number.

constexpr int patch = 0#

The patch version number.

constexpr auto prerelease = "dev1984+g6ea22a07"#

The version pre-release identifier.

constexpr double as_double = 5.20#

The full version number as a double.