Top-level namespace.
Definition defines.h:12
 
bool has_scotch()
Return true if DOLFINx is compiled with Scotch.
 
bool has_adios2()
Return true if DOLFINX is compiled with ADIOS2.
Definition defines.cpp:55
 
bool has_slepc()
Return true if DOLFINx is compiled with SLEPc.
Definition defines.cpp:28
 
bool has_kahip()
Return true if DOLFINx is compiled with KaHIP.
Definition defines.cpp:46
 
bool has_parmetis()
Return true if DOLFINx is compiled with ParMETIS.
Definition defines.cpp:37
 
std::string git_commit_hash()
Return git changeset hash (returns "unknown" if changeset is not known)
Definition defines.cpp:14
 
std::string ufcx_signature()
Return UFC signature string.
Definition defines.cpp:12
 
bool has_debug()
Return true if DOLFINx is compiled in debugging mode, i.e., with assertions on.
Definition defines.cpp:19
 
std::string version()
Return DOLFINx version string.
Definition defines.cpp:10