|
accelerInt
v0.1
|
#include <stdio.h>

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... | |
| #define DOUBLE |
Set double precision
Definition at line 7 of file rkc_props.h.
| #define FOUR 4.0 |
Definition at line 20 of file rkc_props.h.
| #define ONE 1.0 |
Definition at line 17 of file rkc_props.h.
| #define ONE3RD (1.0 / 3.0) |
Definition at line 30 of file rkc_props.h.
| #define ONEP1 1.1 |
Definition at line 23 of file rkc_props.h.
| #define ONEP2 1.2 |
Definition at line 24 of file rkc_props.h.
| #define ONEP54 1.54 |
Definition at line 25 of file rkc_props.h.
| #define P01 0.01 |
Definition at line 29 of file rkc_props.h.
| #define P1 0.1 |
Definition at line 28 of file rkc_props.h.
| #define P4 0.4 |
Definition at line 27 of file rkc_props.h.
| #define P8 0.8 |
Definition at line 26 of file rkc_props.h.
| #define Real double |
Definition at line 14 of file rkc_props.h.
| #define TEN 10.0 |
Definition at line 22 of file rkc_props.h.
| #define THREE 3.0 |
Definition at line 19 of file rkc_props.h.
| #define TWO 2.0 |
Definition at line 18 of file rkc_props.h.
| #define TWO3RD (2.0 / 3.0) |
Definition at line 31 of file rkc_props.h.
| #define UROUND (2.22e-16) |
Definition at line 32 of file rkc_props.h.
| #define ZERO 0.0 |
Definition at line 16 of file rkc_props.h.
1.8.14