#include <math.h>
Include dependency graph for fmxxphysicomath.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const double | PI = 3.1415926535 |
Define common mathematical constants. | |
const double | EPSILON_ZERO = 8.85418782e-12 |
const double | MU_ZERO = 4.0 * PI * 1.0e-7 |
const double | SPEED_OF_LIGHT_VACUUM = (1.0/(sqrt(EPSILON_ZERO*MU_ZERO))) |
const double | Z0 = sqrt(MU_ZERO/EPSILON_ZERO) |
const double | SIGMA_CU_CERN = 6.26e7 |
const double | SIGMA_CU_PSI = 5.8e7 |
const double EPSILON_ZERO = 8.85418782e-12 |
const double PI = 3.1415926535 |
Define common mathematical constants.
rights - Benedikt Oswald, Paul Scherrer Institute file name - fmxxphsyicomath.h file type - header file objective - define common mathematical constants author - Benedikt Oswald modified - 2006 jan 19, benedikt oswald, creation modified - 2006 features -
Definition at line 19 of file fmxxphysicomath.h.
Referenced by h5_compute_eigenquality(), h5_write_eigenvalue(), and KnyazevLOBPCG::solve().
const double SIGMA_CU_CERN = 6.26e7 |
Definition at line 25 of file fmxxphysicomath.h.
const double SIGMA_CU_PSI = 5.8e7 |
const double SPEED_OF_LIGHT_VACUUM = (1.0/(sqrt(EPSILON_ZERO*MU_ZERO))) |
Definition at line 22 of file fmxxphysicomath.h.
Referenced by h5_compute_eigenquality(), and h5_write_eigenvalue().
const double Z0 = sqrt(MU_ZERO/EPSILON_ZERO) |
Definition at line 23 of file fmxxphysicomath.h.