Releases: gridap/Gridap.jl
Releases · gridap/Gridap.jl
v0.18.7
Gridap v0.18.7
Merged pull requests:
- enable dependabot for GitHub actions (#930) (@ranocha)
- Fixed constructor of RungeKutta with only one solver (#999) (@AlexandreMagueresse)
- CompatHelper: bump compat for BlockArrays to 1, (keep existing compat) (#1007) (@github-actions[bot])
- Macro Finite-Elements (#1024) (@JordiManyer)
- CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#1028) (@github-actions[bot])
- Allowing JLD2 v0.5 in Project.toml compats (#1033) (@amartinhuertas)
- Fix broken GMSH link in Readme (#1034) (@ThePurox)
- MultiValues component names export (#1038) (@Antoinemarteau)
- Benchmarks (#1039) (@JordiManyer)
- Q_tensor and various TensorValues improvements. (#1041) (@Antoinemarteau)
- Update ci (#1047) (@Antoinemarteau)
Closed issues:
- Error message defining a Multifield for displacement vector and stress tensor (#923)
- Improve performance of current solution pursued in PR 967 to handle non-injective maps in BodyFittedTriangulations (#1025)
- Caching for Repeated Vector Assebly (#1029)
- MultiValues components naming in vtk exports (#1036)
- Heat equation with homogeneous Neumann boundary condition (#1040)
v0.18.6
v0.18.5
Gridap v0.18.5
Merged pull requests:
- Facet integration non conforming meshes (#967) (@amartinhuertas)
Closed issues:
- MINI Elements (#1022)
v0.18.4
Gridap v0.18.4
Merged pull requests:
- Passing kwargs to simplexify refinement (#1015) (@pmartorell)
- Add VTK encoding options (#1016) (@JordiManyer)
- ZeroMeanFESpace bugfixes (#1020) (@JordiManyer)
Closed issues:
- BLAS/LAPACK not loading in Gridap (#1019)
v0.18.3
Gridap v0.18.3
Merged pull requests:
- General polytope implementation (#1006) (@pmartorell)
- Adaptivity 2.0 (#1013) (@JordiManyer)
- Performance mode (#1014) (@JordiManyer)
v0.18.2
Gridap v0.18.2
Merged pull requests:
- Add zero AffineMap helper (#1003) (@pmartorell)
- use OrderedDict (#1004) (@mochen4)
- Changes required to have a proper definition for get_face_dofs() for Nedelec FEs (#1005) (@amartinhuertas)
Closed issues:
- non-deterministic matrix assembly for multiple domains (#1002)
v0.18.1
Gridap v0.18.1
Merged pull requests:
- Bugfix:
restrict_to_field
creates copies forBlockMultiFieldStyle
(#993) (@JordiManyer) - Updating to Documenter v1.0 (#995) (@JordiManyer)
- Change sign of residual in
TransientLinearFEOperator
(#996) (@AlexandreMagueresse)
v0.18.0
Gridap v0.18.0
Merged pull requests:
- Refactoring of GridapODEs (#965) (@AlexandreMagueresse)
- fix typo in BDMRefFEs documentation (#980) (@amboschman)
- Release Gridap 0.18 (#985) (@JordiManyer)
- Fixes evaluation cellstate (#987) (@oriolcg)
- Fixing name clash with
Statistics.mean
(#988) (@JordiManyer) - Deprecate
SubVector
in favor of Julia'sview
. (#989) (@JordiManyer) - Added
axpy_entries
forAbstractBlockMatrix
(#991) (@oriolcg)
Closed issues:
v0.17.23
Gridap v0.17.23
Merged pull requests:
- Updated compats for FastGaussQuadrature.jl (#972) (@JordiManyer)
- Feature required to fix GridapDistributed.jl issue (#975) (@amartinhuertas)
- Bump release (#976) (@amartinhuertas)
Closed issues:
- confusion about vectors sizes (#973)
v0.17.22
Gridap v0.17.22
Merged pull requests:
- Changing behaviour for
allocate_vector
(#963) (@JordiManyer) - Added missing methods for LagrangianDofBasis (#964) (@JordiManyer)
- FineToCoarseField for vector-valued fields (#970) (@JordiManyer)
- Bugfix: Incorrect block assembly when permuting variables (#971) (@JordiManyer)
Closed issues:
- Remove FESolver and derived types (#706)
- Reporting a series of errors with void parts + tentative solutions (#808)
- NLSolver speed (#897)
- Unexpected behaviour, if evaluating function on grid (#929)
- Implementation of MultiFieldStyle in TransientMultiFieldFESpaces (#943)
- Neumann boundary conditions and different geometries (#968)