template<class Edge1Type, class Edge2Type, bool orientations_agree_bool>
struct Interface< Edge1Type, Edge2Type, orientations_agree_bool >
Represent a simple sticking of two edges.
- Template Parameters
-
Edge1Type | Edge type defined on first patch. |
Edge2Type | Edge type defined on second patch. |
orientations_agree_bool | Boolean, if true, the parametrisations of the physical edge have the same orientation; else, the parametrisations of the physical edge have the opposite orientation. |
- See also
- EdgeTransformation
template<class Edge1Type , class Edge2Type , bool orientations_agree_bool>
constexpr bool Interface< Edge1Type, Edge2Type, orientations_agree_bool >::orientations_agree = orientations_agree_bool |
|
staticconstexpr |
If True, the parametrisations of the physical edge have the same orientation.
If False, the parametrisations of the physical edge have the opposite orientation. (See EdgeTransformation).