CG
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
cg.v25
common
src
AdamsPCData.h
Go to the documentation of this file.
1
#ifndef ADAMS_PC_DATA_H
2
#define ADAMS_PC_DATA_H
3
4
#include "OvertureTypes.h"
5
6
// =========================================================================
7
// Ths class holds state data for the adams predictor-corrector methods
8
// =========================================================================
9
10
11
class
AdamsPCData
12
{
13
public
:
14
AdamsPCData
();
15
~AdamsPCData
();
16
17
AdamsPCData
(
const
AdamsPCData
&
x
);
18
AdamsPCData
&
operator=
(
const
AdamsPCData
& x);
19
20
real
dtb
;
21
int
mab0
,
mab1
,
mab2
;
22
int
nab0
,
nab1
,
nab2
,
nab3
;
23
int
ndt0
;
24
real
dtp
[5];
25
};
26
27
28
29
#endif
Generated on Fri Jan 4 2013 10:19:06 for CG by
1.8.3