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
4326f401
Commit
4326f401
authored
Sep 03, 2018
by
Santiago Ospina De Los Rios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md
parent
99d6750a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+9
-2
No files found.
CHANGELOG.md
View file @
4326f401
...
...
@@ -25,12 +25,19 @@
solution vector.
*
`GradientFluxAdapter`
was reimplemented and renamed
`WaterFluxAdapter`
.
*
Every grid function adapter has its own file and are gathered in the
subdirectory
[
dune/dorie/solver/adapters
](
dune/dorie/solver/adapters
)
subdirectory
[
dune/dorie/solver/adapters
](
dune/dorie/solver/adapters
)
.
*
`VTKAdapters`
are now managed with
`shared_ptr`
instead of references.
*
`OutputWriter`
class is deprecated in favor of an minimal extension of the
usual
`VTKSequenceWriter`
for grid functions called
`GridFunctionVTKSequenceWriter`
.
*
`RichardsSimulation`
now models the
`SimulationBase`
class (See details in
https://ts-gitlab.iup.uni-heidelberg.de/dorie/dorie/issues/94). For this,
several methods were renamed with basically no change in behaviour.
*
`RichardsSimulation`
and
`TimeController`
are able to receive a suggestion for
the next timestep.
*
Static const
`bool`
s for adaptivity and output writing in
`BaseTraits`
were
removed in favor of run-time policies (See details in
https://ts-gitlab.iup.uni-heidelberg.de/dorie/dorie/issues/94).
## 1.1.1 (2018-08-21)
...
...
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