Skip to content

Commit

Permalink
More in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Jan 12, 2024
1 parent a276fd6 commit 7ca291d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The old code is still available (but deprecated), and can be recovered applying

- The default parallel sparse matrix format is now split into 4 blocks corresponding to own/ghost columns/rows.
The previous "monolithic" storage is not implemented anymore for the new version of `PSparseMatrix`, but can be implemented in the new setup if needed.
- `emit` renamed to `multicast`. The former name is still available but deprecated.

## Added

Expand All @@ -29,6 +30,8 @@ treatment of the ghost rows).
- Functions `repartition` and `repartition!` used to change the data partition of `PSparseMatrix` and `PVector` objects.
- Functions `psystem` and `psystem!` for generating a system matrix and vector at once.
- Function `trivial_partition`.
- Support for sub-assembled matrices in `PSparseMatrix`.


## [0.3.4] - 2023-09-06

Expand Down

0 comments on commit 7ca291d

Please sign in to comment.