accelerInt  v0.1
Namespaces | Macros
rkc_props.h File Reference
#include <stdio.h>
Include dependency graph for rkc_props.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 radau2a
 

Macros

#define DOUBLE
 
#define Real   double
 
#define ZERO   0.0
 
#define ONE   1.0
 
#define TWO   2.0
 
#define THREE   3.0
 
#define FOUR   4.0
 
#define TEN   10.0
 
#define ONEP1   1.1
 
#define ONEP2   1.2
 
#define ONEP54   1.54
 
#define P8   0.8
 
#define P4   0.4
 
#define P1   0.1
 
#define P01   0.01
 
#define ONE3RD   (1.0 / 3.0)
 
#define TWO3RD   (2.0 / 3.0)
 
#define UROUND   (2.22e-16)
 
#define EC_success   (0)
 Successful time step. More...
 

Macro Definition Documentation

◆ DOUBLE

#define DOUBLE

Set double precision

Definition at line 7 of file rkc_props.h.

◆ FOUR

#define FOUR   4.0

Definition at line 20 of file rkc_props.h.

◆ ONE

#define ONE   1.0

Definition at line 17 of file rkc_props.h.

◆ ONE3RD

#define ONE3RD   (1.0 / 3.0)

Definition at line 30 of file rkc_props.h.

◆ ONEP1

#define ONEP1   1.1

Definition at line 23 of file rkc_props.h.

◆ ONEP2

#define ONEP2   1.2

Definition at line 24 of file rkc_props.h.

◆ ONEP54

#define ONEP54   1.54

Definition at line 25 of file rkc_props.h.

◆ P01

#define P01   0.01

Definition at line 29 of file rkc_props.h.

◆ P1

#define P1   0.1

Definition at line 28 of file rkc_props.h.

◆ P4

#define P4   0.4

Definition at line 27 of file rkc_props.h.

◆ P8

#define P8   0.8

Definition at line 26 of file rkc_props.h.

◆ Real

#define Real   double

Definition at line 14 of file rkc_props.h.

◆ TEN

#define TEN   10.0

Definition at line 22 of file rkc_props.h.

◆ THREE

#define THREE   3.0

Definition at line 19 of file rkc_props.h.

◆ TWO

#define TWO   2.0

Definition at line 18 of file rkc_props.h.

◆ TWO3RD

#define TWO3RD   (2.0 / 3.0)

Definition at line 31 of file rkc_props.h.

◆ UROUND

#define UROUND   (2.22e-16)

Definition at line 32 of file rkc_props.h.

◆ ZERO

#define ZERO   0.0

Definition at line 16 of file rkc_props.h.