Releases: gridap/Gridap.jl
Releases Β· gridap/Gridap.jl
v0.18.12
Gridap v0.18.12
Merged pull requests:
- Fix bug for issue #927 (#1094) (@eazytbl)
- facilitate differentiating wrt positions x when x is defined as a FEFunction (#1095) (@ConnorMallon)
- Support to evaluate basis on dualized points (#1100) (@JordiManyer)
Closed issues:
- Nedelec element on boundaries (#927)
v0.18.11
Gridap v0.18.11
Merged pull requests:
- Adding rules and methods for hessian of sum of scalar CellFields and product of two scalar CellFields (#1053) (@kishore-nori)
- Added constructors for DiracDelta with Triangulation argument. (#1087) (@shagun751)
- Refactor of all tests (#1088) (@Jai-Tushar)
- Making
LinearStageOperator
struct similar toNonlinearStageOperator
struct (#1089) (@shreyas02) - Misc TensorValues improvements (#1093) (@Antoinemarteau)
Closed issues:
- Nedelec elements for triangular/tetrahedral meshes? (#413)
- Support
ascii=true
option inwritevtk
(#524) - Issue with completion (#573)
- Performance improvements in AD for multifield (#695)
- Newest Vertex Bisection (#709)
- Circular dependency when developing AD for
SkeletonTriangulation
(#802) - Laplacian of product of
CellField
s doesn't work. (#875) - GridapODEs - Changes in the LinearStageOperator Struct (#1075)
- ChainRule definition for Gridap.Field.Fields? (#1092)
v0.18.10
Gridap v0.18.10
Merged pull requests:
- Refactor of autodiff for MultiField (#1070) (@JordiManyer)
- Implementation of
get_tangent_vector
with similar behavior asget_normal_vector
(#1071) (@aerappa) - Moment based reffes: refactoring and extension of Gridap.Polynomials (#1072) (@Antoinemarteau)
- Allow real and imag functions to return real TensorValue (#1080) (@ovanvincq)
Closed issues:
v0.18.9
Gridap v0.18.9
Merged pull requests:
- Low level optimisations (#1043) (@JordiManyer)
- add get_dof_value_type to FESpacesWithLinearConstraints (#1062) (@janmodderman)
- Aposteriori estimators (#1063) (@JordiManyer)
- Crouzeix Raviart Finite Element (#1064) (@Jai-Tushar)
- Pullbacks (#1067) (@JordiManyer)
- ConstantFESpaces on sub-triangulations (#1069) (@JordiManyer)
- Fixed a BUG in Arrays.evaluate!(cache,a::FineToCoarseField,x::AbstractArray{<:Point}) (#1074) (@amartinhuertas)
v0.18.8
Gridap v0.18.8
Merged pull requests:
- Save conformity info for ConformingFESpaces (#1042) (@JordiManyer)
- Expanding and updating CI (#1046) (@JordiManyer)
- Fix AttachDirichletMap type stability (#1050) (@Antoinemarteau)
- small TensorValues docu improvements (#1051) (@Antoinemarteau)
- Fixed orientation of barycentric refinement (#1055) (@JordiManyer)
- Xiao - Gimbutas simplex quadratures (#1058) (@JordiManyer)
- optimized MonomialBases evaluations (#1059) (@Antoinemarteau)
- Bump codecov/codecov-action from 4 to 5 (#1061) (@dependabot[bot])
Closed issues:
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)