version: 2024.3
About
Documentation
Development
General Information
Possible Topics
Developer Guide
Gallery
Connections
News
Downloads
Source Code
Mailing list
Bug/issue tracking
The Paper
Docs: development
SfePy
Development
Developer Guide
tools/gen_lobatto1d_c.py script
View page source
tools/gen_lobatto1d_c.py script
¶
Generate lobatto1d.c and lobatto1h.c files.
gen_lobatto1d_c.
append_declarations
(
out
,
cpolys
,
comment
,
cvar_name
,
shift
=
0
)
[source]
¶
gen_lobatto1d_c.
append_lists
(
out
,
names
,
length
)
[source]
¶
gen_lobatto1d_c.
append_polys
(
out
,
cpolys
,
comment
,
cvar_name
,
var_name
=
'x'
,
shift
=
0
)
[source]
¶
gen_lobatto1d_c.
gen_lobatto
(
max_order
)
[source]
¶
gen_lobatto1d_c.
main
(
)
[source]
¶
gen_lobatto1d_c.
plot_polys
(
fig
,
polys
,
var_name
=
'x'
)
[source]
¶