Recent Releases of turtleFSI
turtleFSI - v2.5
What's Changed
- Test hdf5 by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/98
- added check for nan value in the newtonsolver by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/100
- add issue template by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/102
- bump up version to 2.4 by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/105
- make sure dxsid is kept as int by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/107
- Multiple robin by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/108
- print time with eight digits instead of four by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/110
- Make ks and cs type check more general by allowing any iterable by @johannesring in https://github.com/KVSlab/turtleFSI/pull/111
Full Changelog: https://github.com/KVSlab/turtleFSI/compare/2.3.2...v2.5
Scientific Software - Peer-reviewed
- Python
Published by keiyamamo 11 months ago
turtleFSI - v2.4
For consistency, I make a new release wth v format.
What's Changed
- Corrected spelling in common.py by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/97
Full Changelog: https://github.com/KVSlab/turtleFSI/compare/2.3.1...v2.4
Scientific Software - Peer-reviewed
- Python
Published by keiyamamo over 2 years ago
turtleFSI - v2.1
What's Changed
- return b vector at the end of newtonsolver by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/80
- remove probes by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/82
- Save mesh by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/81
Full Changelog: https://github.com/KVSlab/turtleFSI/compare/v2.0...v2.1
Scientific Software - Peer-reviewed
- Python
Published by keiyamamo over 2 years ago
turtleFSI - v2.0
What's Changed
- Fix the inconsistent restart by @aslakbergersen in https://github.com/KVSlab/turtleFSI/pull/3
- Feature/save deg 2 without fenicstools by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/5
- Removed adapt function from savefilesvisualization() by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/6
- Add a way to pause and stop simulations cleanly by @johannesring in https://github.com/KVSlab/turtleFSI/pull/7
- Add Womersley.py from VaMPy by @johannesring in https://github.com/KVSlab/turtleFSI/pull/8
- Add probes from VaMPy/fenicstools by @johannesring in https://github.com/KVSlab/turtleFSI/pull/9
- Make sure mergevisualizationfiles is called on restart by @johannesring in https://github.com/KVSlab/turtleFSI/pull/11
- Feature/multiple fluid regions by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/12
- Fix recompute so that jacobian doesn't recompute every iteration by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/13
- Feature/new hyperelastic materials by @dbruneau-mie in https://github.com/KVSlab/turtleFSI/pull/15
- Add github CI by @jorgensd in https://github.com/KVSlab/turtleFSI/pull/18
- avoid printing from all the ranks when running with mpi by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/19
- Update gitignore by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/20
- add robin boundary condition by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/21
- Add support for config files by @johannesring in https://github.com/KVSlab/turtleFSI/pull/22
- added check when reading checkpoint by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/28
- update documentation to explicitly mention warp by vector by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/29
- Remove test on relative residual for computing Jacobian by @johannesring in https://github.com/KVSlab/turtleFSI/pull/30
- remove duplicate by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/31
- Add Dockerfile, environment.yml and dependencies to setup.py by @jorgensd in https://github.com/KVSlab/turtleFSI/pull/24
- update python version by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/41
- Update newtonsolver by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/36
- Try modifying turtle env to only force minimum bound on python. by @jorgensd in https://github.com/KVSlab/turtleFSI/pull/47
- update mergexmlfiles so that it works on python>3.9 by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/50
- Taylor green by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/51
- add moving cylinder problem by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/52
- added pprint for default variables by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/54
- add support for using dict inside config file by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/57
- add *.txt and *.pvd to .gitignore by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/59
- added comments inside newtonsolver to make it clear the process by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/62
- Update domain.py by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/63
- Revert "Update domain.py " by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/65
- delete fenicstools from the documentation by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/67
- Allow nested lists in config files by @johannesring in https://github.com/KVSlab/turtleFSI/pull/70
- Replace np.complex with np.complex128 by @johannesring in https://github.com/KVSlab/turtleFSI/pull/71
- Fix save deg p by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/66
- Update `domain.py’ by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/68
- update pytest by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/73
- fix tf_csm problem by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/74
- Revert config by @keiyamamo in https://github.com/KVSlab/turtleFSI/pull/77
New Contributors
- @dbruneau-mie made their first contribution in https://github.com/KVSlab/turtleFSI/pull/5
- @johannesring made their first contribution in https://github.com/KVSlab/turtleFSI/pull/7
- @jorgensd made their first contribution in https://github.com/KVSlab/turtleFSI/pull/18
- @keiyamamo made their first contribution in https://github.com/KVSlab/turtleFSI/pull/19
Full Changelog: https://github.com/KVSlab/turtleFSI/compare/v1.5...v2.0
Scientific Software - Peer-reviewed
- Python
Published by keiyamamo over 2 years ago