From 5d6b6e90d1e036f9881ca080f745975241d8402f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 25 Aug 2020 18:03:35 -0500
Subject: [PATCH] Add eager reductions to doc index

---
 grudge/eager.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/grudge/eager.py b/grudge/eager.py
index 87368161..a79d9c7a 100644
--- a/grudge/eager.py
+++ b/grudge/eager.py
@@ -54,6 +54,11 @@ class EagerDGDiscretization(DGDiscretizationWithBoundaries):
     .. automethod:: normal
     .. automethod:: inverse_mass
     .. automethod:: face_mass
+
+    .. automethod:: norm
+    .. automethod:: nodal_sum
+    .. automethod:: nodal_min
+    .. automethod:: nodal_max
     """
 
     def interp(self, src, tgt, vec):
-- 
GitLab