All notable changes to this project will be documented in this file.
- Renamed
tet_x_plane!()tocalculate_plane_tetrahedron_intersection!() - Adjusted logic in
calculate_plane_tetrahedron_intersection!()to better determine intersection - Separated functionality of intersection determination and coordinate assignment in
calculate_plane_tetrahedron_intersection!()into subfunctions
- Reworked
tet_x_plane!()to improve tetrahedron-plane-crosssection
marching_trianglestakes now an additionallinesargument to compute intersections with given lines and returns also values and adjacency information to be able to construct a 1D grid To restore the old behavior, uselines = []and neglect the second and third return value
- Update links after move to WIAS-PDELib org
- Ensure that colorbarticks makeisolevels always contain the limits
- Qualified import
- Format
- V1.0: non-breaking but time for real semver