Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
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. | |