Chombo + EB  3.2
Macros | Typedefs
REAL.H File Reference

Go to the source code of this file.

Macros

#define _REAL_H_
 
#define CH_USE_DOUBLE   1
 
#define BYTE_T   char
 
#define MPI_CH_REAL   MPI_DOUBLE
 
#define H5T_NATIVE_REAL   H5T_NATIVE_DOUBLE
 
#define BASEFAB_REAL_SETVAL   1.23456789e+300
 
#define CH_BADVAL   (Real)1.0e99
 

Typedefs

typedef double Real
 

Macro Definition Documentation

◆ _REAL_H_

#define _REAL_H_

◆ CH_USE_DOUBLE

#define CH_USE_DOUBLE   1

◆ BYTE_T

#define BYTE_T   char

◆ MPI_CH_REAL

#define MPI_CH_REAL   MPI_DOUBLE

◆ H5T_NATIVE_REAL

#define H5T_NATIVE_REAL   H5T_NATIVE_DOUBLE

Referenced by dataTypes().

◆ BASEFAB_REAL_SETVAL

#define BASEFAB_REAL_SETVAL   1.23456789e+300

◆ CH_BADVAL

#define CH_BADVAL   (Real)1.0e99

Typedef Documentation

◆ Real

typedef double Real