IBAMR  IBAMR version 0.19.
Macros
config.h File Reference

Macros

#define IBTK_VERSION_MAJOR   0
 
#define IBTK_VERSION_MINOR   19
 
#define IBTK_VERSION_SUBMINOR   0
 
#define IBTK_VERSION_GTE(major, minor, subminor)
 
#define IBTK_HAVE_PRAGMA_KEYWORD
 
#define IBTK_HAVE_LIBMESH
 
#define IBTK_FC_FUNC(name, NAME)   name ## _
 
#define IBTK_FC_FUNC_(name, NAME)   name ## _
 
#define IBTK_DISABLE_EXTRA_WARNINGS
 
#define IBTK_ENABLE_EXTRA_WARNINGS   _Pragma("GCC diagnostic pop")
 

Macro Definition Documentation

◆ IBTK_VERSION_MAJOR

#define IBTK_VERSION_MAJOR   0

◆ IBTK_VERSION_MINOR

#define IBTK_VERSION_MINOR   19

◆ IBTK_VERSION_SUBMINOR

#define IBTK_VERSION_SUBMINOR   0

◆ IBTK_VERSION_GTE

#define IBTK_VERSION_GTE (   major,
  minor,
  subminor 
)
Value:
(major)*10000 + (minor)*100 + (subminor))

◆ IBTK_HAVE_PRAGMA_KEYWORD

#define IBTK_HAVE_PRAGMA_KEYWORD

◆ IBTK_HAVE_LIBMESH

#define IBTK_HAVE_LIBMESH

◆ IBTK_FC_FUNC

#define IBTK_FC_FUNC (   name,
  NAME 
)    name ## _

◆ IBTK_FC_FUNC_

#define IBTK_FC_FUNC_ (   name,
  NAME 
)    name ## _

◆ IBTK_DISABLE_EXTRA_WARNINGS

#define IBTK_DISABLE_EXTRA_WARNINGS
Value:
_Pragma("GCC diagnostic push") \
_Pragma("GCC diagnostic ignored \"-Wunknown-pragmas\"") \
_Pragma("GCC diagnostic ignored \"-Wpragmas\"") \
_Pragma("GCC diagnostic ignored \"-Wunknown-warning-option\"") \
_Pragma("GCC diagnostic ignored \"-Wunknown-warning\"") \
_Pragma("GCC diagnostic ignored \"-Wunused-variable\"") \
_Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \
_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
_Pragma("GCC diagnostic ignored \"-Wmisleading-indentation\"") \
_Pragma("GCC diagnostic ignored \"-Wint-in-bool-context\"") \
_Pragma("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") \
_Pragma("GCC diagnostic ignored \"-Wunused-local-typedefs\"") \
_Pragma("GCC diagnostic ignored \"-Wdeprecated-copy\"") \
_Pragma("GCC diagnostic ignored \"-Wunused-function\"") \
_Pragma("GCC diagnostic ignored \"-Wunused-parameter\"") \
_Pragma("GCC diagnostic ignored \"-Wparentheses\"") \
_Pragma("GCC diagnostic ignored \"-Wdangling-reference\"") \
_Pragma("GCC diagnostic ignored \"-Warray-bounds\"") \
_Pragma("GCC diagnostic ignored \"-Wnested-anon-types\"") \
_Pragma("GCC diagnostic ignored \"-Wunneeded-internal-declaration\"")

◆ IBTK_ENABLE_EXTRA_WARNINGS

#define IBTK_ENABLE_EXTRA_WARNINGS   _Pragma("GCC diagnostic pop")
IBTK_VERSION_SUBMINOR
#define IBTK_VERSION_SUBMINOR
Definition: config.h:28
IBTK_VERSION_MAJOR
#define IBTK_VERSION_MAJOR
Definition: config.h:22
IBTK_VERSION_MINOR
#define IBTK_VERSION_MINOR
Definition: config.h:25