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
15dfd711
Commit
15dfd711
authored
9 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
Changelog update.
parent
1f300380
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
+15
-2
15 additions, 2 deletions
CHANGELOG.md
with
15 additions
and
2 deletions
CHANGELOG.md
+
15
−
2
View file @
15dfd711
...
...
@@ -3,8 +3,15 @@
-
Parallel computing framework for FEM by using PETSc, which also includes
-
Parallel input of partitioned mesh data.
-
Parallel output of solutions by using pvtu data format.
-
New data structures for mesh properties are used everywhere.
-
The penalty method to impose first-type boundary conditions was substituted.
-
New data structures for mesh properties are used everywhere replacing
Element's value member.
-
The penalty method to impose first-type boundary conditions was substituted
with a non-penalty method for LIS and Eigen linear solvers.
-
Support for multiple nodal variables is extended to the boundary conditions,
the sparsity pattern.
-
Passing of linear solver options from the project files is now possible.
-
The global matrix and global vector type of indices is consistent with the
linear solver library being used.
### Infrastructure
...
...
@@ -13,11 +20,17 @@
-
Added CMake options for enabling Clang sanitizer:
-
`OGS_ADDRESS_SANITIZER`
-
`OGS_UNDEFINED_BEHAVIOR_SANITIZER`
-
The zlib library is removed from ThirdParty directory.
-
A LIS solver interface using Eigen's sparse matrices is now available through
CMake option
`OGS_USE_EIGENLIS`
.
### Documentation
-
Added
[
offline viewable Doxygen documentation
](
http://docs.opengeosys.org/docs/devguide/documentation/offline-documentation-viewer
)
### Fixes
-
Fix all ogs-internal warnings on all OS.
-
Move eigen solver compute call to solve(); different fix for 0237275
# 6.0.3
...
...
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