Releases: OpFlow-dev/OpFlow
Releases · OpFlow-dev/OpFlow
v0.3.8
What's Changed
- Maintainance of CMake script & gitignore by @Luohaothu in #76
- Fix CMP0042 warning on macOS by @Luohaothu in #77
- Fix linker error on macOS 14 & CLT 15 by @Luohaothu in #78
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- Allow const & functor bc to return internal representation by @Luohaothu in #71
- Replace std::min/max with guided type deduce version by @Luohaothu in #72
- Update to a nicer doxygen style by @Luohaothu in #73
- Add more block based parallel domain split strategies by @Luohaothu in #74
- Update libfmt and spdlog to latest version by @Luohaothu in #75
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Fix getting global bc values in MPI parallel case by @Luohaothu in #70
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Fix building with TecIOMPI for installed version by @Luohaothu in #67
- Support numbering output files by step or time by @Luohaothu in #68
- Fix solve of equation set with MPI by @Luohaothu in #69
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Fix split map to work with MT-only environment by @Luohaothu in #65
- Add new TecIO SZL API support by @Luohaothu in #66
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Introduce size control of fake_map by @Luohaothu in #62
- Add more controls to io streams by @Luohaothu in #63
- Typo fix by @Luohaothu in #64
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Add benchmark for AMGCL & HYPRE solver by @Luohaothu in #60
- Fix CSR matrix generation performance issue by @Luohaothu in #61
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Extend Cartesian field's data type support for serializable objects by @Luohaothu in #59
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Support scalar as argument for
conditional
expression by @Luohaothu in #57 - Make MPI work again by @Luohaothu in #58
Full Changelog: v0.2.10...v0.3.0
v0.2.10
What's Changed
- Fix multiple dump range calculation by @Luohaothu in #53
- Fix
TecplotBinaryStream::dumpMultiple
by @Luohaothu in #54 - Add state report for equation solvers by @Luohaothu in #55
- Change default pin location of CSR matrix generator by @Luohaothu in #56
Full Changelog: v0.2.9...v0.2.10