waLBerla 7.2
|
Functions that provide information about the current build.
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::core |
namespace | walberla::core::buildinfo |
Functions | |
const char * | walberla::core::buildinfo::gitSHA1 () |
const char * | walberla::core::buildinfo::buildType () |
const char * | walberla::core::buildinfo::compilerFlags () |
const char * | walberla::core::buildinfo::buildMachine () |
const char * | walberla::core::buildinfo::sourceDir () |
const char * | walberla::core::buildinfo::binaryDir () |
#define WALBERLA_BUILD_DIR walberla::core::buildinfo::binaryDir() |
#define WALBERLA_BUILD_MACHINE walberla::core::buildinfo::buildMachine() |
#define WALBERLA_BUILD_TYPE walberla::core::buildinfo::buildType() |
#define WALBERLA_COMPILER_FLAGS walberla::core::buildinfo::compilerFlags() |
#define WALBERLA_GIT_SHA1 walberla::core::buildinfo::gitSHA1() |
#define WALBERLA_SOURCE_DIR walberla::core::buildinfo::sourceDir() |