demo/swing/bloodvessel3d$ time python bloodvessel3d.py
Traceback (most recent call last):
File "bloodvessel3d.py", line 7, in <module>
from cbc.swing.fsiproblem import MeshLoadFSI
File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsiproblem.py", line 11, in <module>
from fsisolver import FSISolver
File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsisolver.py", line 14, in <module>
from primalsolver import PrimalSolver
File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/primalsolver.py", line 20, in <module>
from cbc.swing.fsinewton.solver.solver_fsinewton import FSINewtonSolver
File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsinewton/solver/solver_fsinewton.py", line 15, in <module>
from spaces import FSISpaces
File "/home/martinal/opt/fenics/dorsal-hpc-unstable-27022013/lib/python2.7/site-packages/cbc/swing/fsinewton/solver/spaces.py", line 8, in <module>
import fsinewton.utils.misc_func as mf
ImportError: No module named fsinewton.utils.misc_func
Adding the submodules fixed that one, see lp:~martinal/cbc.solve/swing-setup-fix, but then I get this, which is a bug in the code itself:
demo/swing/ bloodvessel3d$ time python bloodvessel3d.py fsiproblem import MeshLoadFSI martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsiproblem. py", line 11, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsisolver. py", line 14, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ primalsolver. py", line 20, in <module> fsinewton. solver. solver_ fsinewton import FSINewtonSolver martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsinewton/ solver/ solver_ fsinewton. py", line 15, in <module> martinal/ opt/fenics/ dorsal- hpc-unstable- 27022013/ lib/python2. 7/site- packages/ cbc/swing/ fsinewton/ solver/ spaces. py", line 8, in <module> utils.misc_ func as mf utils.misc_ func
Traceback (most recent call last):
File "bloodvessel3d.py", line 7, in <module>
from cbc.swing.
File "/home/
from fsisolver import FSISolver
File "/home/
from primalsolver import PrimalSolver
File "/home/
from cbc.swing.
File "/home/
from spaces import FSISpaces
File "/home/
import fsinewton.
ImportError: No module named fsinewton.