Go to the source code of this file.
Typedefs | |
| typedef unsigned int | uint |
| typedef float | mdp_real |
| typedef int | mdp_int |
Functions | |
| void | _mpi_error_message (string, string, int) |
Variables | |
| const int | EVEN = 0 |
| const int | ODD = 1 |
| const int | EVENODD = 2 |
| const int | _NprocMax_ = 256 |
| double | PRECISION = 3.0e-6 |
| char * | mdp_program_name = "A generic test program" |
| Each program should have a name. | |
| char * | mdp_random_seed_filename = 0 |
| Filename to store the random seed. | |
| const unsigned int | mdp_local_endianess = 0x87654321 |
| Used to determine the local endianess of this machine. | |
| const double | Pi = 3.1415926535897932384626433832795028841971 |
| bool | mdp_shutup = false |
| double | mdp_precision = 1e-5 |
MDP global variables
Licensed under GPL2 license Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
| typedef int mdp_int |
| typedef float mdp_real |
| typedef unsigned int uint |
| void _mpi_error_message | ( | string | , | |
| string | , | |||
| int | ||||
| ) |
| const int _NprocMax_ = 256 |
| const int EVEN = 0 |
| const int EVENODD = 2 |
| const unsigned int mdp_local_endianess = 0x87654321 |
Used to determine the local endianess of this machine.
| double mdp_precision = 1e-5 |
Default precision used by iterative algorithms such as mdp_matrix::sin(), mdp_matrix::cos() and mdp_matrix::exp()
| char* mdp_program_name = "A generic test program" |
Each program should have a name.
| char* mdp_random_seed_filename = 0 |
Filename to store the random seed.
| bool mdp_shutup = false |
Set mdp_shutup=true to suppress default output from any part of The program
| const int ODD = 1 |
| const double Pi = 3.1415926535897932384626433832795028841971 |
| double PRECISION = 3.0e-6 |
1.6.1