|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|

Go to the source code of this file.
Macros | |
| #define | cross_product(av, bv) |
| #define | dot_product(av, bv) |
| #define | vector_length(v) |
| #define | normalize_vector(v) |
Functions | |
| Scenario * | createScenario (std::string name) |
| #define cross_product | ( | av, | |
| bv ) |
Definition at line 27 of file scenario.cpp.
| #define dot_product | ( | av, | |
| bv ) |
Definition at line 28 of file scenario.cpp.
| #define normalize_vector | ( | v | ) |
Definition at line 30 of file scenario.cpp.
| #define vector_length | ( | v | ) |
Definition at line 29 of file scenario.cpp.
| Scenario * createScenario | ( | std::string | name | ) |
Definition at line 423 of file scenario.cpp.

