~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to site-packages/dolfin/__init__.py

  • Committer: ilmarw@gogmagog.simula.no
  • Date: 2008-05-29 10:46:14 UTC
  • mfrom: (2122.3.2 trunk)
  • mto: (2668.1.45 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: ilmarw@gogmagog.simula.no-20080529104614-xjn0a188wtj2wlmw
Repo fix, roll back unwanted Parameter changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Import DOLFIN wrapper module as well as additional utility entities
2
2
 
3
 
# For some reason PyTrilinos needs to be loaded before the assemble module or
4
 
# else strange things happen.
5
 
try:
6
 
    from PyTrilinos import Epetra, AztecOO, TriUtils, ML
7
 
except:    
8
 
    #print "Warning: PyTrilinos not available, Saddle solver will not work"
9
 
    pass
10
 
 
11
 
 
12
 
 
13
3
from ffc import *
14
4
from constants import *
15
5
from assemble import *