FEM: gmsh tools, new lines and comments

This commit is contained in:
Bernd Hahnebach
2019-09-05 08:34:34 +02:00
parent 68e555df7e
commit f1e963c8fb

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: