We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0e629 commit a123072Copy full SHA for a123072
ngsPETSc/plex.py
@@ -275,7 +275,7 @@ def createPETScDMPlex(self, mesh):
275
else:
276
self.ngMesh = mesh
277
if len(self.ngMesh.GetIdentifications()) > 0:
278
- warnings.warn("Periodic mesh are not supported by ngsPETSc" , RuntimeWarning)
+ warnings.warn("Periodic meshes are not supported by ngsPETSc" , RuntimeWarning)
279
comm = self.comm
280
self.geo = self.ngMesh.GetGeometry()
281
if self.ngMesh.dim == 3:
0 commit comments