Basix 0.4.0

Home     Installation     Demos     C++ docs     Python docs

e-regge.h
1 // Copyright (c) 2020 Chris Richardson
2 // FEniCS Project
3 // SPDX-License-Identifier: MIT
4 
5 #pragma once
6 
7 #include "cell.h"
8 #include "finite-element.h"
9 
10 namespace basix::element
11 {
18 FiniteElement create_regge(cell::type celltype, int degree, bool discontinuous);
19 
20 } // namespace basix::element
basix::cell::type
type
Cell type.
Definition: cell.h:18
basix::element
Interfaces for creating finite elements.
Definition: e-brezzi-douglas-marini.h:11
basix::element::create_regge
FiniteElement create_regge(cell::type celltype, int degree, bool discontinuous)
Definition: e-regge.cpp:18