This repository has been archived by the owner on May 15, 2024. It is now read-only.
generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from SAP/mkl-redist
Add install of mkl_def.2.dll
- Loading branch information
Showing
5 changed files
with
55 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!--- | ||
SPDX-FileCopyrightText: 2023 SAP SE | ||
SPDX-License-Identifier: Apache-2.0 | ||
This file is part of FEDEM - https://openfedem.org | ||
---> | ||
|
||
# FEDEM solvers Changelog | ||
|
||
## [fedem-8.0.1] (2024-01-25) | ||
|
||
### :rocket: Added | ||
|
||
- The frequency domain solution methods are reinstated, | ||
using the FFTPACK 5.1 library which now is embedded in this repository. | ||
|
||
### :bug: Fixed | ||
|
||
- (Cosmetic) A newline follows the object description in the frs-file header. | ||
- Direct curve export from the dynamics solver does not work, | ||
due do the issue [SAP/fedem-gui#5](https://github.com/SAP/fedem-gui/issues/5). | ||
|
||
## fedem-8.0.0 (2023-12-21) | ||
|
||
### :rocket: Added | ||
|
||
- First open source version of the FEDEM solvers, including a Python API | ||
|
||
[fedem-8.0.1]: https://github.com/SAP/fedem-gui/compare/fedem-8.0.0...fedem-8.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fedem-foundation
updated
6 files
+1 −1 | cfg/VERSION | |
+1 −22 | src/FFpLib/CMakeLists.txt | |
+36 −31 | src/FFpLib/FFpCurveData/FFpCurve.C | |
+17 −0 | src/FFpLib/FFpTests/CMakeLists.txt | |
+140 −0 | src/FFpLib/FFpTests/test_FFp.C | |
+ − | src/FFpLib/FFpTests/th_p_1.frs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters