diff --git a/grudge/eager.py b/grudge/eager.py index 87368161e5045b2a7c1b508b89cf60ebb336053a..a79d9c7a470b8316e0b2089d49b9f8973f3b6548 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):