Skip to content
GitLab
Menu
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
5a6c4aa8
Commit
5a6c4aa8
authored
Oct 01, 2019
by
Beatrix Becker
Browse files
[doxygen] resolves todos (unknown parameters)
parent
25f29a5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/common/geometry/geometryintersection.hh
View file @
5a6c4aa8
...
...
@@ -1082,7 +1082,8 @@ public:
* published by Morgan Kaufmann Publishers, (c) 2005 Elsevier Inc. (Chapter 5.3.6)
* \param is If the geometries collide, is holds the corner points of
* the intersection object in global coordinates.
* \param a/b/c/p/q \todo Doc me!
* \param a/b/c Points of triangle
* \param p/q Points of segment
* \note This overload is used when point-like intersections are seeked
*/
template
<
class
P
=
Policy
,
std
::
enable_if_t
<
P
::
dimIntersection
==
0
,
int
>
=
0
>
...
...
dumux/discretization/projection/projector.hh
View file @
5a6c4aa8
...
...
@@ -125,7 +125,7 @@ public:
/*!
* \brief Project a solution u into up
* \param u The solution living on the domain space
* \param params
\todo Doc me!
* \param params
Optional parameters for mass matrix solve
* \return The projection of u into the target space
*/
template
<
class
BlockType
,
std
::
enable_if_t
<
std
::
is_convertible
<
BlockType
,
ScalarType
>
::
value
,
int
>
=
0
>
...
...
@@ -163,7 +163,7 @@ public:
/*!
* \brief Project a solution u into up
* \param u The solution living on the domain space
* \param params
\todo Doc me!
* \param params
Optional parameters for mass matrix solve
* \return The projection of u into the target space
*/
template
<
class
BlockType
,
std
::
enable_if_t
<!
std
::
is_convertible
<
BlockType
,
ScalarType
>
::
value
,
int
>
=
0
>
...
...
dumux/multidomain/facet/gridmanager.hh
View file @
5a6c4aa8
...
...
@@ -245,8 +245,8 @@ public:
* \param gridFactoryPtr shared pointer to this (id-th) grid factory
* \param embeddedEntityMap map containing the lower-dimensional entities for this grid's elements
* \param adjoinedEntityMap map containing the (d+1)-dimensional elements in which this grid's elements are embedded in
* \param gridVertexIndices
\todo Doc me!
* \param numVerticesInHierarchy
\todo Doc me!
* \param gridVertexIndices
The hierachy's insertion indices that make up this grid
* \param numVerticesInHierarchy
Total number of vertices in entire grid hierarchy
*/
template
<
std
::
size_t
id
>
void
setData
(
std
::
shared_ptr
<
Grid
<
id
>>
gridPtr
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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