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