~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to bench/fem/backends/run_benchmark.py

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
__author__ = "Ilmar Wilbers (ilmarw@simula.no)"
 
2
__date__ = "2008-06-04"
 
3
__copyright__ = "Copyright (C) 2007 Ilmar Wilbers"
 
4
__license__  = "GNU LGPL Version 2.1"
 
5
 
 
6
from dolfin import *
 
7
from time import time
 
8
 
 
9
def make_form(name):
 
10
    
 
11