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

Broyden Class Reference

#include <Broyden.h>

Inheritance diagram for Broyden::

EquiSolnAlgo SolutionAlgorithm MovableObject List of all members.

Public Methods

 Broyden (int tangent=CURRENT_TANGENT, int n=10)
 Broyden (ConvergenceTest &theTest, int tangent=CURRENT_TANGENT, int n=10)
 ~Broyden ()
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

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

Definition at line 48 of file Broyden.cpp.

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

Definition at line 72 of file Broyden.cpp.

Broyden::~Broyden ( )
 

Definition at line 95 of file Broyden.cpp.


Member Function Documentation

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

Reimplemented from EquiSolnAlgo.

Definition at line 419 of file Broyden.cpp.

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

Reimplemented from EquiSolnAlgo.

Definition at line 398 of file Broyden.cpp.

int Broyden::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 410 of file Broyden.cpp.

int Broyden::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 404 of file Broyden.cpp.

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

Reimplemented from EquiSolnAlgo.

Definition at line 132 of file Broyden.cpp.

int Broyden::solveCurrentStep ( void ) [virtual]
 

virtual functions.

Reimplemented from EquiSolnAlgo.

Definition at line 145 of file Broyden.cpp.


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