extensionesys.escript.linearPDEs
Linear partial differential equation handler
The module esys.escript.linearPDEs provides an interface to define and solve linear partial
differential equations within esys.escript. The module esys.escript.linearPDEs does not provide any
solver capabilities in itself but hands the PDE over to
the PDE solver library defined through the Domain of the PDE, eg. esys.finley.
The general interface is provided through the LinearPDE class. The Poisson
class which is also derived form the LinearPDE class should be used
to define the Poisson equation .
esys@esscc.uq.edu.au