ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
for_each_boundary_element_functor< ElementT, FunctorT > Struct Template Reference

Helper functor which iterates over the respective boundary elements and applied the user-provided functor to each boundary element. More...

#include <element.hpp>

Public Member Functions

 for_each_boundary_element_functor (ElementT &element_, FunctorT functor_)
template<typename boundary_cell_type >
void operator() (viennagrid::detail::tag< boundary_cell_type >)

Detailed Description

template<typename ElementT, typename FunctorT>
struct viennagrid::detail::for_each_boundary_element_functor< ElementT, FunctorT >

Helper functor which iterates over the respective boundary elements and applied the user-provided functor to each boundary element.


Constructor & Destructor Documentation

for_each_boundary_element_functor ( ElementT &  element_,
FunctorT  functor_ 
) [inline]

Member Function Documentation

void operator() ( viennagrid::detail::tag< boundary_cell_type >  ) [inline]

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