Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gridap/STLCutters.jl into remove_plots
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Feb 15, 2024
2 parents a24eb2f + 32b46be commit 0bb9103
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [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


## [0.1.0] - 2021-09-04

A changelog is not maintained for this version.



6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "STLCutters"
uuid = "284f087d-c8bb-44c4-af3c-39d0e1f330a5"
authors = ["Pere Antoni Martorell", "Large Scale Scientific Computing"]
version = "0.1.6"
version = "0.2.0"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand All @@ -16,12 +16,12 @@ MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"

[compat]
AlgebraicMultigrid = "0.5"
AlgebraicMultigrid = "0.5,0.6"
Downloads = "1.4"
FileIO = "1.6"
FillArrays = "0.11, 0.13, 1"
Gridap = "0.17.16"
GridapEmbedded = "0.8"
GridapEmbedded = "0.8, 0.9"
IterativeSolvers = "0.9"
MeshIO = "0.4"
ProgressMeter = "1.7"
Expand Down

0 comments on commit 0bb9103

Please sign in to comment.