Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Functors to use in dg::blas2::stencil function. More...
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... | |
Functors to use in dg::blas2::stencil function.