Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BFGS Class Reference

#include <BFGS.h>

Inheritance diagram for BFGS::

EquiSolnAlgo SolutionAlgorithm MovableObject List of all members.

Public Methods

 BFGS (int tangent=CURRENT_TANGENT, int n=10)
 BFGS (ConvergenceTest &theTest, int tangent=CURRENT_TANGENT, int n=10)
 ~BFGS ()
int solveCurrentStep (void)
 virtual functions. More...

void setTest (ConvergenceTest &theNewTest)
ConvergenceTestgetTest (void)
virtual int sendSelf (int commitTag, Channel &theChannel)
virtual int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (ostream &s, int flag=0)

Constructor & Destructor Documentation

BFGS::BFGS ( int tangent = CURRENT_TANGENT,
int n = 10 )
 

Definition at line 45 of file BFGS.cpp.

BFGS::BFGS ( ConvergenceTest & theTest,
int tangent = CURRENT_TANGENT,
int n = 10 )
 

Definition at line 75 of file BFGS.cpp.

BFGS::~BFGS ( )
 

Definition at line 103 of file BFGS.cpp.


Member Function Documentation

void BFGS::Print ( ostream & s,
int flag = 0 ) [virtual]
 

Reimplemented from EquiSolnAlgo.

Definition at line 490 of file BFGS.cpp.

ConvergenceTest * BFGS::getTest ( void ) [virtual]
 

Reimplemented from EquiSolnAlgo.

Definition at line 469 of file BFGS.cpp.

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

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to receive the data needed to be able to recreate itself in the new process after it has been sent through {theChannel}. If the object is an aggregation containing other objects, new objects of the correct type can be constructed using {theBroker}. To return if successful or a if not.

Reimplemented from MovableObject.

Definition at line 481 of file BFGS.cpp.

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

This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to send the data needed to be able to reproduce that object in a remote process. The object uses the methods provided by {theChannel} object to send the data to another channel at the remote actor, the address of the channel is set before this method is called. An object of similar type at the remote actor is invoked with a {receiveSelf()} to receive the data. Returns if successful (successful in that the data got to the channel), or a if no data was sent.

Reimplemented from MovableObject.

Definition at line 475 of file BFGS.cpp.

void BFGS::setTest ( ConvergenceTest & theNewTest ) [virtual]
 

Reimplemented from EquiSolnAlgo.

Definition at line 150 of file BFGS.cpp.

int BFGS::solveCurrentStep ( void ) [virtual]
 

virtual functions.

Reimplemented from EquiSolnAlgo.

Definition at line 162 of file BFGS.cpp.


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