Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/v0.4.0/v0.9.0/cpp
People of FEniCS
Roadmap 2021-
FEniCS 2022
Download
Documentation
Community
Governance
Citing
Donate
Basix 0.4.0
Home
Installation
Demos
C++ docs
Python docs
cpp
basix
version.h
1
// Copyright (c) 2020 Chris Richardson
2
// FEniCS Project
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#define BASIX_VERSION 0.4.0
8
#define BASIX_VERSION_MAJOR 0
9
#define BASIX_VERSION_MINOR 4
10
#define BASIX_VERSION_PATCH 0