Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
#include <cmath>
#include <thrust/host_vector.h>
#include <cusp/coo_matrix.h>
#include "exblas/exdot_serial.h"
#include "config.h"
#include "exceptions.h"
#include "tensor_traits.h"
Go to the source code of this file.
Classes | |
struct | dg::EllSparseBlockMat< value_type > |
Ell Sparse Block Matrix format. More... | |
struct | dg::CooSparseBlockMat< value_type > |
Coo Sparse Block Matrix format. More... | |
struct | dg::TensorTraits< EllSparseBlockMat< T > > |
struct | dg::TensorTraits< CooSparseBlockMat< T > > |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |