Package esys :: Package finley :: Module finleybench :: Class Laplace3DOrder2_30k
[show private | hide private]
[frames | no frames]

Type Laplace3DOrder2_30k

      object --+                
               |                
BenchmarkProblem --+            
                   |            
       FinleyProblem --+        
                       |        
    RegularFinleyProblem --+    
                           |    
              LaplaceProblem --+
                               |
                              Laplace3DOrder2_30k


Method Summary
  __init__(self)
    Inherited from LaplaceProblem
tuple of LinearPDE and escript.Data getTestProblem(self, domain)
returns a PDE and a test solution on the given domain
    Inherited from RegularFinleyProblem
escript.Domain getDomain(self)
returns the unit square/cube with a rectangular mesh
    Inherited from FinleyProblem
pair of float run(self, options)
creates a domain and a PDE on this domain, solves it (with the given options) and returns the elapsed time and the error.
    Inherited from BenchmarkProblem
str __str__(self)
returns the name of the benchmark suite
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Generated by Epydoc 2.1 on Thu Apr 27 11:16:24 2006 http://epydoc.sf.net