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

TrapezoidalTimeSeriesIntegrator Class Reference

#include <TrapezoidalTimeSeriesIntegrator.h>

Inheritance diagram for TrapezoidalTimeSeriesIntegrator::

TimeSeriesIntegrator MovableObject List of all members.

Public Methods

 TrapezoidalTimeSeriesIntegrator ()
 ~TrapezoidalTimeSeriesIntegrator ()
TimeSeriesintegrate (TimeSeries *theTimeSeries, double delta)
int sendSelf (int commitTag, Channel &theChannel)
 methods for output. More...

int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (ostream &s, int flag=0)

Constructor & Destructor Documentation

TrapezoidalTimeSeriesIntegrator::TrapezoidalTimeSeriesIntegrator ( )
 

Definition at line 44 of file TrapezoidalTimeSeriesIntegrator.cpp.

TrapezoidalTimeSeriesIntegrator::~TrapezoidalTimeSeriesIntegrator ( )
 

Definition at line 50 of file TrapezoidalTimeSeriesIntegrator.cpp.


Member Function Documentation

void TrapezoidalTimeSeriesIntegrator::Print ( ostream & s,
int flag = 0 )
 

Definition at line 149 of file TrapezoidalTimeSeriesIntegrator.cpp.

TimeSeries * TrapezoidalTimeSeriesIntegrator::integrate ( TimeSeries * theTimeSeries,
double delta ) [virtual]
 

Reimplemented from TimeSeriesIntegrator.

Definition at line 56 of file TrapezoidalTimeSeriesIntegrator.cpp.

int TrapezoidalTimeSeriesIntegrator::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 141 of file TrapezoidalTimeSeriesIntegrator.cpp.

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

methods for output.

Reimplemented from MovableObject.

Definition at line 134 of file TrapezoidalTimeSeriesIntegrator.cpp.


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