-
Notifications
You must be signed in to change notification settings - Fork 26
/
ChangeLog
48 lines (39 loc) · 2.55 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
================================================================================
CHANGELOG / RELEASE NOTES
================================================================================
20.07 2020-07-31
--------------------------------------------------------------------------------
- Fix: Avoid error in FreeFEM when trying to read a zero-length array.
18.01 2018-01-12
--------------------------------------------------------------------------------
- Add: Makefiles for OS X.
- Add: Example of use as a library, in folder testlib/.
18.01 2018-01-12
--------------------------------------------------------------------------------
- Add: Makefiles for OS X.
- Add: Example of use as a library, in folder testlib/.
18.02 2018-02-16
--------------------------------------------------------------------------------
- Update: License year and owner.
- Update: Optional argument for deallocation in mfm2pmh.
- Change: libraries are named without version, os or compiler.
- Change: include (.MOD) files are not distributed.
18.02 2018-02-21
--------------------------------------------------------------------------------
- Change: Use E descriptor to save UNV files.
- Change: Optional deallocation of input mesh in mfm2pmh().
- Add: rule 'cleanlib' in Makefiles also clean results in lib/ and include/.
18.03 2018-03-01
--------------------------------------------------------------------------------
- Fix: Avoid file_exists(outfile) when outfile is not defined.
18.04 2018-04-24
--------------------------------------------------------------------------------
- Add: reduce bandwidth using Cuthill-McKee algorithm for Raviart-Thomas (face)
and Whitney (edge) tetrahedral meshes.
- Fix: solve error reading cell fields in VTU files.
18.06 2018-06-07
--------------------------------------------------------------------------------
- Fix: error in det(), use abs to calculate pivot.
19.04 2018-04-22
--------------------------------------------------------------------------------
- Fix: check version for Gmsh meshes.