From ada0c830870374bc3dfc7601027af4efbf7f875c Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Fri, 20 Mar 2026 10:10:55 +0000 Subject: [PATCH] Fix docstring for PeriodicBoxMesh --- firedrake/utility_meshes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firedrake/utility_meshes.py b/firedrake/utility_meshes.py index 6540611752..7fa5aeec73 100644 --- a/firedrake/utility_meshes.py +++ b/firedrake/utility_meshes.py @@ -1860,11 +1860,11 @@ def PeriodicBoxMesh( The boundary surfaces are numbered as follows: * 1: plane x == 0 - * 2: plane x == 1 + * 2: plane x == Lx * 3: plane y == 0 - * 4: plane y == 1 + * 4: plane y == Ly * 5: plane z == 0 - * 6: plane z == 1 + * 6: plane z == Lz where periodic surfaces are regarded as interior, for which dS integral is to be used.