Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Variables
fub::execution Namespace Reference

Classes

struct  SequentialTag
 
struct  SimdTag
 
struct  OpenMpTag
 
struct  OpenMpSimdTag
 

Variables

constexpr SequentialTag seq
 
constexpr SimdTag simd
 
constexpr OpenMpTag openmp
 
constexpr OpenMpSimdTag openmp_simd
 

Variable Documentation

◆ openmp

constexpr OpenMpTag fub::execution::openmp
inlineconstexpr

◆ openmp_simd

constexpr OpenMpSimdTag fub::execution::openmp_simd
inlineconstexpr

◆ seq

constexpr SequentialTag fub::execution::seq
inlineconstexpr

◆ simd

constexpr SimdTag fub::execution::simd
inlineconstexpr