Releases: mesnardo/petibmpy
Releases · mesnardo/petibmpy
0.2
Added
- Documentation with Mkdocs (built on gh-pages using doctr during Travis CI job).
- Code coverage with coveralls.
- Unit-tests.
- Module to parse a PETSc log view file.
- Function to interpolate a 2D field from one grid to another.
- Module to create probes (volume and point) and to load data from files.
- Mesh feature to split the configuration of a stretched segment into two sub-configurations: one for a stretched segment where the maximum grid spacing is enforced, followed by one for a uniform segment (with a grid spacing equal to the maximum spacing of the previous stretched segment).
CartesianGrid
method to plot the gridlines of a mesh in a Matplotlib figure.CartesianGrid
method to print some information about the grid spacings of a mesh (min, max, ratio).- Functions to compute vorticity components.
- Function to delete datasets from a HDF5 file.
Changed
- Update package version of dependencies.
- (ProbeVolume) Read index set from HDF5 file and re-arrange sub-volume values (using the index set). Previous method is deprecated (
ProbeVolume.read_hdf5_deprecated_
) and will be removed in the next release.