Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
1e1b98b0
Commit
1e1b98b0
authored
Aug 01, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CHANGELOG.md
parent
a8157a88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
CHANGELOG.md
CHANGELOG.md
+7
-10
No files found.
CHANGELOG.md
View file @
1e1b98b0
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
*
Rebuilds of the DUNE environment Docker image are now triggered by setting the
*
Rebuilds of the DUNE environment Docker image are now triggered by setting the
CI variable
`REBUILD_BASE_IMAGE`
to a non-empty value. Previously, the
CI variable
`REBUILD_BASE_IMAGE`
to a non-empty value. Previously, the
builds in stage
`setup`
where triggered by any manual pipeline run.
builds in stage
`setup`
where triggered by any manual pipeline run.
*
`Simulation`
is renamed
`RichardsSimulation`
and moved to
[
richards_simulation.hh
](
dune/dorie/interface/richards_simulation.hh
)
.
*
`RichardsSimulation`
now has its own
`RichardsSimulationTraits`
derived from
`BaseTraits`
, which defines all its member types.
`BaseTraits`
now have
reduced content and are intended to be shared between models/simulations.
### Fixed
### Fixed
*
Removed VTK output from
`dorie_mass_conservation`
executable, which would
*
Removed VTK output from
`dorie_mass_conservation`
executable, which would
...
@@ -24,18 +29,13 @@
...
@@ -24,18 +29,13 @@
## 1.1.0 (2018-07-27)
## 1.1.0 (2018-07-27)
### Added
### Added
*
DORiE now employs a
`SubsamplingVTKWriter`
for higher output precision.
Subsampling levels are controlled via the new key
`output.subsamplingLevel`
.
*
Automatic deployment of
`devel`
and stable DORiE Docker Images to Docker Hub.
*
Automatic deployment of
`devel`
and stable DORiE Docker Images to Docker Hub.
*
Automatic update of the DUNE environment Docker Image for
`master`
builds.
*
Automatic update of the DUNE environment Docker Image for
`master`
builds.
*
CI pipeline now also compiles a Debug build with the LLVM Clang compiler.
*
CI pipeline now also compiles a Debug build with the LLVM Clang compiler.
*
Add
`.gitattributes`
for
`CHANGELOG.md`
to reduce merge conflicts with
*
Add
`.gitattributes`
for
`CHANGELOG.md`
to reduce merge conflicts with
`merge=union`
.
`merge=union`
.
*
DORiE now employs a
`SubsamplingVTKWriter`
for higher output precision.
Subsampling levels are controlled via the new key
`output.subsamplingLevel`
.
*
Automatic deployment of
`devel`
and stable DORiE Docker Images to Docker Hub
*
Automatic update of the DUNE environment Docker Image for
`master`
builds
*
CI pipeline now also compiles a Debug build with the LLVM Clang compiler
*
Add
`.gitattributes`
for
`CHANGELOG.md`
to reduce merge conflicts with
`merge=union`
*
Public API definition in documentation.
*
Public API definition in documentation.
### Changed
### Changed
...
@@ -50,9 +50,6 @@
...
@@ -50,9 +50,6 @@
*
Change compilation order which reduces RAM usage when compiling in parallel.
*
Change compilation order which reduces RAM usage when compiling in parallel.
*
Decentralization of the header system so that in most of the header files are
*
Decentralization of the header system so that in most of the header files are
independent of each other.
independent of each other.
*
`Simulation`
is renamed
`SimulationRichards`
and moved to
[
richards_simulation.hh
](
dune/dorie/interface/richards_simulation.hh
)
.
*
Simulation object now has
`Traits`
.
### Deprecated
### Deprecated
*
`output.subsamplingLevel`
is optional and defaults to 0 if not given
*
`output.subsamplingLevel`
is optional and defaults to 0 if not given
...
...
Write
Preview
Markdown
is supported
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