Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/d8/db0/defines_8h_source.html
DOLFINx 0.6.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
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
11namespace dolfinx
12{
13
15std::string version();
16
18std::string ufcx_signature();
19
22std::string git_commit_hash();
23
26bool has_debug();
27
29bool has_slepc();
30
32bool has_scotch();
33
35bool has_parmetis();
36
38bool has_kahip();
39
41bool has_adios2();
42
43} // namespace dolfinx