Discontinuous Galerkin Library
#include "dg/algorithm.h"
execution_policy.h File Reference

Go to the source code of this file.

Classes

struct  dg::AnyPolicyTag
 Execution Policy base class. More...
 
struct  dg::NoPolicyTag
 Indicate that a type does not have an execution policy. More...
 
struct  dg::SerialTag
 Indicate sequential execution. More...
 
struct  dg::CudaTag
 CUDA implementation. More...
 
struct  dg::OmpTag
 OpenMP parallel execution. More...
 

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.