ViennaGrid - The Vienna Grid Library
2.1.0
|
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 >) |
Helper functor which iterates over the respective boundary elements and applied the user-provided functor to each boundary element.
for_each_boundary_element_functor | ( | ElementT & | element_, |
FunctorT | functor_ | ||
) | [inline] |
void operator() | ( | viennagrid::detail::tag< boundary_cell_type > | ) | [inline] |