class BandSPDLinLapackSolver : public BandSPDLinSolver


Inheritance:


Public Methods

BandSPDLinLapackSolver()
~BandSPDLinLapackSolver()
int solve(void)
int setSize(void)
int sendSelf(int commitTag, Channel &theChannel)
int recvSelf(int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Inherited from BandSPDLinSolver:

Public Methods

virtual int setLinearSOE(BandSPDLinSOE &theSOE)

Protected Fields

BandSPDLinSOE* theSOE

Inherited from LinearSOESolver:


Inherited from Solver:


Inherited from MovableObject:

Public Methods

int getClassTag(void) const
int getDbTag(void) const
void setDbTag(int dbTag)

Documentation

A BandSPDLinLapackSolver object can be constructed to solve a BandSPDLinSOE object. It obtains the solution by making calls on the the LAPACK library. The class is defined to be a friend of the BandSPDLinSOE class (see <BandSPDLinSOE.h>).

BandSPDLinLapackSolver()

~BandSPDLinLapackSolver()

int solve(void)

int setSize(void);

int setSize(void)

Does nothing but return 0

int sendSelf(int commitTag, Channel &theChannel)

Does nothing but return 0

int recvSelf(int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Does nothing but return 0


This class has no child classes.

alphabetic index Contents

this page has been generated automatically by a slightly modified version of doc++ for OpenSees

Copyright Contact Us