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
nce-rtc.h
1 // Copyright (c) 2020 Chris Richardson & 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 
10 namespace basix
11 {
15 FiniteElement create_rtc(cell::type celltype, int degree);
16 
20 FiniteElement create_nce(cell::type celltype, int degree);
21 
22 } // namespace basix
basix::cell::type
type
Cell type.
Definition: cell.h:16
basix
Placeholder.
Definition: brezzi-douglas-marini.h:9
basix::create_nce
FiniteElement create_nce(cell::type celltype, int degree)
Definition: nce-rtc.cpp:158
basix::create_rtc
FiniteElement create_rtc(cell::type celltype, int degree)
Definition: nce-rtc.cpp:23