~corrado-maurini/dolfin/tao

« back to all changes in this revision

Viewing changes to test/system/parallel-assembly-solve/solver.py

  • Committer: corrado maurini
  • Date: 2012-12-18 12:16:08 UTC
  • mfrom: (6685.78.207 trunk)
  • Revision ID: corrado.maurini@upmc.fr-20121218121608-nk82ly9jgsld9u84
updating with trunk, fix uint in TAO solver and hacking the check for tao FindTAO.cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
              ("4x4x4 unit cube", 4): 74.49938266409099 }
104
104
 
105
105
# Mesh files and degrees to check
106
 
meshes= [(UnitSquare(16, 16), "16x16 unit square"),\
107
 
         (UnitCube(4, 4, 4),  "4x4x4 unit cube")]
 
106
meshes= [(UnitSquareMesh(16, 16), "16x16 unit square"),\
 
107
         (UnitCubeMesh(4, 4, 4),  "4x4x4 unit cube")]
108
108
degrees = [1, 2, 3, 4]
109
109
 
110
110
## Iterate over test cases and collect results