MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
version.hpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

int mfem::GetVersion ()
 Return the MFEM version number as a single integer. More...
 
int mfem::GetVersionMajor ()
 Return the MFEM major version number as an integer. More...
 
int mfem::GetVersionMinor ()
 Return the MFEM minor version number as an integer. More...
 
int mfem::GetVersionPatch ()
 Return the MFEM version patch number as an integer. More...
 
const char * mfem::GetVersionStr ()
 Return the MFEM version number as a string. More...
 
const char * mfem::GetGitStr ()
 Return the MFEM Git hash as a string. More...
 
const char * mfem::GetConfigStr ()
 Return the MFEM configuration as a string. More...