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-lecture
Commits
577135d6
Commit
577135d6
authored
Feb 05, 2016
by
Timo Koch
Browse files
[sagd] Let tests only run half a day to save time
parent
a2d8c419
Changes
3
Hide whitespace changes
Inline
Side-by-side
lecture/mm/heavyoil/sagd/CMakeLists.txt
View file @
577135d6
# headers for installation and headercheck
add_dumux_test
(
sagd sagd sagd.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd"
)
add_dumux_test
(
sagd sagd sagd.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd"
"-TimeManager.TEnd"
"43200"
"-TimeManager.MaxTimeStepSize"
"21600"
)
install
(
FILES
sagdproblem.hh
...
...
lecture/mm/heavyoil/sagdCyclic/CMakeLists.txt
View file @
577135d6
# headers for installation and headercheck
add_dumux_test
(
sagdCyclic sagdCyclic sagdCyclic.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagdCyclic"
)
add_dumux_test
(
sagdCyclic sagdCyclic sagdCyclic.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagdCyclic"
"-TimeManager.TEnd"
"43200"
"-TimeManager.MaxTimeStepSize"
"21600"
)
install
(
FILES
sagdCyclicproblem.hh
...
...
lecture/mm/heavyoil/sagdCyclicHyst/CMakeLists.txt
View file @
577135d6
# headers for installation and headercheck
add_dumux_test
(
sagdCyclicHyst sagdCyclicHyst sagdCyclicHyst.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagdCyclicHyst"
)
add_dumux_test
(
sagdCyclicHyst sagdCyclicHyst sagdCyclicHyst.cc
"
${
CMAKE_CURRENT_BINARY_DIR
}
/sagdCyclicHyst"
"-TimeManager.TEnd"
"43200"
"-TimeManager.MaxTimeStepSize"
"21600"
)
install
(
FILES
sagdCyclicHystproblem.hh
...
...
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