class ProfileSPDLinDirectSolver : public ProfileSPDLinSolver


Inheritance:


Public Methods

ProfileSPDLinDirectSolver(double tol=1.0e-12)
virtual ~ProfileSPDLinDirectSolver()
virtual int solve(void)
virtual int setSize(void)
virtual int factor(int n)
virtual int setProfileSOE(ProfileSPDLinSOE &theSOE)
int sendSelf(int commitTag, Channel &theChannel)
int recvSelf(int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Protected Fields

double minDiagTol
int size
int* RowTop
double** topRowPtr

Inherited from ProfileSPDLinSolver:

Public Methods

virtual int setLinearSOE(ProfileSPDLinSOE &theSOE)

Protected Fields

ProfileSPDLinSOE* 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 ProfileSPDLinDirectSolver object can be constructed to solve a ProfileSPDLinSOE object. It does this by direct means, using the LDL^t variation of the cholesky factorization. The matrx A is factored one column at a time using a left-looking approach. No BLAS or LAPACK routines are called for the factorization or subsequent substitution.

ProfileSPDLinDirectSolver(double tol=1.0e-12)

virtual ~ProfileSPDLinDirectSolver()

A unique class tag (defined in <classTags.h>) is passed to the ProfileSPDLinSolver constructor.

virtual int solve(void)

The solver first copies the B vector into X. FILL IN The solve process changes A and X.

virtual int setSize(void)

Does nothing but return 0

virtual int factor(int n)

virtual int setProfileSOE(ProfileSPDLinSOE &theSOE)

int sendSelf(int commitTag, Channel &theChannel)

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

double minDiagTol

int size

int* RowTop

double** topRowPtr


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