Loading [MathJax]/extensions/tex2jax.js
Home
FEniCS 2025
Download
Documentation
Community
Citing
Donate
Basix 0.9.0
Home
Installation
Demos
C++ docs
Python docs
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Classes
Class List
Class Index
Class Members
All
b
c
d
e
f
g
h
i
l
m
o
p
s
t
v
w
x
~
Functions
b
c
d
e
f
g
h
i
l
m
o
p
s
t
v
w
x
~
Files
File List
•
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Pages
cpp
basix
e-hhj.h
1
// Copyright (c) 2022 Matthew Scroggs
2
// FEniCS Project
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#include "cell.h"
8
#include "finite-element.h"
9
#include <concepts>
10
11
namespace
basix::element
12
{
19
template
<std::
float
ing_po
int
T>
20
FiniteElement<T>
create_hhj
(
cell::type
celltype,
int
degree,
21
bool
discontinuous);
22
23
}
// namespace basix::element
basix::cell::type
type
Cell type.
Definition:
cell.h:21
basix::element
Interfaces for creating finite elements.
Definition:
e-brezzi-douglas-marini.h:13
basix::element::create_hhj
FiniteElement< T > create_hhj(cell::type celltype, int degree, bool discontinuous)
Definition:
e-hhj.cpp:19