Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::Average< IMatrix, ContainerType >, including all inherited members.
Average()=default | dg::Average< IMatrix, ContainerType > | |
Average(const Topology &g, std::array< unsigned, Md > axes) | dg::Average< IMatrix, ContainerType > | inline |
Average(const Topology &g, enum coo2d axes) | dg::Average< IMatrix, ContainerType > | inline |
Average(const Topology &g, enum coo3d axes) | dg::Average< IMatrix, ContainerType > | inline |
Average(const Topology &g, std::array< enum coo3d, 2 > axes) | dg::Average< IMatrix, ContainerType > | inline |
container_type typedef | dg::Average< IMatrix, ContainerType > | |
operator()(const ContainerType &src, ContainerType &res, bool extend=true) | dg::Average< IMatrix, ContainerType > | inline |
value_type typedef | dg::Average< IMatrix, ContainerType > |