Peano
Loading...
Searching...
No Matches
exahype2.solvers.fv.rusanov.kernels.KernelVariant Class Reference
Inheritance diagram for exahype2.solvers.fv.rusanov.kernels.KernelVariant:
Collaboration diagram for exahype2.solvers.fv.rusanov.kernels.KernelVariant:

Static Public Attributes

int PatchWiseAoS = 10
 
int PatchWiseAoSoA = 11
 
int PatchWiseSoA = 12
 
int BatchedAoS = 20
 
int BatchedAoSoA = 21
 
int BatchedSoA = 22
 
int TaskGraphAoS = 30
 
int TaskGraphAoSoA = 31
 
int TaskGraphSoA = 32
 
int VolumeWiseAoS = 40
 
int VolumeWiseAoSoA = 41
 
int VolumeWiseSoA = 42
 

Detailed Description

Definition at line 24 of file kernels.py.

Field Documentation

◆ BatchedAoS

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.BatchedAoS = 20
static

Definition at line 28 of file kernels.py.

◆ BatchedAoSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.BatchedAoSoA = 21
static

Definition at line 29 of file kernels.py.

◆ BatchedSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.BatchedSoA = 22
static

Definition at line 30 of file kernels.py.

◆ PatchWiseAoS

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.PatchWiseAoS = 10
static

Definition at line 25 of file kernels.py.

◆ PatchWiseAoSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.PatchWiseAoSoA = 11
static

Definition at line 26 of file kernels.py.

◆ PatchWiseSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.PatchWiseSoA = 12
static

Definition at line 27 of file kernels.py.

◆ TaskGraphAoS

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.TaskGraphAoS = 30
static

Definition at line 31 of file kernels.py.

◆ TaskGraphAoSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.TaskGraphAoSoA = 31
static

Definition at line 32 of file kernels.py.

◆ TaskGraphSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.TaskGraphSoA = 32
static

Definition at line 33 of file kernels.py.

◆ VolumeWiseAoS

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.VolumeWiseAoS = 40
static

Definition at line 34 of file kernels.py.

◆ VolumeWiseAoSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.VolumeWiseAoSoA = 41
static

Definition at line 35 of file kernels.py.

◆ VolumeWiseSoA

int exahype2.solvers.fv.rusanov.kernels.KernelVariant.VolumeWiseSoA = 42
static

Definition at line 36 of file kernels.py.


The documentation for this class was generated from the following file: