Skip to content

Commit a123072

Browse files
UZerbinatipbrubeck
andauthored
Update ngsPETSc/plex.py
Co-authored-by: Pablo Brubeck <brubeck@protonmail.com>
1 parent ee0e629 commit a123072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngsPETSc/plex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def createPETScDMPlex(self, mesh):
275275
else:
276276
self.ngMesh = mesh
277277
if len(self.ngMesh.GetIdentifications()) > 0:
278-
warnings.warn("Periodic mesh are not supported by ngsPETSc" , RuntimeWarning)
278+
warnings.warn("Periodic meshes are not supported by ngsPETSc" , RuntimeWarning)
279279
comm = self.comm
280280
self.geo = self.ngMesh.GetGeometry()
281281
if self.ngMesh.dim == 3:

0 commit comments

Comments
 (0)