| Home | Trees | Index | Help |
|---|
| Package esys :: Package finley :: Module finleybench :: Class FinleyProblem |
|
object --+
|
BenchmarkProblem --+
|
FinleyProblem
RegularFinleyProblem| Method Summary | |
|---|---|
escript.Domain
|
returns the domain of the problem |
LinearPDE,escript.Data
|
returns a PDEto be solved and an exact solution |
pair of float
|
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 | |
sets up a benchmark problem | |
str
|
returns the name of the benchmark suite |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
| Method Details |
|---|
getDomain(self)returns the domain of the problem
|
getTestProblem(self, domain)returns a PDEto be solved and an exact solution
|
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.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:14 2006 | http://epydoc.sf.net |