|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <algorithm>#include <cmath>#include <fstream>#include <iostream>#include <mpi.h>#include <limits>#include <stdint.h>#include <vector>#include <array>#include <unordered_map>#include <set>#include <map>#include <phiprof.hpp>#include <tuple>#include "../memoryallocation.h"#include "../common.h"#include "../parameters.h"#include "../definitions.h"#include "velocity_mesh_cpu.h"#include "velocity_block_container.h"

Go to the source code of this file.
Classes | |
| struct | spatial_cell::Population |
| class | spatial_cell::SpatialCell |
Namespaces | |
| namespace | spatial_cell |
Typedefs | |
| typedef std::array< unsigned int, 3 > | spatial_cell::velocity_cell_indices_t |
| typedef std::array< vmesh::LocalID, 3 > | spatial_cell::velocity_block_indices_t |