From 2ecf5eb2f219e525cb0f7ed9e849c0ff8b3a6c97 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 26 Aug 2020 12:40:45 -0500
Subject: [PATCH] Maxwell doc fixes

---
 grudge/models/em.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grudge/models/em.py b/grudge/models/em.py
index 48e0de54..e21ad499 100644
--- a/grudge/models/em.py
+++ b/grudge/models/em.py
@@ -38,7 +38,7 @@ from pytools.obj_array import flat_obj_array, make_obj_array
 
 
 class MaxwellOperator(HyperbolicOperator):
-    """A 3D Maxwell operator which supports fixed or variable
+    """A strong-form 3D Maxwell operator which supports fixed or variable
     isotropic, non-dispersive, positive epsilon and mu.
 
     Field order is [Ex Ey Ez Hx Hy Hz].
@@ -107,7 +107,7 @@ class MaxwellOperator(HyperbolicOperator):
         self.incident_bc_data = incident_bc
 
     def flux(self, w):
-        """The template for the numerical flux for variable coefficients.
+        """The numerical flux for variable coefficients.
 
         :param flux_type: can be in [0,1] for anything between central and upwind,
           or "lf" for Lax-Friedrichs.
-- 
GitLab