Basix
basix
raviart-thomas.h
1
// Copyright (c) 2020 Chris Richardson
2
// FEniCS Project
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#include "cell.h"
8
#include "finite-element.h"
9
10
namespace
basix
11
{
15
FiniteElement
create_rt
(
cell::type
celltype,
int
degree
);
16
17
}
// namespace basix
basix::cell::type
type
Cell type.
Definition:
cell.h:21
basix
Placeholder.
Definition:
brezzi-douglas-marini.h:10
basix::create_rt
FiniteElement create_rt(cell::type celltype, int degree)
Definition:
raviart-thomas.cpp:22
basix::degree
int degree(int handle)
Degree.
Definition:
basix.cpp:195
Generated by
1.9.1