Hermes2D
2.0
|
Structure containing all the needed information about the active edge from the neighbor's side. More...
#include <neighbor.h>
Public Attributes | |
int | local_num_of_edge |
Local number of the edge on neighbor element. | |
int | orientation |
Structure containing all the needed information about the active edge from the neighbor's side.
Definition at line 237 of file neighbor.h.
int 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 243 of file neighbor.h.
Referenced by Hermes::Hermes2D::NeighborSearch< Scalar >::init_ext_fn(), Hermes::Hermes2D::NeighborSearch< Scalar >::set_active_edge(), Hermes::Hermes2D::NeighborSearch< Scalar >::set_active_edge_multimesh(), and Hermes::Hermes2D::DiscreteProblem< Scalar >::traverse_multimesh_subtree().