Peano
Loading...
Searching...
No Matches
test_LagrangeBasis.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
from
exahype2.solvers.dg.LagrangeBasis
import
*
3
4
import
pprint
5
6
order = 3
7
nodesPerAxis = order+1
8
for
basis
in
[ GaussLegendreBasis(nodesPerAxis), GaussLobattoBasis(nodesPerAxis) ]:
9
d = {}
10
basis._init_dictionary_with_default_parameters(d)
11
print(d[
"BASIS_DECLARATIONS"
])
12
print(d[
"BASIS_INITIALIZERS"
])
LagrangeBasis
python
exahype2
solvers
rkdg
tests
test_LagrangeBasis.py
Generated on Sat Apr 11 2026 08:11:15 for Peano by
1.10.0