← Back to team overview

cbc.block team mailing list archive

[Question #208903]: down_cast problem

 

New question #208903 on CBC.Block:
https://answers.launchpad.net/cbc.block/+question/208903

Dear,
I'm interested in using CBC.Block. After setup I tried running the stokes.py example in the test file. Unfortunately I'm getting errors like:

Traceback (most recent call last):
  File "stokes.py", line 3, in <module>
    from block import *
  File "/usr/local/lib/python2.7/dist-packages/block/__init__.py", line 84, in <module>
    _init()
  File "/usr/local/lib/python2.7/dist-packages/block/__init__.py", line 72, in _init
    dolfin.GenericMatrix.down_cast = dolfin.down_cast
AttributeError: 'module' object has no attribute 'down_cast'
 
I was wondering if there is a fix for this? Thanks.


-- 
You received this question notification because you are a member of
cbc.block maintainers, which is an answer contact for CBC.Block.