Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/basix/v0.9.0/cpp/e-crouzeix-raviart_8h_source.html
FEniCS 2022
Download
Documentation
Community
Citing
Donate
Basix 0.5.1
Home
Installation
Demos
C++ docs
Python docs
cpp
basix
e-crouzeix-raviart.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::element
11
{
12
20
FiniteElement
create_cr
(
cell::type
celltype,
int
degree,
bool
discontinuous);
21
22
}
// namespace basix::element
basix::cell::type
type
Cell type.
Definition:
cell.h:19
basix::element
Interfaces for creating finite elements.
Definition:
e-brezzi-douglas-marini.h:11
basix::element::create_cr
FiniteElement create_cr(cell::type celltype, int degree, bool discontinuous)
Definition:
e-crouzeix-raviart.cpp:17