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
lagrange.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
#include "lattice.h"
10
11
namespace
basix
12
{
19
FiniteElement
create_lagrange
(
cell::type
celltype,
int
degree,
20
lattice::type lattice_type);
21
26
FiniteElement
create_dlagrange
(
cell::type
celltype,
int
degree);
27
32
FiniteElement
create_dpc
(
cell::type
celltype,
int
degree);
33
}
// namespace basix
basix::create_lagrange
FiniteElement create_lagrange(cell::type celltype, int degree, lattice::type lattice_type)
Definition:
lagrange.cpp:20
basix::create_dlagrange
FiniteElement create_dlagrange(cell::type celltype, int degree)
Definition:
lagrange.cpp:156
basix::cell::type
type
Cell type.
Definition:
cell.h:16
basix::create_dpc
FiniteElement create_dpc(cell::type celltype, int degree)
Definition:
lagrange.cpp:201
basix
Placeholder.
Definition:
brezzi-douglas-marini.h:9
Generated by
1.8.17