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

Go to the source code of this file.

Macros

#define MAX_BLOCKS_PER_DIM   100

Variables

const uint WID = 4
const uint WID2 = WID*WID
const uint WID3 = WID2*WID

Macro Definition Documentation

◆ MAX_BLOCKS_PER_DIM

#define MAX_BLOCKS_PER_DIM   100

Definition at line 30 of file common.h.

Variable Documentation

◆ WID

const uint WID = 4

Number of cells per coordinate in a velocity block. Only a value of 4 supported by vectorized Leveque solver

Definition at line 16 of file common.h.

◆ WID2

const uint WID2 = WID*WID

Number of cells per 2D slab in a velocity block.

Definition at line 17 of file common.h.

◆ WID3

const uint WID3 = WID2*WID

Number of cells in a velocity block.

Definition at line 18 of file common.h.