Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.84 KB

NEWS.md

File metadata and controls

52 lines (30 loc) · 1.84 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2024-08-01

Added

  • New distributed drivers with p4est in the documentation.
  • Contributing guidelines in the documentation.

Changed

  • Polyhedron is now defined in Gridap as GeneralPolytope{3}<Polytope{3}. Its internal data is renamed to metadata. Since #33
  • get_data(::Polyhedron) is renamed to get_metadata(::Polyhedron).
  • simplexify(::Polyhedron) now returns the same data structure as simplexify(::Polytope). The previous implementation is renamed to simplexify_interior.
  • check_graph is renamed to check_polytope_graph.

[0.2.1] - 2024-07-11

Added

  • Distributed cutter (cut()) using GridapDistributed and PartitionedArrays since #28.
  • New documentation pages with examples of usage.

Changed

  • compute_cell_to_facets is more efficient for non-Cartesian meshes. It exploits AABB intersections.

[0.2.0] - 2024-02-15

Added

  • cut_facets() for the integration of cut cell boundaries with GridapEmbeded #27. cut_facets() allows moment fitting integration.

Changed

  • cut() interface has been changed to align with GridapEmbeded.
  • subtriangulate() also returns cut facet data.
  • The output order of simplexify functions has changed: (1st) coordinates, (2nd) connectivities.

Removed

  • plot(::Polyhedron) is removed to reduce dependencies #28.

[0.1.0] - 2021-09-04

A changelog is not maintained for this version.