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
e6ef4677
Commit
e6ef4677
authored
Nov 28, 2019
by
Martin Schneider
Browse files
[disc] Add missing headers to rotationsymmetricgridgeometrytraits
parent
7330423f
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/rotationsymmetricgridgeometrytraits.hh
View file @
e6ef4677
...
...
@@ -25,6 +25,8 @@
#define DUMUX_DISCRETIZATION_ROTATION_SYMMETRIC_GG_TRAITS_HH
#include
<dumux/discretization/rotationpolicy.hh>
#include
<dumux/discretization/rotationsymmetricscv.hh>
#include
<dumux/discretization/rotationsymmetricscvf.hh>
namespace
Dumux
{
...
...
test/porousmediumflow/1p/implicit/rotationsymmetry/problem.hh
View file @
e6ef4677
...
...
@@ -172,7 +172,6 @@ public:
*
* \param globalPos The center of the finite volume which ought to be set.
*
* For this method, the \a values parameter stores primary variables.
*/
PrimaryVariables
dirichletAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
...
...
@@ -201,10 +200,11 @@ public:
}
/*!
* \brief Calculate the L2 error between the exact and numerical solution
* \brief Calculate the L2 error between the exact and numerical solution.
*
* For the tpfa scheme the L2 error is calculated for the primary cells.
* For the box scheme it is calculated on the dual mesh using a discrete L2-norm.
* A second-order convergence rate is expected with respect to this norm
* A second-order convergence rate is expected with respect to this norm
.
*
* \param curSol The current solution vector
*
...
...
@@ -229,7 +229,7 @@ public:
}
/*!
* \brief Writes t
o l
2 error
* \brief Writes t
he L
2 error
*/
template
<
class
SolutionVector
>
void
writeOutput
(
const
SolutionVector
&
curSol
)
...
...
@@ -250,7 +250,7 @@ public:
private:
/*!
* \brief The exact solution
* The exact solution is calculated such that the mass flux over the surface of circular disc with radius rW is q
* The exact solution is calculated such that the mass flux over the surface of
a
circular disc with radius rW is q
* and the pressure at this surface is given by pW.
*/
PrimaryVariables
exactSolution
(
const
GlobalPosition
&
globalPos
)
const
...
...
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