Skip to content

Commit

Permalink
Updated NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 22, 2023
1 parent b6d394a commit bb4d7bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 73 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.3.3] - 2023-11-22

### Added

- Added missing methods for `DistributedTransientFESpace`s. Since [PR 135](https://github.com/gridap/GridapDistributed.jl/pull/135).

## [0.3.2] - 2023-11-01

### Added
Expand Down
1 change: 0 additions & 1 deletion src/FESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ function FESpaces.get_dof_value_type(cell_shapefuns::DistributedCellField,cell_d
vt = map(local_views(cell_shapefuns),local_views(cell_dof_basis)) do cell_shapefuns, cell_dof_basis
FESpaces.get_dof_value_type(cell_shapefuns,cell_dof_basis)
end
# Jordi: is this always consistent between processors? It should, I think...
return PartitionedArrays.getany(vt)
end

Expand Down
72 changes: 0 additions & 72 deletions test/myTests.jl

This file was deleted.

0 comments on commit bb4d7bf

Please sign in to comment.