ug4
neighborhood_util.h File Reference
#include "grid.h"
#include "neighborhood_util_impl.hpp"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<typename TBaseElem >
TBaseElemug::GetConnectedNeighbor (Grid &g, typename TBaseElem::side *face, TBaseElem *elem)
 Finds the neighbor connected through a side. More...
 
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. More...