Tabulation Project basix
regge.h
1 // Copyright (c) 2020 Chris Richardson
2 // FEniCS Project
3 // SPDX-License-Identifier: MIT
4 
5 #pragma once
6 
7 #include "finite-element.h"
8 
9 namespace basix
10 {
15 FiniteElement create_regge(cell::type celltype, int degree,
16  const std::string& name = std::string());
17 
18 } // namespace basix
type
Cell type.
Definition: cell.h:21
basix
Definition: basix.h:7
FiniteElement create_regge(cell::type celltype, int degree, const std::string &name=std::string())
Definition: regge.cpp:124
int degree(int handle)
Degree.
Definition: basix.cpp:50