ItpackLinSOE Class Reference

#include <ItpackLinSOE.h>

Inheritance diagram for ItpackLinSOE:

LinearSOE SystemOfEqn MovableObject List of all members.

Public Member Functions

 ItpackLinSOE (ItpackLinSolver &theSolver)
 ItpackLinSOE (int N, int NNZ, int *rowStartA, int *colA, ItpackLinSolver &theSolver)
 ~ItpackLinSOE ()
int getNumEqn (void) const
int setSize (Graph &theGraph)
int addA (const Matrix &, const ID &, double fact=1.0)
int addB (const Vector &, const ID &, double fact=1.0)
int setB (const Vector &, double fact=1.0)
void zeroA (void)
void zeroB (void)
const VectorgetX (void)
const VectorgetB (void)
double normRHS (void)
void setX (int loc, double value)
void setX (const Vector &x)
int setItpackLinSolver (ItpackLinSolver &newSolver)
int sendSelf (int commitTag, Channel &theChannel)
int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Friends

class ItpackLinSolver

Detailed Description

Definition at line 47 of file ItpackLinSOE.h.


Constructor & Destructor Documentation

ItpackLinSOE::ItpackLinSOE ( ItpackLinSolver theSolver  ) 

Definition at line 51 of file ItpackLinSOE.cpp.

References ItpackLinSolver::setLinearSOE().

ItpackLinSOE::ItpackLinSOE ( int  N,
int  NNZ,
int *  rowStartA,
int *  colA,
ItpackLinSolver theSolver 
)

ItpackLinSOE::~ItpackLinSOE (  ) 

Definition at line 59 of file ItpackLinSOE.cpp.


Member Function Documentation

int ItpackLinSOE::getNumEqn ( void   )  const [virtual]

Implements LinearSOE.

Definition at line 71 of file ItpackLinSOE.cpp.

int ItpackLinSOE::setSize ( Graph theGraph  )  [virtual]

int ItpackLinSOE::addA ( const Matrix ,
const ID ,
double  fact = 1.0 
) [virtual]

Implements LinearSOE.

Definition at line 236 of file ItpackLinSOE.cpp.

References k, Matrix::noCols(), Matrix::noRows(), and opserr.

int ItpackLinSOE::addB ( const Vector ,
const ID ,
double  fact = 1.0 
) [virtual]

Implements LinearSOE.

Definition at line 296 of file ItpackLinSOE.cpp.

References opserr, and Vector::Size().

int ItpackLinSOE::setB ( const Vector ,
double  fact = 1.0 
) [virtual]

Implements LinearSOE.

Definition at line 337 of file ItpackLinSOE.cpp.

References endln, opserr, and Vector::Size().

void ItpackLinSOE::zeroA ( void   )  [virtual]

Implements LinearSOE.

Definition at line 365 of file ItpackLinSOE.cpp.

void ItpackLinSOE::zeroB ( void   )  [virtual]

Implements LinearSOE.

Definition at line 374 of file ItpackLinSOE.cpp.

const Vector & ItpackLinSOE::getX ( void   )  [virtual]

Implements LinearSOE.

Definition at line 402 of file ItpackLinSOE.cpp.

References exit(), and opserr.

const Vector & ItpackLinSOE::getB ( void   )  [virtual]

Implements LinearSOE.

Definition at line 412 of file ItpackLinSOE.cpp.

References exit(), and opserr.

double ItpackLinSOE::normRHS ( void   )  [virtual]

Implements LinearSOE.

Definition at line 422 of file ItpackLinSOE.cpp.

void ItpackLinSOE::setX ( int  loc,
double  value 
) [virtual]

Implements LinearSOE.

Definition at line 382 of file ItpackLinSOE.cpp.

void ItpackLinSOE::setX ( const Vector x  )  [virtual]

Implements LinearSOE.

Definition at line 389 of file ItpackLinSOE.cpp.

References endln, opserr, and Vector::Size().

int ItpackLinSOE::setItpackLinSolver ( ItpackLinSolver newSolver  ) 

int ItpackLinSOE::sendSelf ( int  commitTag,
Channel theChannel 
) [virtual]

Implements MovableObject.

Definition at line 450 of file ItpackLinSOE.cpp.

int ItpackLinSOE::recvSelf ( int  commitTag,
Channel theChannel,
FEM_ObjectBroker theBroker 
) [virtual]

Implements MovableObject.

Definition at line 456 of file ItpackLinSOE.cpp.


Friends And Related Function Documentation

friend class ItpackLinSolver [friend]

Definition at line 77 of file ItpackLinSOE.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 23 15:05:44 2006 for OpenSees by doxygen 1.5.0