|
TDMS
Time Domain Maxwell Solver
|
Type definitions and global constants. More...
#include <complex>#include <string>Go to the source code of this file.
Classes | |
| struct | PlanarInterface |
| struct | complex_vector |
Enumerations | |
| enum | AxialDirection { X = 'x' , Y = 'y' , Z = 'z' } |
| enum | FieldComponents { Ex = 1 , Ey , Ez , Hx , Hy , Hz } |
| enum | ModeOfRun { Pass1 , Pass2 } |
| enum | RCSType { parallel , perpendicular } |
Variables | |
| const std::string | tdms::VERSION = "v1" |
| const double | tdms_math_constants::DCPI = 3.14159265358979323846 |
| const std::complex< double > | tdms_math_constants::IMAGINARY_UNIT |
| const double | tdms_phys_constants::EPSILON0 = 8.85400e-12 |
| const double | tdms_phys_constants::MU0 |
| const double | tdms_phys_constants::LIGHT_V = 1.0 / sqrt(EPSILON0 * MU0) |
| const double | tdms_phys_constants::Z0 = 376.734 |
Type definitions and global constants.
| enum FieldComponents |
Enum defining a mapping to integers used in the MATLAB initialisation
| const std::complex<double> tdms_math_constants::IMAGINARY_UNIT |
| const double tdms_phys_constants::MU0 |