Chombo + EB  3.2
Macros | Functions
CHOMBO_VERSION.H File Reference
#include <string>
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Include dependency graph for CHOMBO_VERSION.H:

Go to the source code of this file.

Macros

#define _CHOMBO_VERSION_H_
 
#define CHOMBO_VERSION   3.2
 
#define CHOMBO_TRUNK   FALSE
 
#define CHOMBO_PATCH_NUMBER   7
 
#define CHOMBO_VERSION_MAJOR   3
 
#define CHOMBO_VERSION_MINOR   2
 
#define CHOMBO_FLAGS   DIM=CH_FLAG_DIM DEBUG=CH_FLAG_DEBUG OPT=CH_FLAG_OPT MPI=CH_FLAG_MPI USE_PETSC=CH_FLAG_PETSC PRECISION=CH_FLAG_PRECISION NAMESPACE=CH_FLAG_NAMESPACE MULTIDIM=CH_FLAG_MULTIDIM USE_64=CH_FLAG_64 USE_EB=CH_FLAG_EB USE_HDF=CH_FLAG_HDF USE_MT=CH_FLAG_MT
 

Functions

void getChomboVersion (string &a_version, string &a_flags, string &a_date, string &a_time)
 

Macro Definition Documentation

◆ _CHOMBO_VERSION_H_

#define _CHOMBO_VERSION_H_

◆ CHOMBO_VERSION

#define CHOMBO_VERSION   3.2

◆ CHOMBO_TRUNK

#define CHOMBO_TRUNK   FALSE

signal that this is the svn trunk version of Chombo, rather than the release version. This should be changed in the release version of this file

◆ CHOMBO_PATCH_NUMBER

#define CHOMBO_PATCH_NUMBER   7

which patch of the release is this?

◆ CHOMBO_FLAGS

#define CHOMBO_FLAGS   DIM=CH_FLAG_DIM DEBUG=CH_FLAG_DEBUG OPT=CH_FLAG_OPT MPI=CH_FLAG_MPI USE_PETSC=CH_FLAG_PETSC PRECISION=CH_FLAG_PRECISION NAMESPACE=CH_FLAG_NAMESPACE MULTIDIM=CH_FLAG_MULTIDIM USE_64=CH_FLAG_64 USE_EB=CH_FLAG_EB USE_HDF=CH_FLAG_HDF USE_MT=CH_FLAG_MT

Function Documentation

◆ getChomboVersion()

void getChomboVersion ( string &  a_version,
string &  a_flags,
string &  a_date,
string &  a_time 
)