Skip to content

Releases: pletzer/mint

fīftīne

17 Nov 23:54
bb0c229

Choose a tag to compare

Fixed size check in getFaceVectors and getEdgeVectors

feowertiene

12 Nov 04:53
316956a

Choose a tag to compare

Fixes issue with the floor function. Now supporting vtk 9.1.0.

þrēotīne

11 Nov 03:55
55b10a0

Choose a tag to compare

Added notebooks. Worked on the vector interpolation in particular.

twelf

11 Oct 01:21

Choose a tag to compare

Made Fortran optional.

endlefta

08 Oct 20:12
9aeddce

Choose a tag to compare

  • Improved the Windows port, when led to a change in the way we specify the mesh name in the netcdf file. Previously we used the string "filename:meshname". However, ":" has a special meaning on Windows so we now use "filename$meshname" instead
  • Now checking the C++ library buld with CMake on Windows
  • It is now possible turn of the Fortran compilation part with -D BUILD_FORTRAN=OFF
  • Fixed an run error on Windows related to calling front with a zero length vector
  • Dropped Python 3.6 and bumped the default Python version to 3.9
  • Cleaned up some compiler warnings on Windows (still some way to go)
  • Revamped the README

teotha

28 Jun 06:46

Choose a tag to compare

Doc cleanup and fixing spelling mistakes

nigotha

26 Jun 22:44
db045d0

Choose a tag to compare

Can now compute the face and edge vectors at target points.

eahtotha

14 Jun 10:05
54ff548

Choose a tag to compare

Adds logging to the python interface. Also relaxes the detection of edges falling outside of the domain from an error condition to a warning.

seofotha

08 Jun 07:51

Choose a tag to compare

This release includes code to compute a vector field from an edge form. This could be useful when one needs to represent the form as a set of arrows or when advecting a quantity.

sixta

17 May 03:57

Choose a tag to compare

sixta Pre-release
Pre-release

New capability to fold latitudes that are beyond +/- 90 deg to the usual domain. This is will allow advection problems to be solved where the grid is moved. Other improvements include fixes for the latest gcc.