Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/v0.3.0/v0.9.0/cpp
Basix
0.3.0
Home
Installation
C++ docs
Python docs
cpp
basix
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
16
FiniteElement
create_cr
(
cell::type
celltype,
int
degree);
17
18
}
// namespace basix
basix::create_cr
FiniteElement create_cr(cell::type celltype, int degree)
Definition:
crouzeix-raviart.cpp:18
basix::cell::type
type
Cell type.
Definition:
cell.h:16
basix
Placeholder.
Definition:
brezzi-douglas-marini.h:9
Generated by
1.8.17