Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-pdelab-systemtesting
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
DuneQuality
dune-pdelab-systemtesting
Commits
055f2bd1
Commit
055f2bd1
authored
9 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
reuse system test targets for convergence test
parent
746802fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/pdelab-systemtesting/poisson/CMakeLists.txt
+4
-3
4 additions, 3 deletions
dune/pdelab-systemtesting/poisson/CMakeLists.txt
with
4 additions
and
3 deletions
dune/pdelab-systemtesting/poisson/CMakeLists.txt
+
4
−
3
View file @
055f2bd1
#
add_dune_system_test(BASENAME poisson INIFILE poisson.mini SOURCE poisson_uniform.cc TARGETS output)
add_dune_system_test
(
BASENAME poisson INIFILE poisson.mini SOURCE poisson_uniform.cc TARGETS output
)
add_dune_convergence_test
(
BASENAME poisson_convergence SOURCE poisson_uniform.cc INIFILE poisson_conv.mini OUTPUT_TARGETS output
)
# The following block is supposed to vanish as soon as FS1557 is through!
foreach
(
target
${
output
}
)
add_dune_ug_flags
(
${
target
}
)
add_dune_umfpack_flags
(
${
target
}
)
...
...
@@ -8,4 +8,5 @@ foreach(target ${output})
target_link_libraries
(
${
target
}
${
DUNE_LIBS
}
)
endforeach
()
#add_dune_convergence_test(BASENAME poisson_convergence TARGET ${output} INIFILE poisson_conv.mini)
\ No newline at end of file
# reuse the existing executables for a convergence test.
add_dune_convergence_test
(
BASENAME poisson_convergence TARGET
${
output
}
INIFILE poisson_conv.mini
)
\ No newline at end of file
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