Operator Class

The Operator class provides an abstract access to operators build within the LinearPDE class. Operator objects are created when a PDE is handed over to a PDE solver library and handled by the LinearPDE object defining the PDE. The user can gain access to the Operator of a LinearPDE object through the getOperator method.


\begin{classdesc}{Operator}{}
creates an empty \class{Operator}\xspace object.
\end{classdesc}


\begin{methoddesc}[Operator]{isEmpty}{fileName}
returns \constant{True}\xspace i...
... object is empty. Otherwise \constant{True}\xspace is returned.
\end{methoddesc}


\begin{methoddesc}[Operator]{setValue}{value}
resets all entries in the object representation to \var{value}
\end{methoddesc}


\begin{methoddesc}[Operator]{solves}{rhs}
solves the operator equation with right hand side \var{rhs}
\end{methoddesc}


\begin{methoddesc}[Operator]{of}{u}
applies the operator to the \class{Data}\xspace object \var{u}
\end{methoddesc}


\begin{methoddesc}[Operator]{saveMM}{fileName}
saves the object to a matrix mark...
...
\url{http://maths.nist.gov/MatrixMarket}
\index{Matrix Market}
\end{methoddesc}

esys@esscc.uq.edu.au