Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Norihiro Watanabe committed Jan 4, 2017
1 parent 0b39e06 commit 803b69f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## v5.3.3-egs.2.0 (draft)
## v5.3.3-egs.1.10
Changes in features
- removed unused codes related to RF solver, JFNK, old DDC, Overland flow, excavation, BRNS, etc
- removed point output of some mechanics results into CSV
- added $TOTAL_STRESS_COUPLING in PCS to support total stress coupling approach for HM
- add $TIME_THETA in NUM
Expand All @@ -8,23 +9,26 @@ Changes in features
- added $PETSC_LINEAR_SOLVER in NUM
- support output into a single CSV file with PETSc
- support subdomain deactivation with PETSc
- support $DEACTIVATE_MATRIX_FLOW in PCS for TH monolithic process

Bug fix
- fix MSVC builds. add /NODEFAULTLIB:libcmt to link ogs
- fix mechanics for partitioned coupling
- fix extrapolation of strain
- fix total strain. no need to include thermal strain
- fix TH_MONOLITHIC process

Changes in development
- move tests/gtests to ThirdParty
- removed unused codes related to RF solver, JFNK, old DDC, Overland flow, excavation, BRNS, etc
- add Eigen3 in ThirdParty
- support dynamic linking
- enabled static build in MSVC with MSVC_RUNTIME=static
- removed unused CMake options
- Appveyor deploys artifacts to GitHub (only tag)
- reactivated M/TM/HM benchmarks on travis
- support benchmarking with OGS#PETSc on travis
- added builds with clang on travis
- minimum petsc version 3.5

## v5.3.3-egs.1.9
Changes in features
Expand Down

0 comments on commit 803b69f

Please sign in to comment.