dune-grid-glue 2.8.0
|
Intersection between two edges of a triangle. More...
#include <dune/grid-glue/common/projection.hh>
Public Attributes | |
std::array< unsigned, 2 > | edge |
Edge numbers in image and preimage triangle. More... | |
std::array< Coordinate, 2 > | local |
Local coordinates of intersection and distance along normals. More... | |
Intersection between two edges of a triangle.
std::array<unsigned, 2> Dune::GridGlue::Projection< Coordinate >::EdgeIntersection::edge |
Edge numbers in image and preimage triangle.
std::array<Coordinate, 2> Dune::GridGlue::Projection< Coordinate >::EdgeIntersection::local |
Local coordinates of intersection and distance along normals.
Local coordinate of intersection point in barycentric coordinates with respect to image and preimage triangle.