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

Average filter that computes the average of all points in the stencil More...

Public Member Functions

template<class real_type >
DG_DEVICE void operator() (unsigned i, const int *row_offsets, const int *column_indices, const real_type *values, const real_type *x, real_type *y)
 

Detailed Description

Average filter that computes the average of all points in the stencil

See also
dg::blas2::stencil dg::create::window_stencil

Member Function Documentation

◆ operator()()

template<class real_type >
DG_DEVICE void dg::CSRAverageFilter::operator() ( unsigned  i,
const int *  row_offsets,
const int *  column_indices,
const real_type *  values,
const real_type *  x,
real_type *  y 
)
inline

The documentation for this struct was generated from the following file: