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
be9e7a67
Commit
be9e7a67
authored
8 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
Changelog.
parent
54463328
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+24
-0
24 additions, 0 deletions
CHANGELOG.md
with
24 additions
and
0 deletions
CHANGELOG.md
+
24
−
0
View file @
be9e7a67
...
@@ -4,6 +4,30 @@
...
@@ -4,6 +4,30 @@
### Features:
### Features:
-
Add external ode-solver interface with
[
Sundials CVODE
-
Add external ode-solver interface with
[
Sundials CVODE
library
](
http://computation.llnl.gov/projects/sundials-suite-nonlinear-differential-algebraic-equation-solvers/cvode
)
.
library
](
http://computation.llnl.gov/projects/sundials-suite-nonlinear-differential-algebraic-equation-solvers/cvode
)
.
#1109
-
Add piecewise linear curves parser to the project files. The curves are
specified by two vectors, the coordinates and values. They can be used for
example to map temporal dependencies (time-dependent boundary conditions) or
as approximations of coefficient dependencies (e.g. pressure-saturation
curves). #1149
-
Extend the LocalAssemblerInterface by adding default implementations of
pre/postTimestep and assembleJacobian functions. The current time and time
step size are passed in the preTimestep call to the particular processes. #1214
### Infrastructure
-
Fix circular dependencies on library level. This allows for dynamic linking
which is faster than static and can be used in debug builds, where the
compilation time is more important than the runtime.
-
#1133 Enable shared linking of ogs libraries.
-
#1138 Break FileIO on ApplicationsLib dependency.
-
#1143, #1153 Remove MeshLib on FileIO dependency.
-
#1166 Cleanup some of AssemblerLib dependencies.
-
Inconsistent formatting of tabs and whitespaces was finally resolved: now all
formatting, indentation and alignment, are done with four whitespaces. #1201
### Fixes:
Fix linking of Metis in MathLib. #1147
## Release notes
## Release notes
# 6.0.5
# 6.0.5
...
...
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