FEM: Fenics meshes, flake8

This commit is contained in:
Bernd Hahnebach
2017-05-26 21:41:17 +01:00
committed by Yorik van Havre
parent 85c2e6a1ee
commit 3708c760ec
3 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ import os
import readFenicsXML
import writeFenicsXML
import readFenicsXDMF
import writeFenicsXDMF

View File

@@ -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")

View File

@@ -31,7 +31,6 @@ __url__ = "http://www.freecadweb.org"
import FreeCAD
import importToolsFem
from lxml import etree # parsing xml files and exporting
import itertools