Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mojtaba Abdolkhani
ogs
Commits
aeae1a7d
Commit
aeae1a7d
authored
8 years ago
by
Dmitri Naumov
Committed by
Tom Fischer
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Reorder changlog items. Full sentences.
parent
4abef3a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+36
-29
36 additions, 29 deletions
CHANGELOG.md
with
36 additions
and
29 deletions
CHANGELOG.md
+
36
−
29
View file @
aeae1a7d
...
@@ -2,44 +2,38 @@
...
@@ -2,44 +2,38 @@
# 6.0.5 (in preparation)
# 6.0.5 (in preparation)
### Features:
### Features:
-
A
xis aligned bounding box:
-
A
dded an ODE solver library that can solve transient and nonlinear processes
-
Is now a from the right half-open interval
.
(see http://doxygen.opengeosys.org/df/d35/group__ODESolver.html)
.
-
Removed template from class declaration
.
-
Added pre- and postTimestep and -Iteration hooks to processes, #1094, #1100, #1101
.
-
New configuration tree parser
-
New configuration tree parser
-
Checks configuration parameters more strictly, automatically prints error/warning messages.
-
Checks configuration parameters more strictly, automatically prints error/warning messages.
-
Requires Boost >= 1.56 because of boost::optional with move semantics.
-
Requires Boost >= 1.56 because of boost::optional with move semantics.
-
Command line argument
`--config-warnings-nonfatal`
that keeps OGS from terminating on warnings during
-
Command line argument
`--config-warnings-nonfatal`
that keeps OGS from terminating on warnings during
configuration file parsing (errors still makes it terminate).
configuration file parsing (errors still makes it terminate).
-
Command line argument
`-l`
for OGS cli and testrunner to specify verbosity of logging, #1056
-
Axis aligned bounding box:
-
Is now a from the right half-open interval.
-
Removed template from class declaration.
-
MeshLib: Class MeshElementGrid implements a grid data structure supporting search operations.
-
Added cmake option
`OGS_EIGEN_DYNAMIC_SHAPE_MATRICES`
that makes OGS use dynamically.
allocated shape matrices.
-
Added several cmake options for selecting which element types, dimensions and
orders to be built, #1092. Selecting only few element types speeds up
compilation significantly.
-
Command line argument
`-l`
for OGS cli and testrunner to specify verbosity of logging, #1056.
#### DataExplorer and utilities
-
Added command line tool for creating layered meshes from raster files
-
OGSFileConverter is now a separate library
-
Raster file to structured grid conversion can now convert pixel values in user-defined scalar arrays
-
All scalar arrays will be displayed in mesh information window in DataExplorer
-
Added generation of structured meshes to DataExplorer
-
Restructured mesh creation access in DataExplorer
-
Mesh layers can be added to existing meshes in DataExplorer
-
Rework tools:
-
Rework tools:
-
CreateBoundaryConditionsAlongPolyline
-
CreateBoundaryConditionsAlongPolyline
-
AddTopLayer
-
AddTopLayer
-
ResetPropertyInPolygonalRegion
-
ResetPropertyInPolygonalRegion
-
removeMeshElements
-
removeMeshElements
-
MeshLib: Class MeshElementGrid implements a grid data structure supporting search operations
-
GeoMapper: Cleanup
-
GeoLib:
-
Fix bugs (lineSegmentIntersects, Polygon::splitPolygonAtIntersection, Grid)
-
FileIO:
-
Rework GMSH interface
-
Process geometries located other than in the x-y-plane
-
Respect the scaling factor for Stations
-
fix mem leaks
-
added/modified tests for GML-, GMS- and TetGen-files
-
added command line tool for creating layered meshes from raster files
-
OGSFileConverter is now a separate library
-
Raster file to structured grid conversion can now convert pixel values in user-defined scalar arrays
-
all scalar arrays will be displayed in mesh information window in DataExplorer
-
added generation of structured meshes to DataExplorer
-
restructured mesh creation access in DataExplorer
-
mesh layers can be added to existing meshes in DataExplorer
-
added an ODE solver library that can solve transient and nonlinear processes
(see http://doxygen.opengeosys.org/df/d35/group__ODESolver.html)
-
added pre- and postTimestep and -Iteration hooks to processes, #1094, #1100, #1101
-
added cmake option
`OGS_EIGEN_DYNAMIC_SHAPE_MATRICES`
that makes OGS use dynamically
allocated shape matrices.
-
added several cmake options for selecting which element types, dimensions and
orders to be built, #1092
### Infrastructure
### Infrastructure
...
@@ -48,14 +42,27 @@
...
@@ -48,14 +42,27 @@
-
Optional support for VTK 7, #1083
-
Optional support for VTK 7, #1083
-
Test data is now a git submodule, #1000
-
Test data is now a git submodule, #1000
-
In-code defined Jenkins jobs, #970
-
In-code defined Jenkins jobs, #970
-
Jenkins now
[
t
es
t
s a
lso with clang
sanitizers
](
https://svn.ufz.de:8443/job/OGS-6/job/Docker/job/clang-sanitizer/
)
, #958
-
Use
[
clang's addr
ess a
nd undefined behaviour
sanitizers
](
https://svn.ufz.de:8443/job/OGS-6/job/Docker/job/clang-sanitizer/
)
on Jenkins now
, #958
### Documentation
### Documentation
-
Speed up builds with
[
ccache
](
http://docs.opengeosys.org/docs/devguide/advanced/using-ccache
)
, #938
-
Speed up builds with
[
ccache
](
http://docs.opengeosys.org/docs/devguide/advanced/using-ccache
)
, #938
-
Overview of the new non-linear, transient solver in
[
ODESolver
](
see
http://doxygen.opengeosys.org/df/d35/group__ODESolver.html) source code
documentation.
### Fixes
### Fixes
-
Fix bugs in GeoLib:
-
lineSegmentIntersects.
-
Polygon::splitPolygonAtIntersection.
-
Grid.
-
GeoMapper: Refactoring few methods, c++11.
-
Rework FileIO::GMSH interface
-
Process geometries located other than in the x-y-plane.
-
Respect the scaling factor for Stations.
-
Fix memory leaks.
-
Added/modified tests for GML-, GMS- and TetGen-files.
# 6.0.4
# 6.0.4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment