64 #ifndef NewtonLineSearch_h    65 #define NewtonLineSearch_h    67 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h>   103     bool alloc(
const std::string &);
   112     void Print(std::ostream &s, 
int flag =0) 
const;    
 virtual int sendSelf(Communicator &)
Send the object. 
Definition: NewtonLineSearch.cpp:255
Base class for solution algorithms. 
Definition: SolutionAlgorithm.h:91
Communication parameters between processes. 
Definition: Communicator.h:66
FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
bool setLineSearchMethod(const std::string &)
Sets the line search method to use. 
Definition: NewtonLineSearch.cpp:137
performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in ...
Definition: NewtonLineSearch.h:88
int solveCurrentStep(void)
Solve current step. 
Definition: NewtonLineSearch.cpp:149
virtual int recvSelf(const Communicator &)
Receive the object. 
Definition: NewtonLineSearch.cpp:258
Base class for solution algorithms. 
Definition: EquiSolnAlgo.h:91
void Print(std::ostream &s, int flag=0) const
Send information to the stream based on the integer flag. 
Definition: NewtonLineSearch.cpp:261
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
Base class for line search algorithms. 
Definition: LineSearch.h:87
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35