Skip to content

Releases: LoicMarechal/libMeshb

v8.02

Choose a tag to compare

@LoicMarechal LoicMarechal released this 02 Jul 11:21

The version 8 introduces parallel write access capability.
Like the parallel read access, it is only available with binary files via the SetBlock() command.
It increases speed with fast SSD whose bandwidth cannot be saturated by a single thread.
It is useless with HDD that are mechanically unable to perform concurrent accesses and will be slowed down by parallel I/O.

v7.80: Fortran 77 and 90 API reworked

Choose a tag to compare

@LoicMarechal LoicMarechal released this 27 Feb 10:30

A new way to interface C with Fortran has been worked out as current gfortran ended support for C variable arguments procedures.
The new Fortran API passes all arguments through a set of three tables: one for INTEGER4, one for REAL8 and one for material references.

v7.60

Choose a tag to compare

@LoicMarechal LoicMarechal released this 15 Apr 15:46

The release v7.6 adds polyhedral meshes handling and helpers functions to customize the library.