Releases: gridap/Gridap.jl
Releases · gridap/Gridap.jl
v0.13.2
v0.13.1
v0.13.0
Gridap v0.13.0
Closed issues:
- Error with Gridap.jl + WriteVTK v1.7.1? (#286)
- Upwinded DG (#307)
- Missing work from PR #249? (#313)
- Cleaning up NodalReferenceFE et al. (#314)
- Applying Gridap to solving problems in solid mechanics (#318)
- AssertionError triggered in the call path rooted at AppliedArrays: BUG? (#323)
- Using broadcast notation for FEFunctions in-place operations (#325)
Merged pull requests:
- Replaced += by add_entry! (pending work from PR #249) (#316) (@amartinhuertas)
- Enhancing inward and outward (#317) (@fverdugo)
- Clean up nodal reffe (#319) (@fverdugo)
- Added missing SparseMatrixAssembler constructor for MultiFieldFESpaces (#320) (@amartinhuertas)
- Clean up nodal reffe (#321) (@fverdugo)
- Minor fix to let Vtk.jl support changes in Vtk 1.7.X versus 1.6.X (#324) (@amartinhuertas)
- Added symmetric gradient for automatic differentiation functions (#327) (@oriolcg)
- Custom implementation of testitem for LocalToGlobalArray (#328) (@fverdugo)
- Better handling of 0 length applied arrays (#329) (@fverdugo)
- Release 0.13 (#330) (@fverdugo)
v0.12.0
Gridap v0.12.0
Closed issues:
- TRY "Gridap" ONLINE (#291)
- TensorProduct and DG Ref FEs (#292)
- Use promotion to build VectorValues and TensorValues from args with different types (#297)
- Skeleton for faces of a particular type in CartesianModel (#300)
- Re-thinking ReferenceFE wrt dof ownership (#301)
- Issue with dof numbering in CDLagrangianRefFE (#302)
- Anisotropic orders s.t. order 0 in some dim (#306)
Merged pull requests:
- Minor in multifield (#290) (@fverdugo)
- Disc ref fes (#293) (@santiagobadia)
- Fespace generic constructor (#294) (@santiagobadia)
- Use promotion in tensor values (#298) (@fverdugo)
- Cd lagrangian ref f es (#299) (@santiagobadia)
- Division operator (#303) (@oriolcg)
- SkeletonTriangulation constructor for "discontinuous" facets. (#304) (@fverdugo)
- Fixing cd lag ref fe (#305) (@santiagobadia)
- Fixing cd lag ref fe (#308) (@santiagobadia)
- Added setindex! method for Reindexed. (#309) (@amartinhuertas)
- Reffe dof ownership (#311) (@fverdugo)
- Fixing cdreffe (#312) (@santiagobadia)
- Fixing cdreffe (#315) (@santiagobadia)
v0.11.2
Gridap v0.11.2
Merged pull requests:
v0.11.1
v0.11.0
Gridap v0.11.0
Closed issues:
Merged pull requests:
- Refactor/tensor values (#239) (@victorsndvg)
- Minor typo fixes in solve! API (#275) (@amartinhuertas)
- Fixed bug when exporting data with symmetric tensors to vtk. (#277) (@fverdugo)
- Interpolate multifield (#279) (@oriolcg)
- Added cross product operation for vectors (#280) (@jesusbonilla)
- Release 0.11 (#281) (@santiagobadia)
v0.10.4
v0.10.3
Gridap v0.10.3
Closed issues:
- Fix sparsecsr generic function for rectangular matrices and add tests of this feature (#254)
- Periodic BCs (#263)
Merged pull requests:
- Fixed buggy sparsecsr generic function (#262) (@amartinhuertas)
- Fixed BUG in findnz function for SparseMatrixCSR (#264) (@amartinhuertas)
- Periodic BC for cartesian grids (#266) (@jesusbonilla)
- Bug fixed
restrict(::AbstractArray,::TriangulationPortion)
for portions of BoundaryTriangulation(s) (#267) (@amartinhuertas) - Visualization of operation trees (#270) (@fverdugo)
- Preparing release 0.10.3 (#272) (@fverdugo)