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
b96557c4
Commit
b96557c4
authored
Dec 20, 2017
by
Kilian Weishaupt
Browse files
[navierstokes][docu] Fix some typos
parent
543e9d25
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/indices.hh
View file @
b96557c4
...
...
@@ -31,7 +31,7 @@ namespace Dumux
// \{
/*!
* \ingroup NavierStokesModel
* \brief The common indices for the isothermal Navier-Stoke model.
* \brief The common indices for the isothermal Navier-Stoke
s
model.
*
* \tparam PVOffset The first index in a primary variable vector.
*/
...
...
dumux/freeflow/navierstokes/localresidual.hh
View file @
b96557c4
...
...
@@ -38,7 +38,7 @@ class NavierStokesResidualImpl;
/*!
* \ingroup NavierStokesModel
* \brief The local residual class for the Navier-Stokes model (balance equations).
This is a convenience alias for th
at
actual,
This is a convenience alias for th
e
actual,
discretization-specific local residual.
* \note Not all specializations are currently implemented
*/
...
...
dumux/freeflow/navierstokes/staggered/localresidual.hh
View file @
b96557c4
...
...
@@ -39,14 +39,14 @@ NEW_PROP_TAG(EnableInertiaTerms);
NEW_PROP_TAG
(
NormalizePressure
);
}
// forward declaration
template
<
class
TypeTag
,
DiscretizationMethods
Method
>
class
NavierStokesResidualImpl
;
/*!
* \ingroup NavierStokes
* \brief Element-wise calculation of the Navier-
Stokes residual for models using the staggered discretization
*/
// forward declaration
template
<
class
TypeTag
,
DiscretizationMethods
Method
>
class
NavierStokesResidualImpl
;
/*!
* \ingroup NavierStokes
Model
* \brief Element-wise calculation of the Navier-Stokes residual for models using the staggered discretization
*/
template
<
class
TypeTag
>
class
NavierStokesResidualImpl
<
TypeTag
,
DiscretizationMethods
::
Staggered
>
:
public
StaggeredLocalResidual
<
TypeTag
>
...
...
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