InitialInterpolatedLineSearch Class Reference

#include <InitialInterpolatedLineSearch.h>

Inheritance diagram for InitialInterpolatedLineSearch:

LineSearch MovableObject List of all members.

Public Member Functions

 InitialInterpolatedLineSearch (double tolerance=0.8, int maxIter=10, double minEta=0.1, double maxEta=10.0, int printFlag=1)
 ~InitialInterpolatedLineSearch ()
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 45 of file InitialInterpolatedLineSearch.h.


Constructor & Destructor Documentation

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

Definition at line 39 of file InitialInterpolatedLineSearch.cpp.

InitialInterpolatedLineSearch::~InitialInterpolatedLineSearch (  ) 

Definition at line 47 of file InitialInterpolatedLineSearch.cpp.


Member Function Documentation

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

Implements LineSearch.

Definition at line 54 of file InitialInterpolatedLineSearch.cpp.

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

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

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

Implements MovableObject.

Definition at line 170 of file InitialInterpolatedLineSearch.cpp.

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

Implements MovableObject.

Definition at line 176 of file InitialInterpolatedLineSearch.cpp.

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

Implements LineSearch.

Definition at line 185 of file InitialInterpolatedLineSearch.cpp.

References endln.


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