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.
- New distributed drivers with
p4est
in the documentation. - Contributing guidelines in the documentation.
Polyhedron
is now defined inGridap
asGeneralPolytope{3}<Polytope{3}
. Its internaldata
is renamed tometadata
. Since #33get_data(::Polyhedron)
is renamed toget_metadata(::Polyhedron)
.simplexify(::Polyhedron)
now returns the same data structure assimplexify(::Polytope)
. The previous implementation is renamed tosimplexify_interior
.check_graph
is renamed tocheck_polytope_graph
.
- Distributed cutter (
cut()
) usingGridapDistributed
andPartitionedArrays
since #28. - New documentation pages with examples of usage.
compute_cell_to_facets
is more efficient for non-Cartesian meshes. It exploits AABB intersections.
cut_facets()
for the integration of cut cell boundaries withGridapEmbeded
#27.cut_facets()
allows moment fitting integration.
cut()
interface has been changed to align withGridapEmbeded
.subtriangulate()
also returns cut facet data.- The output order of simplexify functions has changed: (1st) coordinates, (2nd) connectivities.
plot(::Polyhedron)
is removed to reduce dependencies #28.
A changelog is not maintained for this version.