|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include "parameters.h"#include "common.h"#include "mpi.h"#include "object_wrapper.h"#include "particle_species.h"#include "readparameters.h"#include <algorithm>#include <filesystem>#include <cstdlib>#include <iostream>#include <limits>#include <set>#include <stdexcept>#include <unistd.h>#include "fieldtracing/fieldtracing.h"
Go to the source code of this file.
Macros | |
| #define | NAN 0 |
Variables | |
| Logger | logFile |
| const Real | LARGE_REAL = 1e20 |
| std::string | tracerString |
| #define NAN 0 |
Definition at line 41 of file parameters.cpp.
| const Real LARGE_REAL = 1e20 |
Definition at line 52 of file parameters.cpp.
| std::string tracerString |
Fieldline tracer to use for coupling ionosphere and magnetosphere
Definition at line 227 of file parameters.cpp.