FEM: gmsh tools, new lines and comments

This commit is contained in:
Bernd Hahnebach
2019-09-05 08:34:34 +02:00
parent 8a61cffcd9
commit 2b06b87c96

View File

@@ -38,7 +38,11 @@ from . import meshtools
class GmshTools():
def __init__(self, gmsh_mesh_obj, analysis=None):
# mesh obj
self.mesh_obj = gmsh_mesh_obj
# analysis
if analysis:
self.analysis = analysis
else: