Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
bdf.icc
Go to the documentation of this file.
1
25
namespace
bdf
{
26
constexpr
size_t
pmax
= 6;
27
Float
alpha
[
pmax
+1][
pmax
+1]
28
= {{ 0},
29
{ 1, 1},
30
{ 3./2, 2, -1./2},
31
{ 11./6, 3, -3./2, 1./3},
32
{ 25./12, 4, -3, 4./3, -1./4},
33
{137./60, 5, -5, 10./3, -5./4, 1./5},
34
{147./60, 6, -15./2, 20./3, -15./4, 6./5, -1./6}};
35
}
// namespace
Float
see the Float page for the full documentation
bdf
Definition
bdf.icc:25
bdf::alpha
Float alpha[pmax+1][pmax+1]
Definition
bdf.icc:28
bdf::pmax
constexpr size_t pmax
Definition
bdf.icc:26