Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.3.0/v0.9.0/cpp
DOLFINx  0.3.0
DOLFINx C++ interface
defines.h
1 // Copyright (C) 2009-2011 Johan Hake
2 //
3 // This file is part of DOLFINx (https://www.fenicsproject.org)
4 //
5 // SPDX-License-Identifier: LGPL-3.0-or-later
6 
7 #pragma once
8 
9 #include <string>
10 
11 namespace dolfinx
12 {
13 
15 std::string version();
16 
18 std::string ufc_signature();
19 
22 std::string git_commit_hash();
23 
26 bool has_debug();
27 
30 bool has_petsc_complex();
31 
33 bool has_slepc();
34 
36 bool has_scotch();
37 
39 bool has_parmetis();
40 
42 bool has_kahip();
43 
44 } // namespace dolfinx