| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module pdetools :: Class NoPDE |
|
solves the following problem for u:
kronecker[i,j]*D[j]*u[j]=Y[i]
with constraint
u[j]=r[j] where q[j]>0
where D, Y, r and q are given functions of rank 1.
In the case of scalars this takes the form
D*u=Y
with constraint
u=r where q>0
where D, Y, r and q are given scalar functions.
The constraint is overwriting any other condition.| Method Summary | |
|---|---|
initialize the problem | |
Data object in the FunctionSpace Solution or ReducedSolution.
|
returns the solution |
sets the FunctionSpace of the solution to Solution | |
sets the FunctionSpace of the solution to ReducedSolution | |
assigns values to the parameters. | |
| Method Details |
|---|
__init__(self,
domain,
D=None,
Y=None,
q=None,
r=None)
initialize the problem
|
getSolution(self)returns the solution
|
setReducedOff(self)sets theFunctionSpace of the solution to Solution
|
setReducedOn(self)sets theFunctionSpace of the solution to ReducedSolution
|
setValue(self, D=None, Y=None, q=None, r=None)assigns values to the parameters.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:11 2006 | http://epydoc.sf.net |