Skip to content

Commit 39bbe74

Browse files
committed
Update CHANGELOG
1 parent 3a1fe59 commit 39bbe74

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Split format support for `PVector`.
1313
- Helper functions to build partitioned sparse matrices and vectors in split format, `pvector_from_split_blocks` and `psparse_from_split_blocks`.
14+
- Gallery function `linear_elasticity_fem`.
15+
- Function `global_to_owner`.
1416

1517
### Deprecated
1618

src/PartitionedArrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export own_to_local
9494
export ghost_to_local
9595
export local_to_own
9696
export local_to_ghost
97+
export global_to_owner
9798
export replace_ghost
9899
export remove_ghost
99100
export union_ghost

0 commit comments

Comments
 (0)