From d6d53fad0f262a4e42a6efcbfce07f9a1cdfa5f8 Mon Sep 17 00:00:00 2001 From: Addison Alvey-Blanco Date: Wed, 29 Jan 2025 20:21:43 -0600 Subject: [PATCH] fix docs --- modepy/matrices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modepy/matrices.py b/modepy/matrices.py index 12c6448..2613c40 100644 --- a/modepy/matrices.py +++ b/modepy/matrices.py @@ -63,7 +63,7 @@ .. autofunction:: inverse_mass_matrix .. autofunction:: mass_matrix .. autofunction:: spectral_diag_nodal_mass_matrix -.. autofunction:: nodal_quadrature_matrix +.. autofunction:: nodal_quadrature_test_matrix .. autofunction:: nodal_quadrature_bilinear_form_matrix Differentiation is also convenient to express by using :math:`V^{-1}` to