Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
9cb21ed4
Commit
9cb21ed4
authored
4 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[geometry][isectpointsimplex] fix doc
parent
edeec221
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2431
Cleanup/isect point simplex
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/geometry/intersectspointsimplex.hh
+2
-2
2 additions, 2 deletions
dumux/geometry/intersectspointsimplex.hh
with
2 additions
and
2 deletions
dumux/geometry/intersectspointsimplex.hh
+
2
−
2
View file @
9cb21ed4
...
@@ -159,7 +159,7 @@ bool intersectsPointSimplex(const Dune::FieldVector<ctype, dimworld>& point,
...
@@ -159,7 +159,7 @@ bool intersectsPointSimplex(const Dune::FieldVector<ctype, dimworld>& point,
/*!
/*!
* \ingroup Geometry
* \ingroup Geometry
* \brief Find out whether a point is inside a interval (p0, p1
, p2, p3
) (dimworld is 3)
* \brief Find out whether a point is inside a interval (p0, p1) (dimworld is
2 or
3)
* \note We assume the given interval has non-zero length and use it to scale the epsilon
* \note We assume the given interval has non-zero length and use it to scale the epsilon
*/
*/
template
<
class
ctype
,
int
dimworld
,
typename
std
::
enable_if_t
<
(
dimworld
==
3
||
dimworld
==
2
),
int
>
=
0
>
template
<
class
ctype
,
int
dimworld
,
typename
std
::
enable_if_t
<
(
dimworld
==
3
||
dimworld
==
2
),
int
>
=
0
>
...
@@ -186,7 +186,7 @@ bool intersectsPointSimplex(const Dune::FieldVector<ctype, dimworld>& point,
...
@@ -186,7 +186,7 @@ bool intersectsPointSimplex(const Dune::FieldVector<ctype, dimworld>& point,
/*!
/*!
* \ingroup Geometry
* \ingroup Geometry
* \brief Find out whether a point is inside a interval (p0, p1
, p2, p3
) (dimworld is 1)
* \brief Find out whether a point is inside a interval (p0, p1) (dimworld is 1)
*/
*/
template
<
class
ctype
,
int
dimworld
,
typename
std
::
enable_if_t
<
(
dimworld
==
1
),
int
>
=
0
>
template
<
class
ctype
,
int
dimworld
,
typename
std
::
enable_if_t
<
(
dimworld
==
1
),
int
>
=
0
>
bool
intersectsPointSimplex
(
const
Dune
::
FieldVector
<
ctype
,
dimworld
>&
point
,
bool
intersectsPointSimplex
(
const
Dune
::
FieldVector
<
ctype
,
dimworld
>&
point
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment