|
ug4
|
#include "neighborhood_util.h"#include "grid.h"#include "lib_grid/selector.h"#include "lib_grid/algorithms/selection_util.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<typename TElem > | |
| void | ug::GetNeighborhood (Grid &grid, size_t extSize, TElem *elem, typename geometry_traits< TElem >::const_iterator &begin, typename geometry_traits< TElem >::const_iterator &end) |
| Finds the neighborhood of a given size for specified element and type. | |