|
programmer's documentation
|
#include "cs_defs.h"
Variables | |
| const cs_real_t | cs_defs_epzero = 1.e-12 |
| const cs_real_t | cs_defs_infinite_r = 1.e30 |
| const cs_real_t | cs_defs_big_r = 1.e12 |
| const cs_real_t | cs_defs_pi = 3.141592653589793 |
| const size_t | cs_datatype_size [] |
| const char * | cs_datatype_name [] |
| MPI_Datatype | cs_datatype_to_mpi [] |
| int | cs_glob_n_threads = 1 |
| int | cs_glob_rank_id = -1 |
| int | cs_glob_n_ranks = 1 |
| MPI_Comm | cs_glob_mpi_comm = MPI_COMM_NULL |
Base macro and typedef definitions for system portability.
| const char* cs_datatype_name[] |
| const size_t cs_datatype_size[] |
| MPI_Datatype cs_datatype_to_mpi[] |
| const cs_real_t cs_defs_big_r = 1.e12 |
big value
| const cs_real_t cs_defs_epzero = 1.e-12 |
epsilon
| const cs_real_t cs_defs_infinite_r = 1.e30 |
infinite
| const cs_real_t cs_defs_pi = 3.141592653589793 |
value with 16 digits
| MPI_Comm cs_glob_mpi_comm = MPI_COMM_NULL |
| int cs_glob_n_ranks = 1 |
| int cs_glob_n_threads = 1 |
| int cs_glob_rank_id = -1 |
1.8.7