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
f12c3ed2
Commit
f12c3ed2
authored
6 years ago
by
Kilian Weishaupt
Committed by
Timo Koch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[test][cleanup][navierstokes] Remove unnecesary include
parent
89a2185e
No related branches found
No related tags found
1 merge request
!1086
Cleanup/test navierstokes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/freeflow/navierstokes/test_donea.cc
+1
-3
1 addition, 3 deletions
test/freeflow/navierstokes/test_donea.cc
test/freeflow/navierstokes/test_kovasznay.cc
+0
-1
0 additions, 1 deletion
test/freeflow/navierstokes/test_kovasznay.cc
with
1 addition
and
4 deletions
test/freeflow/navierstokes/test_donea.cc
+
1
−
3
View file @
f12c3ed2
...
@@ -48,8 +48,6 @@
...
@@ -48,8 +48,6 @@
#include
<dumux/assembly/staggeredfvassembler.hh>
#include
<dumux/assembly/staggeredfvassembler.hh>
#include
<dumux/assembly/diffmethod.hh>
#include
<dumux/assembly/diffmethod.hh>
#include
<dumux/discretization/methods.hh>
#include
<dumux/io/staggeredvtkoutputmodule.hh>
#include
<dumux/io/staggeredvtkoutputmodule.hh>
#include
<dumux/io/grid/gridmanager.hh>
#include
<dumux/io/grid/gridmanager.hh>
...
@@ -147,7 +145,7 @@ int main(int argc, char** argv) try
...
@@ -147,7 +145,7 @@ int main(int argc, char** argv) try
vtkWriter
.
addFaceField
(
problem
->
getAnalyticalVelocitySolutionOnFace
(),
"faceVelocityExact"
);
vtkWriter
.
addFaceField
(
problem
->
getAnalyticalVelocitySolutionOnFace
(),
"faceVelocityExact"
);
vtkWriter
.
write
(
0.0
);
vtkWriter
.
write
(
0.0
);
//
the assembler with time loop for instationary pro
ble
m
//
use the staggered FV assem
ble
r
using
Assembler
=
StaggeredFVAssembler
<
TypeTag
,
DiffMethod
::
numeric
>
;
using
Assembler
=
StaggeredFVAssembler
<
TypeTag
,
DiffMethod
::
numeric
>
;
auto
assembler
=
std
::
make_shared
<
Assembler
>
(
problem
,
fvGridGeometry
,
gridVariables
);
auto
assembler
=
std
::
make_shared
<
Assembler
>
(
problem
,
fvGridGeometry
,
gridVariables
);
...
...
This diff is collapsed.
Click to expand it.
test/freeflow/navierstokes/test_kovasznay.cc
+
0
−
1
View file @
f12c3ed2
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
#include
<dumux/assembly/staggeredfvassembler.hh>
#include
<dumux/assembly/staggeredfvassembler.hh>
#include
<dumux/assembly/diffmethod.hh>
#include
<dumux/assembly/diffmethod.hh>
#include
<dumux/discretization/methods.hh>
#include
<dumux/io/staggeredvtkoutputmodule.hh>
#include
<dumux/io/staggeredvtkoutputmodule.hh>
#include
<dumux/io/grid/gridmanager.hh>
#include
<dumux/io/grid/gridmanager.hh>
...
...
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