We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1fe59 commit 39bbe74Copy full SHA for 39bbe74
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Split format support for `PVector`.
13
- 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`.
16
17
### Deprecated
18
src/PartitionedArrays.jl
@@ -94,6 +94,7 @@ export own_to_local
94
export ghost_to_local
95
export local_to_own
96
export local_to_ghost
97
+export global_to_owner
98
export replace_ghost
99
export remove_ghost
100
export union_ghost
0 commit comments