Helper struct for setting boundary flag of lower level elements of a facet. More...
#include <boundary.hpp>
Static Public Member Functions | |
template<typename FacetType , typename KeyType > | |
static void | apply (FacetType const &facet, KeyType const &key, full_handling_tag) |
The static actor for the case that boundary k-cells for this level are available on the n-cell. | |
template<typename FacetType , typename KeyType > | |
static void | apply (FacetType const &facet, KeyType const &key, no_handling_tag) |
The static actor for the case that no boundary k-cells for this level are available on the n-cell. |
Helper struct for setting boundary flag of lower level elements of a facet.
dim | Topological dimension the boundary setter is acting on |
static void apply | ( | FacetType const & | facet, | |
KeyType const & | key, | |||
full_handling_tag | ||||
) | [inline, static] |
The static actor for the case that boundary k-cells for this level are available on the n-cell.
static void apply | ( | FacetType const & | facet, | |
KeyType const & | key, | |||
no_handling_tag | ||||
) | [inline, static] |
The static actor for the case that no boundary k-cells for this level are available on the n-cell.