| Home | Trees | Index | Help |
|---|
| Package esys :: Package finley :: Module finleybench :: Class RegularFinleyProblem |
|
object --+
|
BenchmarkProblem --+
|
FinleyProblem --+
|
RegularFinleyProblem
AnisotropicProblem,
AnisotropicSystem,
LaplaceProblem| Method Summary | |
|---|---|
sets up a recangular mesh in finley on a unit cube/square | |
escript.Domain
|
returns the unit square/cube with a rectangular mesh |
| Inherited from FinleyProblem | |
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 | |
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 |
|---|
__init__(self,
n=1,
order=1,
dim=2,
num_equations=1)
sets up a recangular mesh in finley on a unit cube/square
|
getDomain(self)returns the unit square/cube with a rectangular mesh
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:19 2006 | http://epydoc.sf.net |