~cbc-core/cbc.solve/main

« back to all changes in this revision

Viewing changes to cbc/swing/subproblems.py

  • Committer: Gabriel Balaban
  • Date: 2013-03-14 13:31:02 UTC
  • Revision ID: gabrib@simula.no-20130314133102-2na23mnvlc4k3997
fixed import in subproblems.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from cbc.twist import Hyperelasticity, StVenantKirchhoff, PiolaTransform
24
24
from operators import Sigma_F as _Sigma_F
25
25
from operators import Sigma_M as _Sigma_M
26
 
import fsinewton.utils.misc_func as mf
 
26
import cbc.swing.fsinewton.utils.misc_func as mf
27
27
 
28
28
# Define fluid problem
29
29
class FluidProblem(NavierStokes):