BisectionLineSearch Class Reference

#include <BisectionLineSearch.h>

Inheritance diagram for BisectionLineSearch:

LineSearch MovableObject List of all members.

Public Member Functions

 BisectionLineSearch (double tolerance=0.8, int maxIter=10, double minEta=0.1, double maxEta=10.0, int flag=1)
 ~BisectionLineSearch ()
int newStep (LinearSOE &theSOE)
int search (double s0, double s1, LinearSOE &theSOE, IncrementalIntegrator &theIntegrator)
int sendSelf (int commitTag, Channel &theChannel)
int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (OPS_Stream &s, int flag=0)

Detailed Description

Definition at line 53 of file BisectionLineSearch.h.


Constructor & Destructor Documentation

BisectionLineSearch::BisectionLineSearch ( double  tolerance = 0.8,
int  maxIter = 10,
double  minEta = 0.1,
double  maxEta = 10.0,
int  flag = 1 
)

Definition at line 38 of file BisectionLineSearch.cpp.

BisectionLineSearch::~BisectionLineSearch (  ) 

Definition at line 45 of file BisectionLineSearch.cpp.


Member Function Documentation

int BisectionLineSearch::newStep ( LinearSOE theSOE  )  [virtual]

Implements LineSearch.

Definition at line 53 of file BisectionLineSearch.cpp.

References LinearSOE::getX(), and Vector::Size().

int BisectionLineSearch::search ( double  s0,
double  s1,
LinearSOE theSOE,
IncrementalIntegrator theIntegrator 
) [virtual]

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

Implements MovableObject.

Definition at line 227 of file BisectionLineSearch.cpp.

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

Implements MovableObject.

Definition at line 233 of file BisectionLineSearch.cpp.

void BisectionLineSearch::Print ( OPS_Stream s,
int  flag = 0 
) [virtual]

Implements LineSearch.

Definition at line 242 of file BisectionLineSearch.cpp.

References endln.


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

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