Navigation

Operators and Keywords

Function List:

C++ API

DAERT Class Reference

#include <DAERT.h>

Inherits base_diff_alg_eqn, and DAERTFunc.

Inherited by DASRT.

Collaboration diagram for DAERT:

List of all members.


Public Member Functions

 DAERTFunc ()
 DAERTFunc (f)
 DAERT (const ColumnVector &xx, const ColumnVector &xxdot, double tt, DAERTFunc &f)
 DAERTFunc (a)
DAERToperator= (const DAERT &a)
 ~DAERT (void)
void initialize (const ColumnVector &xx, const ColumnVector &xxdot, double tt)

Public Attributes

 __pad0__: base_diff_alg_eqn ()
 __pad1__: base_diff_alg_eqn (xx
 tt
 __pad2__: base_diff_alg_eqn (a)

Constructor & Destructor Documentation

DAERT::DAERT ( const ColumnVector xx,
const ColumnVector xxdot,
double  tt,
DAERTFunc f 
) [inline]

DAERT::~DAERT ( void   )  [inline]


Member Function Documentation

DAERT::DAERTFunc (  )  [inline]

Type Constraints

DAERT::DAERTFunc (  )  [inline]

Type Constraints

DAERT::DAERTFunc ( void   )  [inline]

Reimplemented from DAERTFunc.

Type Constraints

void DAERT::initialize ( const ColumnVector xx,
const ColumnVector xxdot,
double  tt 
) [inline]

Reimplemented from base_diff_alg_eqn.

DAERT& DAERT::operator= ( const DAERT a  )  [inline]


Member Data Documentation

Reimplemented in DASRT.


The documentation for this class was generated from the following file: