1 |
% $Id$ |
% $Id$ |
2 |
|
|
3 |
\chapter{The module \linearPDEsPack} |
\chapter{The module \linearPDEs} |
4 |
|
|
5 |
\declaremodule{extension}{linearPDEs} \modulesynopsis{Linear partial pifferential equation handler} |
\declaremodule{extension}{linearPDEs} \modulesynopsis{Linear partial pifferential equation handler} |
6 |
The module \linearPDEsPack provides an interface to define and solve linear partial |
The module \linearPDEs provides an interface to define and solve linear partial |
7 |
differential equations within \escript. \linearPDEsPack does not provide any |
differential equations within \escript. \linearPDEs does not provide any |
8 |
solver capabilities in itself but hands the PDE over to |
solver capabilities in itself but hands the PDE over to |
9 |
the PDE solver library defined through the \Domain of the PDE. |
the PDE solver library defined through the \Domain of the PDE. |
10 |
The general interface is provided through the \LinearPDE class. The |
The general interface is provided through the \LinearPDE class. The |