Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningScheufler committed Jul 10, 2024
1 parent 4ee2adb commit ce2d40c
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,2 @@
# Version 0.1.0 (unreleased)
- added parallelFor and parallelReduce [#62](https://github.com/exasim-project/NeoFOAM/pull/62)
- Implementation of boundary conditions and finite volume fields [#74](https://github.com/exasim-project/NeoFOAM/pull/74)
- Initial MPI support and infrastructure added, specifically focusing on not blocking communication [#79](https://github.com/exasim-project/NeoFOAM/pull/79).
- Inject the boundaryconditionsstrategy with compile discovery into the boundary condition [#83](https://github.com/exasim-project/NeoFOAM/pull/83)
- Add compile time derived class discovery [#80](https://github.com/exasim-project/NeoFOAM/pull/80)
- Basic introduction macros for console printouts to screen (Debug, Info, and Error), as well as assert checking and throwing [#63](https://github.com/exasim-project/NeoFOAM/pull/63)
- Added boundaryField and domainField [#54](https://github.com/exasim-project/NeoFOAM/pull/54)
- Basic implementation of an unstructuredMesh [#53](https://github.com/exasim-project/NeoFOAM/pull/53)
- Enforce 80 characters limit [#59](https://github.com/exasim-project/NeoFOAM/pull/59)
- Improved and documented the workflow with vscode [#58](https://github.com/exasim-project/NeoFOAM/pull/58)
- Added dictionary class [#52](https://github.com/exasim-project/NeoFOAM/pull/52)
- Applied changes proposed by clang-tidy [#57](https://github.com/exasim-project/NeoFOAM/pull/57)
- Compiles with cuda support and gcc: Kokkos is now downloaded with CPM [#50](https://github.com/exasim-project/NeoFOAM/pull/50)
- Use clang-tidy check to enforce consistent naming scheme [#46](https://github.com/exasim-project/NeoFOAM/pull/46)
- Added equality operators for executors [#45](https://github.com/exasim-project/NeoFOAM/pull/45)
- Added pre-commit hooks, see [PR #38](https://github.com/exasim-project/NeoFOAM/pull/38)
- Added CPM package manager [PR #37](https://github.com/exasim-project/NeoFOAM/pull/37)
- Corrected/streamlined includes for Field.hpp. [PR #33](https://github.com/exasim-project/NeoFOAM/pull/33)
- Add basic field implementation, [PR #17](https://github.com/exasim-project/NeoFOAM/pull/17), [PR #22](https://github.com/exasim-project/NeoFOAM/pull/22)
- Check if Kokkos present or build it [PR #10](https://github.com/exasim-project/NeoFOAM/pull/10)
- Build documentation via Sphinx and Doxygen [PR #11](https://github.com/exasim-project/NeoFOAM/pull/11), [PR #22](https://github.com/exasim-project/NeoFOAM/pull/22)
- Add basic cmake setup [PR #4](https://github.com/exasim-project/NeoFOAM/pull/4), [PR #21](https://github.com/exasim-project/NeoFOAM/pull/21)
-

0 comments on commit ce2d40c

Please sign in to comment.