PlasCom2  1.0
XPACC Multi-physics simluation application
error Namespace Reference

Variables

static const int DV = 1
 
static const int TV = 2
 
static const int VELGRAD = 4
 
static const int VELDIV = 8
 
static const int TGRAD = 16
 
static const int CONCGRAD = 32
 
static const int TAU = 64
 
static const int HEATFLUX = 128
 
static const int AO = 256
 
static const int XANGE = 512
 
static const int IFLUX = 1024
 
static const int VFLUX = 2048
 
static const int VEFLUX = 4096
 
static const int BC = 8192
 
static const int INIT = 1
 
static const int RHS = 2
 
static const int IGX = 4
 
static const int FINAL = 8
 

Variable Documentation

◆ AO

const int AO = 256
static

Definition at line 42 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ BC

const int BC = 8192
static

Definition at line 47 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ CONCGRAD

const int CONCGRAD = 32
static

Definition at line 39 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ DV

const int DV = 1
static

Definition at line 34 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ FINAL

const int FINAL = 8
static

Definition at line 37 of file RK4Advancer.H.

Referenced by rk4advancer< DomainType >::AdvanceDomain().

◆ HEATFLUX

const int HEATFLUX = 128
static

Definition at line 41 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ IFLUX

const int IFLUX = 1024
static

Definition at line 44 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ IGX

const int IGX = 4
static

Definition at line 36 of file RK4Advancer.H.

Referenced by rk4advancer< DomainType >::AdvanceDomain().

◆ INIT

const int INIT = 1
static

Definition at line 34 of file RK4Advancer.H.

Referenced by rk4advancer< DomainType >::AdvanceDomain().

◆ RHS

const int RHS = 2
static

Definition at line 35 of file RK4Advancer.H.

Referenced by rk4advancer< DomainType >::AdvanceDomain().

◆ TAU

const int TAU = 64
static

Definition at line 40 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ TGRAD

const int TGRAD = 16
static

Definition at line 38 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ TV

const int TV = 2
static

Definition at line 35 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ VEFLUX

const int VEFLUX = 4096
static

Definition at line 46 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ VELDIV

const int VELDIV = 8
static

Definition at line 37 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ VELGRAD

const int VELGRAD = 4
static

Definition at line 36 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ VFLUX

const int VFLUX = 2048
static

Definition at line 45 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().

◆ XANGE

const int XANGE = 512
static

Definition at line 43 of file EulerRHS.H.

Referenced by rhs< GridT, StateT, OperatorT >::RHS().