Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gridap/GridapEmbedded.jl into dis…
Browse files Browse the repository at this point in the history
…tributed_agfem_with_algoim_quads
  • Loading branch information
ericneiva committed Jul 9, 2024
2 parents 85978e3 + d579786 commit e9d219b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.4] - 2024-07-09

### Added
- Missing distributed functions. Since PR [#92](https://github.com/gridap/GridapEmbedded.jl/pull/92).
- Background models extended with remote ghosts inherit Cartesian labels. Since PR [#93](https://github.com/gridap/GridapEmbedded.jl/pull/93).

### Fixed
- Unused `name` keywork argument in `square` and `quadrilateral` analytical geometries. Since PR [#86](https://github.com/gridap/GridapEmbedded.jl/pull/86).
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapEmbedded"
uuid = "8838a6a3-0006-4405-b874-385995508d5d"
authors = ["Francesc Verdugo <[email protected]>", "Eric Neiva <[email protected]>", "Pere Antoni Martorell <[email protected]>", "Santiago Badia <[email protected]>"]
version = "0.9.3"
version = "0.9.4"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
4 changes: 4 additions & 0 deletions src/Distributed/DistributedAgFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,11 @@ function add_remote_cells(model::DistributedDiscreteModel,remote_cells,remote_pa
_models = map(UnstructuredDiscreteModel,_grids)
agids = add_remote_ids(gids,remote_cells,remote_parts)
amodel = DistributedDiscreteModel(_models,agids) |> merge_nodes
<<<<<<< HEAD

=======

>>>>>>> d579786312ab8726581d7aa664f3a61c4d1c2b11
D = num_cell_dims(model)
grids = map(get_grid,local_views(amodel))
topos = map(get_grid_topology,local_views(amodel))
Expand Down

0 comments on commit e9d219b

Please sign in to comment.