You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
3
3
---
4
4
5
+
## Current development
6
+
7
+
---
8
+
9
+
### Added
10
+
11
+
* Allow to configure PetIBM against PETSc 3.12.x.
12
+
13
+
### Changed
14
+
15
+
* Default directory to output files generated by PetIBM is now the `output` folder in the current working directory. (User has the possibility to change the path of the output directory with the command-line option `-output <path of the folder>`.)
16
+
* Use PETSc-3.12.2 to test PetIBM with Travis CI.
17
+
* Copy `examples` folder into installation directory upon `make install`.
18
+
19
+
### Fixed
20
+
21
+
* Fix name of the file used to output the body coordinates; bug only affected simulations dealing with multiple immersed bodies with prescribed kinematics.
22
+
23
+
### Removed
24
+
25
+
* Dockerfile files and Singularity recipes. These files are now version-controlled in a separate GitHub repository: [`petibm-recipes`](https://github.com/barbagroup/petibm-recipes).
0 commit comments