Tabulation Project basix
cpp
crouzeix-raviart.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
{
11
13
namespace
cr
14
{
18
FiniteElement
create
(
cell::type
celltype,
int
degree
);
19
20
static
std::string family_name =
"Crouzeix-Raviart"
;
21
}
// namespace cr
22
}
// namespace basix
basix::FiniteElement
Definition:
finite-element.h:148
basix::cell::type
type
Cell type.
Definition:
cell.h:21
basix::cr::create
FiniteElement create(cell::type celltype, int degree)
Definition:
crouzeix-raviart.cpp:16
basix
basix
Definition:
basix.h:7
basix::degree
int degree(int handle)
Degree.
Definition:
basix.cpp:50
Generated by
1.9.1