Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.3.0/v0.9.0/cpp
Home Installation C++ docs Python docs
brezzi-douglas-marini.h
1 // Copyright (c) 2020 Chris Richardson & Matthew Scroggs
2 // FEniCS Project
3 // SPDX-License-Identifier: MIT
4 
5 #pragma once
6 
7 #include "finite-element.h"
8 
9 namespace basix
10 {
14 FiniteElement create_bdm(cell::type celltype, int degree);
15 
16 } // namespace basix
basix::cell::type
type
Cell type.
Definition: cell.h:16
basix::create_bdm
FiniteElement create_bdm(cell::type celltype, int degree)
Definition: brezzi-douglas-marini.cpp:23
basix::FiniteElement
Definition: finite-element.h:194
basix
Placeholder.
Definition: brezzi-douglas-marini.h:9