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