Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
abfa13bd
Commit
abfa13bd
authored
May 30, 2019
by
Dennis Gläser
Committed by
Timo Koch
Jun 17, 2019
Browse files
[geometryintersection] improve docu
parent
a5200767
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/geometry/geometryintersection.hh
View file @
abfa13bd
...
...
@@ -672,7 +672,7 @@ public:
* Compute the convex hull polygon
* Return a triangulation of that polygon as intersection
* \param geo1/geo2 The geometries to intersect
* \param intersection
A triangulation of the intersection polygon
* \param intersection
Container to store the corner points of the polygon (as convex hull)
* \note This overload is used when polygon like intersections are seeked
*/
template
<
class
P
=
Policy
,
std
::
enable_if_t
<
P
::
dimIntersection
==
2
,
int
>
=
0
>
...
...
@@ -796,7 +796,7 @@ public:
* Compute the convex hull polygon
* Return a triangulation of that polygon as intersection
* \param geo1/geo2 The geometries to intersect
* \param intersection
A triangulation of
the intersection
polygon
* \param intersection
Container to store
the intersection
result
* \todo implement overloads for segment or point-like intersections
*/
template
<
class
P
=
Policy
,
std
::
enable_if_t
<
P
::
dimIntersection
!=
2
,
int
>
=
0
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment