FEM: Fenics meshes, flake8
This commit is contained in:
committed by
Yorik van Havre
parent
85c2e6a1ee
commit
3708c760ec
@@ -35,7 +35,6 @@ import os
|
||||
|
||||
import readFenicsXML
|
||||
import writeFenicsXML
|
||||
import readFenicsXDMF
|
||||
import writeFenicsXDMF
|
||||
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ __url__ = "http://www.freecadweb.org"
|
||||
# \ingroup FEM
|
||||
# \brief FreeCAD Fenics Mesh XDMF reader for FEM workbench
|
||||
|
||||
|
||||
def read_fenics_mesh_xdmf(xdmffilename):
|
||||
|
||||
print("Not operational, yet")
|
||||
|
||||
@@ -31,7 +31,6 @@ __url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import importToolsFem
|
||||
from lxml import etree # parsing xml files and exporting
|
||||
import itertools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user