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
e60d813f
Commit
e60d813f
authored
Dec 20, 2017
by
Kilian Weishaupt
Browse files
[freeflow][fluxoverplane] Fix docu
parent
61f47a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/staggered/fluxoverplane.hh
View file @
e60d813f
...
...
@@ -18,8 +18,8 @@
*****************************************************************************/
/*!
* \file
*
* \
brief Class used calculate fluxes o
ver
p
lane
s. This only works for the staggered grid discretization.
*
\ingroup FreeflowModels
* \
copydoc Dumux::FluxO
ver
P
lane
*/
#ifndef DUMUX_FLUX_OVER_PLANE_STAGGERED_HH
#define DUMUX_FLUX_OVER_PLANE_STAGGERED_HH
...
...
@@ -38,6 +38,7 @@ namespace Dumux
/*!
* \ingroup FreeflowModels
* \brief Class used to calculate fluxes over planes. This only works for the staggered grid discretization.
*/
template
<
class
TypeTag
>
...
...
@@ -160,7 +161,7 @@ public:
* \brief Add a collection of sub planes under a given name
*
* \param name The name of the plane
* \param
sol
The list of sub planes
* \param
planes
The list of sub planes
*/
void
addPlane
(
const
std
::
string
&
name
,
PlaneList
&&
planes
)
{
...
...
Write
Preview
Supports
Markdown
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