Skip to content

Commit

Permalink
edit news
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Aug 1, 2024
1 parent d1891cd commit 4b2b5a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.3.0] - 2024-08-01

### Added

- New distributed drivers with `p4est` in the documentation.
- Contributing guidelines in the documentation.

### Changed

- The type `Polyhedron` has been moved to `Gridap` as `GeneralPolytope`. Since [#33](https://github.com/gridap/STLCutters.jl/pull/33)

## [0.2.1] - 2024-07-11

### Added
Expand Down
4 changes: 4 additions & 0 deletions docs/src/distributed.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ end
!!! note
For compatibility reasons, we are not interested on adding `GridapP4est` as a dependency. The interested can add it to its own driver.

!!! note
The `compute_resdistribute_weights` is a `GridapEmbedded` function since [#95](https://github.com/gridap/GridapEmbedded.jl/pull/95)

### Adaptive mesh refinement with `p4est`

Expand Down Expand Up @@ -213,3 +215,5 @@ with_mpi() do distribute
end
```

!!! note
The `compute_adaptive_flags` is a `GridapEmbedded` function since [#95](https://github.com/gridap/GridapEmbedded.jl/pull/95)

0 comments on commit 4b2b5a4

Please sign in to comment.