Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
spatial_cell::Transfer Namespace Reference

Variables

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

Variable Documentation

◆ ALL_DATA

const uint64_t spatial_cell::Transfer::ALL_DATA
static
Initial value:

Definition at line 82 of file spatial_cell_wrapper.hpp.

◆ ALL_SPATIAL_DATA

const uint64_t spatial_cell::Transfer::ALL_SPATIAL_DATA
static

◆ CELL_BVOL

const uint64_t spatial_cell::Transfer::CELL_BVOL = (1ull<<18)
static

Definition at line 69 of file spatial_cell_wrapper.hpp.

◆ CELL_BVOL_DERIVATIVES

const uint64_t spatial_cell::Transfer::CELL_BVOL_DERIVATIVES = (1ull<<19)
static

Definition at line 70 of file spatial_cell_wrapper.hpp.

◆ CELL_DERIVATIVES

const uint64_t spatial_cell::Transfer::CELL_DERIVATIVES = (1ull<<1)
static

Definition at line 53 of file spatial_cell_wrapper.hpp.

◆ CELL_DIMENSIONS

const uint64_t spatial_cell::Transfer::CELL_DIMENSIONS = (1ull<<20)
static

Definition at line 71 of file spatial_cell_wrapper.hpp.

◆ CELL_E

const uint64_t spatial_cell::Transfer::CELL_E = (1ull<<10)
static

Definition at line 61 of file spatial_cell_wrapper.hpp.

◆ CELL_EDT2

const uint64_t spatial_cell::Transfer::CELL_EDT2 = (1ull<<11)
static

Definition at line 62 of file spatial_cell_wrapper.hpp.

◆ CELL_GRADPE_TERM

const uint64_t spatial_cell::Transfer::CELL_GRADPE_TERM = (1ull<<28)
static

Definition at line 79 of file spatial_cell_wrapper.hpp.

◆ CELL_HALL_TERM

const uint64_t spatial_cell::Transfer::CELL_HALL_TERM = (1ull<<23)
static

Definition at line 74 of file spatial_cell_wrapper.hpp.

◆ CELL_IOLOCALCELLID

const uint64_t spatial_cell::Transfer::CELL_IOLOCALCELLID = (1ull<<21)
static

Definition at line 72 of file spatial_cell_wrapper.hpp.

◆ CELL_P

const uint64_t spatial_cell::Transfer::CELL_P = (1ull<<24)
static

Definition at line 75 of file spatial_cell_wrapper.hpp.

◆ CELL_PARAMETERS

const uint64_t spatial_cell::Transfer::CELL_PARAMETERS = (1ull<<0)
static

Definition at line 52 of file spatial_cell_wrapper.hpp.

◆ CELL_PDT2

const uint64_t spatial_cell::Transfer::CELL_PDT2 = (1ull<<25)
static

Definition at line 76 of file spatial_cell_wrapper.hpp.

◆ CELL_PERB

const uint64_t spatial_cell::Transfer::CELL_PERB = (1ull<<12)
static

Definition at line 63 of file spatial_cell_wrapper.hpp.

◆ CELL_PERBDT2

const uint64_t spatial_cell::Transfer::CELL_PERBDT2 = (1ull<<13)
static

Definition at line 64 of file spatial_cell_wrapper.hpp.

◆ CELL_RHOM_V

const uint64_t spatial_cell::Transfer::CELL_RHOM_V = (1ull<<14)
static

Definition at line 65 of file spatial_cell_wrapper.hpp.

◆ CELL_RHOMDT2_VDT2

const uint64_t spatial_cell::Transfer::CELL_RHOMDT2_VDT2 = (1ull<<15)
static

Definition at line 66 of file spatial_cell_wrapper.hpp.

◆ CELL_RHOQ

const uint64_t spatial_cell::Transfer::CELL_RHOQ = (1ull<<16)
static

Definition at line 67 of file spatial_cell_wrapper.hpp.

◆ CELL_RHOQDT2

const uint64_t spatial_cell::Transfer::CELL_RHOQDT2 = (1ull<<17)
static

Definition at line 68 of file spatial_cell_wrapper.hpp.

◆ CELL_SYSBOUNDARYFLAG

const uint64_t spatial_cell::Transfer::CELL_SYSBOUNDARYFLAG = (1ull<<9)
static

Definition at line 60 of file spatial_cell_wrapper.hpp.

◆ NEIGHBOR_VEL_BLOCK_DATA

const uint64_t spatial_cell::Transfer::NEIGHBOR_VEL_BLOCK_DATA = (1ull<<22)
static

Definition at line 73 of file spatial_cell_wrapper.hpp.

◆ NONE

const uint64_t spatial_cell::Transfer::NONE = 0
static

Definition at line 51 of file spatial_cell_wrapper.hpp.

◆ POP_METADATA

const uint64_t spatial_cell::Transfer::POP_METADATA = (1ull<<26)
static

Definition at line 77 of file spatial_cell_wrapper.hpp.

◆ RANDOMGEN

const uint64_t spatial_cell::Transfer::RANDOMGEN = (1ull<<27)
static

Definition at line 78 of file spatial_cell_wrapper.hpp.

◆ REFINEMENT_PARAMETERS

const uint64_t spatial_cell::Transfer::REFINEMENT_PARAMETERS = (1ull<<29)
static

Definition at line 80 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_DATA

const uint64_t spatial_cell::Transfer::VEL_BLOCK_DATA = (1ull<<4)
static

Definition at line 56 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_LIST_STAGE1

const uint64_t spatial_cell::Transfer::VEL_BLOCK_LIST_STAGE1 = (1ull<<2)
static

Definition at line 54 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_LIST_STAGE2

const uint64_t spatial_cell::Transfer::VEL_BLOCK_LIST_STAGE2 = (1ull<<3)
static

Definition at line 55 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_PARAMETERS

const uint64_t spatial_cell::Transfer::VEL_BLOCK_PARAMETERS = (1ull<<6)
static

Definition at line 57 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_WITH_CONTENT_STAGE1

const uint64_t spatial_cell::Transfer::VEL_BLOCK_WITH_CONTENT_STAGE1 = (1ull<<7)
static

Definition at line 58 of file spatial_cell_wrapper.hpp.

◆ VEL_BLOCK_WITH_CONTENT_STAGE2

const uint64_t spatial_cell::Transfer::VEL_BLOCK_WITH_CONTENT_STAGE2 = (1ull<<8)
static

Definition at line 59 of file spatial_cell_wrapper.hpp.