Skip to content

Commit f587bc8

Browse files
committed
Fixing deps in project.toml
1 parent 0680036 commit f587bc8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- `CurlGradMonomialBasis` spanning the polynomial space needed for RT elements on n-cubes
11-
1210
### Changed
1311
### Removed
1412
### Deprecated
1513
### Fixed
1614

1715
## [0.3.0] - 2019-08-06
1816
### Added
17+
- `CurlGradMonomialBasis` spanning the polynomial space needed for RT elements on n-cubes
1918
- `CLagrangianFESpace` and `DLagrangianFESpace` types providing an efficient implementation for continuous and discontinuous Lagrangian FE spaces respectivelly. In contrast to `ConfirmingFESpace`, the new types allow to select which are the components that are actually prescribed on the Dirichlet boundary. Since PR [#64](https://github.com/gridap/Gridap.jl/pull/64).
2019
- `simplexify` funciton to convert `Grid` and `DiscreteModel` objects made of n-cubes to the corresponding counterparts made of n-simplices. Since PR [#62](https://github.com/gridap/Gridap.jl/pull/62).
2120
- Duffy transformation based integration for n-simplices of arbitrary dimension. Since PR [#61](https://github.com/gridap/Gridap.jl/pull/61).

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ FastGaussQuadrature = "0.3.3"
2323
QuadGK = "2.1.0"
2424
Reexport = "0.2.0"
2525
StaticArrays = "0.10.3"
26-
TensorPolynomialBases = "0.1.1"
27-
TensorValues = "0.3.3"
26+
TensorPolynomialBases = "0.1.3"
27+
TensorValues = "0.3.4"
2828
UnstructuredGrids = "0.2.1"
2929
WriteVTK = "1.0.3"
3030
julia = "1.1"

0 commit comments

Comments
 (0)