|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
#include "matrix_categories.h"Go to the source code of this file.
Classes | |
| struct | dg::AnyVectorTag |
| Vector Tag base class, indicates the basic Vector/container concept. More... | |
| struct | dg::SharedVectorTag |
| Indicate a contiguous chunk of shared memory. More... | |
| struct | dg::MPIVectorTag |
| A distributed vector contains a data container and a MPI communicator. More... | |
| struct | dg::RecursiveVectorTag |
| This tag indicates composition/recursion. More... | |
| struct | dg::ArrayVectorTag |
| struct | dg::StdMapTag |
| struct | dg::ArrayScalarTag |
| struct | dg::ThrustVectorTag |
| Indicate thrust/std - like behaviour. More... | |
| struct | dg::CuspVectorTag |
| special tag for cusp arrays More... | |
Namespaces | |
| namespace | dg |
| This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |