Skip to content
GitLab
Explore
Sign in
Commits · 2c2a655d169c296711d5de91d508ea58bf66463c
modepy
Browse files
Jul 03, 2024
pyproject: drop redundant select/ignore for pydocstyle in ruff
· 2c2a655d
Andreas Klöckner
authored
Jul 03, 2024
and
Andreas Klöckner
committed
Jul 03, 2024
2c2a655d
pyproject: remove ruff version and line-length
· a8333dcf
Alexandru Fikl
authored
Jul 03, 2024
and
Andreas Klöckner
committed
Jul 03, 2024
a8333dcf
pyproject: hack around to make editable install work
· 9d8c31cc
Alexandru Fikl
authored
Jul 03, 2024
and
Andreas Klöckner
committed
Jul 03, 2024
9d8c31cc
Jun 28, 2024
pyproject: normalize using pyproject_fmt
· b7f81bb3
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
b7f81bb3
ci: switch to ruff
· b5e62fb4
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
b5e62fb4
pyproject: enable and fix NPY ruff rules
· 9143e102
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
9143e102
fix ruff issues in contrib
· 19cc4ebe
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
19cc4ebe
fix ruff errors in main codebase
· 234b44ad
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
234b44ad
pyproject: switch to ruff
· 8b618f5c
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
8b618f5c
pyproject: move flake8, isort and mypy
· f7a2e8fe
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
f7a2e8fe
pyproject: migrate from setup.py
· a3f0b57b
Alexandru Fikl
authored
Jun 27, 2024
and
Andreas Klöckner
committed
Jun 28, 2024
a3f0b57b
Jun 10, 2024
Fix implicit use of deprecated force_dim_axis=False
· 47a43002
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
47a43002
Revamp README to better advertise capabilities
· 92419534
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
92419534
Add, test spectral_diag_nodal_mass_matrix
· 87a88dc8
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
87a88dc8
TensorProductQuadrature: expose constituent quadrature rules
· 811b9ace
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
811b9ace
Add LegendreGaussLobattoTensorProductQuadrature
· e5c03f1a
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
e5c03f1a
Drop a stray period in jacobi_gauss
· 2151d606
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
2151d606
Add JacobiGaussLobattoQuadrature, LegendreGaussLobattoQuadrature
· 94e01669
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
94e01669
Add, test scaled_jacobi
· 87100be9
Andreas Klöckner
authored
Jun 07, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
87100be9
Move Jacobi-Gauss quadrature docs into source file
· 8283333e
Andreas Klöckner
authored
Jun 06, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
8283333e
test_matrices: Add commandline test run snippet
· 97fedc1d
Andreas Klöckner
authored
Jun 06, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
97fedc1d
Fix test_nodal_mass_matrix_against_quad: Do not overwrite nodes
· 97f70935
Andreas Klöckner
authored
Jun 06, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
97f70935
Fix, test node count claims for Gauss quadrature
· f9e07392
Andreas Klöckner
authored
Jun 06, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
f9e07392
Add Jaskowiec-Sukumar to docs
· 5121177e
Andreas Klöckner
authored
Jun 10, 2024
and
Andreas Klöckner
committed
Jun 10, 2024
5121177e
Jun 07, 2024
Gitlab autopush: use script from ci-support
· 9af3f535
Andreas Klöckner
authored
Jun 07, 2024
9af3f535
Jun 05, 2024
Add {m,n}odal_quad_mass_matrix
· 70dc39d7
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
70dc39d7
Add missing return types for _quadrature_for_*
· 7c816f91
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
7c816f91
Add legendre_gauss_tensor_product_nodes
· b9014ae3
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
b9014ae3
LGL: Document that N is point count
· 43465cef
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
43465cef
Remove non-existing symbols from __all__
· 72c1ec58
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
72c1ec58
Fix mp.resampling_matrix call in plot_element_values
· e8924eaa
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
e8924eaa
nodal_mass_matrix_for_face: Check for unisolvency
· 23213abf
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
23213abf
nodal_mass_matrix_for_face: avoid inverse
· 13eb76c2
Andreas Klöckner
authored
Jun 04, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
13eb76c2
Split off modal_quad_mass_matrix_for_face
· 44f325e9
Andreas Klöckner
authored
May 31, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
44f325e9
Improve docs of nodal_quad_mass_matrix_for_face
· 0bf71402
Andreas Klöckner
authored
May 31, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
0bf71402
Add diff_matrices
· a0298d62
Andreas Klöckner
authored
May 31, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
a0298d62
Drop an unused 1D-specialized code path in differentiation_matrices
· 4ab32d7e
Andreas Klöckner
authored
May 31, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
4ab32d7e
Fully type modepy.matrices
· 1a866f76
Andreas Klöckner
authored
May 31, 2024
and
Andreas Klöckner
committed
Jun 05, 2024
1a866f76
May 30, 2024
Typing for modepy.matrices
· afe1e0fc
Andreas Klöckner
authored
May 30, 2024
and
Andreas Klöckner
committed
May 30, 2024
afe1e0fc
May 02, 2024
Add Zenodo badge to README
· f914195a
Andreas Klöckner
authored
May 02, 2024
f914195a
Loading