Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>
#include "vector_categories.h"
#include "tensor_traits.h"
Go to the source code of this file.
Classes | |
struct | dg::TensorTraits< thrust::host_vector< T > > |
prototypical Shared Vector with Serial Tag More... | |
struct | dg::TensorTraits< thrust::device_vector< T > > |
prototypical Shared Vector with Cuda or Omp Tag More... | |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |