Releases: KVSlab/turtleFSI
Releases · KVSlab/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 #97
Full Changelog: 2.3.1...v2.4
2.3.0
-removed travis.yml
-updated version # in setup.py
v2.2
v2.1
What's Changed
- return b vector at the end of newtonsolver by @keiyamamo in #80
- remove probes by @keiyamamo in #82
- Save mesh by @keiyamamo in #81
Full Changelog: v2.0...v2.1
v2.0
What's Changed
- Fix the inconsistent restart by @aslakbergersen in #3
- Feature/save deg 2 without fenicstools by @dbruneau-mie in #5
- Removed adapt function from save_files_visualization() by @dbruneau-mie in #6
- Add a way to pause and stop simulations cleanly by @johannesring in #7
- Add Womersley.py from VaMPy by @johannesring in #8
- Add probes from VaMPy/fenicstools by @johannesring in #9
- Make sure merge_visualization_files is called on restart by @johannesring in #11
- Feature/multiple fluid regions by @dbruneau-mie in #12
- Fix recompute so that jacobian doesn't recompute every iteration by @dbruneau-mie in #13
- Feature/new hyperelastic materials by @dbruneau-mie in #15
- Add github CI by @jorgensd in #18
- avoid printing from all the ranks when running with mpi by @keiyamamo in #19
- Update gitignore by @keiyamamo in #20
- add robin boundary condition by @keiyamamo in #21
- Add support for config files by @johannesring in #22
- added check when reading checkpoint by @keiyamamo in #28
- update documentation to explicitly mention warp by vector by @keiyamamo in #29
- Remove test on relative residual for computing Jacobian by @johannesring in #30
- remove duplicate by @keiyamamo in #31
- Add Dockerfile, environment.yml and dependencies to setup.py by @jorgensd in #24
- update python version by @keiyamamo in #41
- Update newtonsolver by @keiyamamo in #36
- Try modifying turtle env to only force minimum bound on python. by @jorgensd in #47
- update merge_xml_files so that it works on python>3.9 by @keiyamamo in #50
- Taylor green by @keiyamamo in #51
- add moving cylinder problem by @keiyamamo in #52
- added pprint for default variables by @keiyamamo in #54
- add support for using dict inside config file by @keiyamamo in #57
- add *.txt and *.pvd to .gitignore by @keiyamamo in #59
- added comments inside newtonsolver to make it clear the process by @keiyamamo in #62
- Update domain.py by @keiyamamo in #63
- Revert "Update domain.py " by @keiyamamo in #65
- delete fenicstools from the documentation by @keiyamamo in #67
- Allow nested lists in config files by @johannesring in #70
- Replace np.complex with np.complex128 by @johannesring in #71
- Fix save deg p by @keiyamamo in #66
- Update `domain.py’ by @keiyamamo in #68
- update pytest by @keiyamamo in #73
- fix tf_csm problem by @keiyamamo in #74
- Revert config by @keiyamamo in #77
New Contributors
- @dbruneau-mie made their first contribution in #5
- @johannesring made their first contribution in #7
- @jorgensd made their first contribution in #18
- @keiyamamo made their first contribution in #19
Full Changelog: v1.5...v2.0