Basix
brezzi-douglas-marini.h
1 // Copyright (c) 2020 Chris Richardson & Matthew Scroggs
2 // FEniCS Project
3 // SPDX-License-Identifier: MIT
4 
5 #pragma once
6 
7 #include "core/finite-element.h"
8 #include <string>
9 
10 namespace basix
11 {
15 FiniteElement create_bdm(cell::type celltype, int degree);
16 
17 } // namespace basix
type
Cell type.
Definition: cell.h:21
Placeholder.
Definition: basix.h:10
FiniteElement create_bdm(cell::type celltype, int degree)
Definition: brezzi-douglas-marini.cpp:20
int degree(int handle)
Degree.
Definition: basix.cpp:167