Discontinuous Galerkin Library
#include "dg/algorithm.h"

Functors to use in dg::blas2::stencil function. More...

Collaboration diagram for dg::blas2::stencil subroutines:

Classes

struct  dg::CSRMedianFilter
 Compute (lower) Median of input numbers. More...
 
struct  dg::CSRSWMFilter< real_type >
 Switching median filter. More...
 
struct  dg::CSRAverageFilter
 Average filter that computes the average of all points in the stencil More...
 
struct  dg::CSRSymvFilter
 Test filter that computes the symv csr matrix-vector product if used. More...
 
struct  dg::CSRSlopeLimiter< real_type >
 Generalized slope limiter for dG methods. More...
 

Detailed Description

Functors to use in dg::blas2::stencil function.