| Hermes2D
    3.0
    | 
Structure containing all the needed information about the active edge from the neighbor's side. More...
#include <neighbor_search.h>
| Public Attributes | |
| int | local_num_of_edge | 
| Local number of the edge on neighbor element. | |
| bool | orientation | 
| Relative orientation of the neighbor edge with respect to the active edge.  More... | |
Structure containing all the needed information about the active edge from the neighbor's side.
Definition at line 249 of file neighbor_search.h.
| bool Hermes::Hermes2D::NeighborSearch< Scalar >::NeighborEdgeInfo::orientation | 
Relative orientation of the neighbor edge with respect to the active edge.
(0 - same orientation, 1 - reverse orientation).
Definition at line 257 of file neighbor_search.h.
Referenced by Hermes::Hermes2D::NeighborSearch< Scalar >::init_ext_fn(), Hermes::Hermes2D::NeighborSearch< Scalar >::set_active_edge(), and Hermes::Hermes2D::NeighborSearch< Scalar >::set_active_edge_multimesh().