Home | Trees | Indices | Help |
---|
|
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 overwrites any other condition.
Note: This class is similar to the linearPDEs.LinearPDE class with A=B=C=X=0 but has the intention that all input parameters are given in Solution or ReducedSolution.
|
|||
|
|||
Data object in the FunctionSpace Solution or ReducedSolution |
|
||
|
|||
|
|||
|
|
Initializes the problem.
|
Returns the solution.
|
Assigns values to the parameters. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Aug 10 10:04:38 2009 | http://epydoc.sourceforge.net |