File globals.hxx#

Defines

GLOBAL#
SETTING(name, val)#
GRID_LOAD1(var)#

Define for reading a variable from the grid.

GRID_LOAD2(var1, var2)#
GRID_LOAD3(var1, var2, var3)#
GRID_LOAD4(var1, var2, var3, var4)#
GRID_LOAD5(var1, var2, var3, var4, var5)#
GRID_LOAD6(var1, var2, var3, var4, var5, var6)#
GRID_LOAD(...)#

Read fields from the global mesh The name of the variable will be used as the name in the input. This should accept up to 10 arguments

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 globals

Variables

MpiWrapper *mpi#

The MPI wrapper object.