Static Public Member Functions

boundary_setter< dim > Struct Template Reference

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.

Detailed Description

template<long dim>
struct viennagrid::boundary_setter< dim >

Helper struct for setting boundary flag of lower level elements of a facet.

Template Parameters:
dim Topological dimension the boundary setter is acting on

Member Function Documentation

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.


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