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
ac6f7d97
Commit
ac6f7d97
authored
Dec 15, 2017
by
Timo Koch
Browse files
[co2] Remove implicit folder layer
parent
380a3adb
Changes
7
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/co2/CMakeLists.txt
View file @
ac6f7d97
add_subdirectory
(
"implicit"
)
#install headers
install
(
FILES
model.hh
volumevariables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/porousmediumflow/co2
)
dumux/porousmediumflow/co2/implicit/CMakeLists.txt
deleted
100644 → 0
View file @
380a3adb
#install headers
install
(
FILES
model.hh
volumevariables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/porousmediumflow/co2/implicit
)
dumux/porousmediumflow/co2/
implicit/
model.hh
→
dumux/porousmediumflow/co2/model.hh
View file @
ac6f7d97
File moved
dumux/porousmediumflow/co2/
implicit/
primaryvariableswitch.hh
→
dumux/porousmediumflow/co2/primaryvariableswitch.hh
View file @
ac6f7d97
File moved
dumux/porousmediumflow/co2/
implicit/
volumevariables.hh
→
dumux/porousmediumflow/co2/volumevariables.hh
View file @
ac6f7d97
File moved
test/porousmediumflow/co2/implicit/heterogeneousproblem.hh
View file @
ac6f7d97
...
...
@@ -28,7 +28,7 @@
#include
<dumux/discretization/box/properties.hh>
#include
<dumux/porousmediumflow/problem.hh>
#include
<dumux/porousmediumflow/co2/
implicit/
model.hh>
#include
<dumux/porousmediumflow/co2/model.hh>
#include
<dumux/material/fluidsystems/brineco2.hh>
#include
<dumux/discretization/box/scvftoscvboundarytypes.hh>
...
...
test/porousmediumflow/co2/implicit/heterogeneousspatialparameters.hh
View file @
ac6f7d97
...
...
@@ -31,7 +31,7 @@
#include
<dumux/material/fluidmatrixinteractions/2p/regularizedbrookscorey.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/efftoabslaw.hh>
#include
<dumux/porousmediumflow/co2/
implicit/
model.hh>
#include
<dumux/porousmediumflow/co2/model.hh>
namespace
Dumux
{
...
...
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