Tabulation Project basix
cpp
brezzi-douglas-marini.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
#include <string>
9
10
namespace
basix
11
{
16
FiniteElement
create_bdm
(
cell::type
celltype,
int
degree
,
17
const
std::string& name = std::string());
18
19
}
// namespace basix
basix::cell::type
type
Cell type.
Definition:
cell.h:21
basix
basix
Definition:
basix.h:7
basix::create_bdm
FiniteElement create_bdm(cell::type celltype, int degree, const std::string &name=std::string())
Definition:
brezzi-douglas-marini.cpp:19
basix::degree
int degree(int handle)
Degree.
Definition:
basix.cpp:50
Generated by
1.9.1