Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
spatial_cell_wrapper.hpp File Reference
Include dependency graph for spatial_cell_wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  spatial_cell
namespace  spatial_cell::Transfer

Macros

#define error_velocity_cell   0xFFFFFFFFu
#define error_velocity_cell_index   0xFFFFFFFFu

Variables

static const uint64_t spatial_cell::Transfer::NONE = 0
static const uint64_t spatial_cell::Transfer::CELL_PARAMETERS = (1ull<<0)
static const uint64_t spatial_cell::Transfer::CELL_DERIVATIVES = (1ull<<1)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_LIST_STAGE1 = (1ull<<2)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_LIST_STAGE2 = (1ull<<3)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_DATA = (1ull<<4)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_PARAMETERS = (1ull<<6)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_WITH_CONTENT_STAGE1 = (1ull<<7)
static const uint64_t spatial_cell::Transfer::VEL_BLOCK_WITH_CONTENT_STAGE2 = (1ull<<8)
static const uint64_t spatial_cell::Transfer::CELL_SYSBOUNDARYFLAG = (1ull<<9)
static const uint64_t spatial_cell::Transfer::CELL_E = (1ull<<10)
static const uint64_t spatial_cell::Transfer::CELL_EDT2 = (1ull<<11)
static const uint64_t spatial_cell::Transfer::CELL_PERB = (1ull<<12)
static const uint64_t spatial_cell::Transfer::CELL_PERBDT2 = (1ull<<13)
static const uint64_t spatial_cell::Transfer::CELL_RHOM_V = (1ull<<14)
static const uint64_t spatial_cell::Transfer::CELL_RHOMDT2_VDT2 = (1ull<<15)
static const uint64_t spatial_cell::Transfer::CELL_RHOQ = (1ull<<16)
static const uint64_t spatial_cell::Transfer::CELL_RHOQDT2 = (1ull<<17)
static const uint64_t spatial_cell::Transfer::CELL_BVOL = (1ull<<18)
static const uint64_t spatial_cell::Transfer::CELL_BVOL_DERIVATIVES = (1ull<<19)
static const uint64_t spatial_cell::Transfer::CELL_DIMENSIONS = (1ull<<20)
static const uint64_t spatial_cell::Transfer::CELL_IOLOCALCELLID = (1ull<<21)
static const uint64_t spatial_cell::Transfer::NEIGHBOR_VEL_BLOCK_DATA = (1ull<<22)
static const uint64_t spatial_cell::Transfer::CELL_HALL_TERM = (1ull<<23)
static const uint64_t spatial_cell::Transfer::CELL_P = (1ull<<24)
static const uint64_t spatial_cell::Transfer::CELL_PDT2 = (1ull<<25)
static const uint64_t spatial_cell::Transfer::POP_METADATA = (1ull<<26)
static const uint64_t spatial_cell::Transfer::RANDOMGEN = (1ull<<27)
static const uint64_t spatial_cell::Transfer::CELL_GRADPE_TERM = (1ull<<28)
static const uint64_t spatial_cell::Transfer::REFINEMENT_PARAMETERS = (1ull<<29)
static const uint64_t spatial_cell::Transfer::ALL_DATA
static const uint64_t spatial_cell::Transfer::ALL_SPATIAL_DATA

Macro Definition Documentation

◆ error_velocity_cell

#define error_velocity_cell   0xFFFFFFFFu

Used as an error from functions returning velocity cells or as a cell that would be outside of the velocity block

Definition at line 40 of file spatial_cell_wrapper.hpp.

◆ error_velocity_cell_index

#define error_velocity_cell_index   0xFFFFFFFFu

Used as an error from functions returning velocity cell indices or as an index that would be outside of the velocity block

Definition at line 46 of file spatial_cell_wrapper.hpp.