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
4a4e023b
Commit
4a4e023b
authored
Jun 26, 2020
by
Timo Koch
Browse files
[cleanup][cmake] Remove install directives
parent
e53d29fb
Changes
22
Hide whitespace changes
Inline
Side-by-side
lecture/common/CMakeLists.txt
View file @
4a4e023b
# headers for installation and headercheck
install
(
FILES
viplaboutput.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/common
)
lecture/efm/1p2c_2p_2p2c/CMakeLists.txt
View file @
4a4e023b
...
@@ -23,12 +23,3 @@ dune_add_test(NAME lens1p2cexercise3
...
@@ -23,12 +23,3 @@ dune_add_test(NAME lens1p2cexercise3
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-1p2c-exercise3-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-1p2c-exercise3-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-1p2c-00011.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-1p2c-00011.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens1p2cexercise3 -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/exercise3.input -Problem.Name lens-1p2c"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens1p2cexercise3 -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/exercise3.input -Problem.Name lens-1p2c"
)
# headers for installation and headercheck
install
(
FILES
lens1p2cproblem.hh
lens1p2cspatialparams.hh
lens2p2cproblem.hh
lens2pproblem.hh
lens2pspatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/efm/1p2c_2p_2p2c
)
lecture/efm/1p2cvs2p/CMakeLists.txt
View file @
4a4e023b
...
@@ -16,10 +16,3 @@ dune_add_test(NAME lens2pexercise1
...
@@ -16,10 +16,3 @@ dune_add_test(NAME lens2pexercise1
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-2p-exercise1-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-2p-exercise1-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-2p-00101.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-2p-00101.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens2pexercise1
${
CMAKE_CURRENT_SOURCE_DIR
}
/exercise1.input -Problem.Name lens-2p"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens2pexercise1
${
CMAKE_CURRENT_SOURCE_DIR
}
/exercise1.input -Problem.Name lens-2p"
)
# headers for installation and headercheck
install
(
FILES
lens1p2cproblem.hh
lens2pproblem.hh
lens2pspatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/efm/1p2cvs2p
)
lecture/efm/2p/CMakeLists.txt
View file @
4a4e023b
...
@@ -7,8 +7,3 @@ dune_add_test(NAME lens2pexercise2
...
@@ -7,8 +7,3 @@ dune_add_test(NAME lens2pexercise2
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-2p-exercise2-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/lens-2p-exercise2-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-2p-00051.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/lens-2p-00051.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens2pexercise2"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/lens2pexercise2"
)
# headers for installation and headercheck
install
(
FILES
lens2pproblem.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/efm/2p
)
lecture/mhs/groundwater/CMakeLists.txt
View file @
4a4e023b
...
@@ -7,9 +7,3 @@ dune_add_test(NAME groundwater
...
@@ -7,9 +7,3 @@ dune_add_test(NAME groundwater
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/groundwater-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/groundwater-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/groundwater-00000.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/groundwater-00000.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/groundwater -TimeManager.TEnd 1.0"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/groundwater -TimeManager.TEnd 1.0"
)
# headers for installation
install
(
FILES
groundwaterproblem.hh
groundwaterspatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mhs/groundwater
)
lecture/mm/buckleyleverett/CMakeLists.txt
View file @
4a4e023b
...
@@ -7,14 +7,3 @@ dune_add_test(NAME buckleyleverettexercise
...
@@ -7,14 +7,3 @@ dune_add_test(NAME buckleyleverettexercise
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/buckleyleverett-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/buckleyleverett-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/buckleyleverett-00062.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/buckleyleverett-00062.vtu
--command ./buckleyleverettexercise
)
--command ./buckleyleverettexercise
)
# headers for installation and headercheck
install
(
FILES
buckleyleverettanalyticsolution.hh
buckleyleverettproblem.hh
buckleyleverettproperties.hh
buckleyleverettspatialparams.hh
cubegridcreatorbuckleyleverett.hh
pseudoh2o.hh
pseudooil.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/buckleyleverett
)
lecture/mm/co2plume/CMakeLists.txt
View file @
4a4e023b
...
@@ -9,11 +9,3 @@ dune_add_test(NAME co2plumeshapeexercise
...
@@ -9,11 +9,3 @@ dune_add_test(NAME co2plumeshapeexercise
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/co2plumeshape-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/co2plumeshape-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/co2plumeshape-00071.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/co2plumeshape-00071.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/co2plumeshapeexercise -TimeLoop.TEnd 7e6 -TimeLoop.EpisodeLength 1e5 -BoundaryConditions.InjectionRate 0.01"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/co2plumeshapeexercise -TimeLoop.TEnd 7e6 -TimeLoop.EpisodeLength 1e5 -BoundaryConditions.InjectionRate 0.01"
)
#install sources
install
(
FILES
co2plumeshapeproblem.hh
co2plumeshapeproperties.hh
co2plumeshapespatialparameters.hh
injectionco2tables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/co2plumeshape
)
lecture/mm/columnxylene/CMakeLists.txt
View file @
4a4e023b
...
@@ -9,10 +9,3 @@ dune_add_test(NAME columnxyleneexercise
...
@@ -9,10 +9,3 @@ dune_add_test(NAME columnxyleneexercise
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/columnxylol-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/columnxylol-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/columnxylol-00006.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/columnxylol-00006.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/columnxyleneexercise -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/column.dgf -TimeLoop.EpisodeLength 100 -TimeLoop.TEnd 600"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/columnxyleneexercise -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/column.dgf -TimeLoop.EpisodeLength 100 -TimeLoop.TEnd 600"
)
#install sources
install
(
FILES
columnxyleneproblem.hh
columnxyleneproperties.hh
columnxylenespatialparameters.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/columnxylene
)
lecture/mm/convectivemixing/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,12 +8,3 @@ dune_add_test(COMPILE_ONLY # the test produces different results due to the fing
...
@@ -8,12 +8,3 @@ dune_add_test(COMPILE_ONLY # the test produces different results due to the fing
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/convmix-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/convmix-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/convmix-00021.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/convmix-00021.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/convmixexercise -TimeLoop.TEnd 1.9e8"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/convmixexercise -TimeLoop.TEnd 1.9e8"
)
# headers for installation and headercheck
install
(
FILES
convmixexercise.cc
convmixproblem.hh
convmixproperties.hh
convmixspatialparameters.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/convectivemixing
)
lecture/mm/fractures/CMakeLists.txt
View file @
4a4e023b
...
@@ -11,15 +11,3 @@ dune_add_test(NAME fracture_exercise
...
@@ -11,15 +11,3 @@ dune_add_test(NAME fracture_exercise
${
CMAKE_SOURCE_DIR
}
/lecture/references/fractures-fractures-reference.vtp
${
CMAKE_SOURCE_DIR
}
/lecture/references/fractures-fractures-reference.vtp
${
CMAKE_CURRENT_BINARY_DIR
}
/fractures-00018.vtp
${
CMAKE_CURRENT_BINARY_DIR
}
/fractures-00018.vtp
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/fracture_exercise -TimeLoop.TEnd 50"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/fracture_exercise -TimeLoop.TEnd 50"
)
set
(
CMAKE_BUILD_TYPE Release
)
#install sources
install
(
FILES
fractures.cc
matrixproblem.hh
fractureproblem.hh
properties.hh
matrixspatialparams.hh
fracturespatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/fractures
)
lecture/mm/fuelcell/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,10 +8,3 @@ dune_add_test(NAME fuelcell
...
@@ -8,10 +8,3 @@ dune_add_test(NAME fuelcell
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/fuelcell-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/fuelcell-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/fuelcell-00010.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/fuelcell-00010.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/fuelcell -TimeLoop.TEnd 1"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/fuelcell -TimeLoop.TEnd 1"
)
# headers for installation and headercheck
install
(
FILES
fuelcellproblem.hh
fuelcellproperties.hh
fuelcellspatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/fuelcell
)
lecture/mm/heatpipe/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,12 +8,3 @@ dune_add_test(NAME heatpipe
...
@@ -8,12 +8,3 @@ dune_add_test(NAME heatpipe
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/heatpipe-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/heatpipe-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/heatpipe-00001.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/heatpipe-00001.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/heatpipe -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/heatpipe.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/heatpipe.dgf -TimeLoop.TEnd 1e5 -TimeLoop.EpisodeLength 1e5"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/heatpipe -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/heatpipe.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/heatpipe.dgf -TimeLoop.TEnd 1e5 -TimeLoop.EpisodeLength 1e5"
)
# headers for installation and headercheck
install
(
FILES
heatpipeproblem.hh
heatpipeproperties.hh
heatpipespatialparams.hh
krpcheatpipe.hh
krpcheatpipeparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/heatpipe
)
lecture/mm/heavyoil/sagd/CMakeLists.txt
View file @
4a4e023b
...
@@ -5,7 +5,3 @@ dune_add_test(NAME sagd
...
@@ -5,7 +5,3 @@ dune_add_test(NAME sagd
TIMEOUT 1800
TIMEOUT 1800
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
install
(
FILES
sagdproblem.hh
sagdspatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/heavyoil/sagd
)
lecture/mm/heavyoil/sagdcyclic/CMakeLists.txt
View file @
4a4e023b
...
@@ -5,8 +5,3 @@ dune_add_test(NAME sagd_cyclic
...
@@ -5,8 +5,3 @@ dune_add_test(NAME sagd_cyclic
TIMEOUT 1800
TIMEOUT 1800
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
install
(
FILES
problem.hh
spatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/heavyoil/sagdcyclic
)
lecture/mm/heavyoil/sagdcyclichyst/CMakeLists.txt
View file @
4a4e023b
...
@@ -5,8 +5,3 @@ dune_add_test(NAME sagd_cyclic_hyst
...
@@ -5,8 +5,3 @@ dune_add_test(NAME sagd_cyclic_hyst
TIMEOUT 1800
TIMEOUT 1800
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic_hyst
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic_hyst
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
install
(
FILES
problem.hh
spatialparams.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/heavyoil/sagdcyclichyst
)
lecture/mm/henryproblem/henry1p2c/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,10 +8,3 @@ dune_add_test(NAME henry1p2c
...
@@ -8,10 +8,3 @@ dune_add_test(NAME henry1p2c
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/Henry1p2c-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/Henry1p2c-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/Henry1p2c-00048.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/Henry1p2c-00048.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/henry1p2c -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/henry1p2c.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/henry.dgf -TimeLoop.TEnd 1e10"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/henry1p2c -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/henry1p2c.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/henry.dgf -TimeLoop.TEnd 1e10"
)
# headers for installation and headercheck
install
(
FILES
henry1p2cproblem.hh
henry1p2cspatialparams.hh
watersaltfluidsystem.hh.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/henryproblem/henry1p2c
)
lecture/mm/henryproblem/henry2p/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,10 +8,3 @@ dune_add_test(NAME henry2p
...
@@ -8,10 +8,3 @@ dune_add_test(NAME henry2p
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/Henry2p-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/Henry2p-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/Henry2p-00001.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/Henry2p-00001.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/henry2p -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/henry2p.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/henry.dgf -TimeLoop.TEnd 1e9"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/henry2p -ParameterFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/henry2p.input -Grid.File
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids/henry.dgf -TimeLoop.TEnd 1e9"
)
# headers for installation and headercheck
install
(
FILES
henry2pproblem.hh
henry2pspatialparams.hh
simplesaltwater.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/henryproblem/henry2p
)
lecture/mm/mcwhorter/CMakeLists.txt
View file @
4a4e023b
...
@@ -7,10 +7,3 @@ dune_add_test(NAME mcwhorterexercise
...
@@ -7,10 +7,3 @@ dune_add_test(NAME mcwhorterexercise
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/McWhorter-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/McWhorter-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/McWhorter-00098.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/McWhorter-00098.vtu
--command ./mcwhorterexercise
)
--command ./mcwhorterexercise
)
# headers for installation and headercheck
install
(
FILES
cubegridcreatormcwhorter.hh
mcwhorteranalyticsolution.hh
mcwhorterproblem.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/mcwhorter
)
lecture/mm/naplinfiltration/3p/CMakeLists.txt
View file @
4a4e023b
...
@@ -8,10 +8,3 @@ dune_add_test(NAME naplinfiltration3p
...
@@ -8,10 +8,3 @@ dune_add_test(NAME naplinfiltration3p
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/naplinfiltration3p-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/naplinfiltration3p-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p-00003.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p-00003.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p -TimeLoop.TEnd 604800 -TimeLoop.EpisodeLength 302400"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p -TimeLoop.TEnd 604800 -TimeLoop.EpisodeLength 302400"
)
# headers for installation and headercheck
install
(
FILES
problem.hh
naplinfiltration3p.cc
naplinfiltration3p.input
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/naplinfiltration/3p
)
lecture/mm/naplinfiltration/3p3c/CMakeLists.txt
View file @
4a4e023b
...
@@ -9,10 +9,3 @@ dune_add_test(NAME naplinfiltration3p3c
...
@@ -9,10 +9,3 @@ dune_add_test(NAME naplinfiltration3p3c
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p3c-00003.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p3c-00003.vtu
--zeroThreshold {
"Sn"
:5e-7,
"x^mesitylene_g"
:1e-8,
"x^mesitylene_n"
:1e-5,
"x^mesitylene_w"
:5e-11}
--zeroThreshold {
"Sn"
:5e-7,
"x^mesitylene_g"
:1e-8,
"x^mesitylene_n"
:1e-5,
"x^mesitylene_w"
:5e-11}
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p3c -TimeLoop.TEnd 604800 -TimeLoop.EpisodeLength 302400"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/naplinfiltration3p3c -TimeLoop.TEnd 604800 -TimeLoop.EpisodeLength 302400"
)
# headers for installation and headercheck
install
(
FILES
problem.hh
naplinfiltration3p3c.cc
naplinfiltration3p3c.input
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/lecture/mm/naplinfiltration/3p3c
)
Prev
1
2
Next
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