Discontinuous Galerkin Library
#include "dg/algorithm.h"
average_dispatch.h File Reference
#include "../blas2.h"
#include "average_cpu.h"
#include "average_gpu.cuh"

Go to the source code of this file.

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 

Functions

template<class ContainerType >
void dg::transpose (unsigned nx, unsigned ny, const ContainerType &in, ContainerType &out)
 Transpose vector. More...
 
template<class ContainerType >
void dg::extend_line (unsigned nx, unsigned ny, const ContainerType &in, ContainerType &out)
 Copy a line into rows of output vector. More...
 
template<class ContainerType >
void dg::extend_column (unsigned nx, unsigned ny, const ContainerType &in, ContainerType &out)
 Copy a line into columns of output vector. More...