Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
BandGenLinSolver Class Reference#include <BandGenLinSolver.h>
Inheritance diagram for BandGenLinSolver::
List of all members.
Detailed Description
BandGenLinSolver is an abstract class. The BandGenLinSolver class provides access for each subclass to the BandGenLinSOE object through the pointer {theSOE}, which is a protected pointer. \
{\bf Interface} \ Constructor \ {BandGenLinSolver(int classTag);} \ \ Destructor \ {virtual~
BandGenLinSolver();}\ \ Public Methods \ {virtual int setLinearSOE(BandGenLinSOE &theSOE);} \
{\bf Constructor} \ {BandGenLinSolver(int classTag);} \ The integer {classTag} is passed to the LinearSOESolver classes constructor. \
{\bf Destructor} \ {virtual~
BandGenLinSolver();}\ Does nothing, provided so the subclasses destructor will be called. \
{\bf Public Methods } \ {virtual int setLinearSOE(BandGenLinSOE &theSOE);} \ The method sets up the link between the BandGenLinSOE object and the BandGenLinSolver, that it is sets the pointer the subclasses use. \
Definition at line 80 of file BandGenLinSolver.h.
Constructor & Destructor Documentation
BandGenLinSolver::BandGenLinSolver (
|
int classTag )
|
|
BandGenLinSolver::~BandGenLinSolver (
|
) [virtual]
|
|
Member Function Documentation
int BandGenLinSolver::setLinearSOE (
|
BandGenLinSOE & theSOE ) [virtual]
|
|
int BandGenLinSolver::solve (
|
void ) [pure virtual]
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|