Releases: gridap/Gridap.jl
Releases · gridap/Gridap.jl
v0.15.4
v0.15.3
Gridap v0.15.3
Closed issues:
- Different tensor types should not compare equal (#558)
- Including partial derivatives in variational formulation (#561)
Merged pull requests:
- get_cell_map returns array of AffineMap for linear grids of simplices (#553) (@fverdugo)
- Correct return value of _generate_cell_to_vertices (#555) (@eschnett)
- Avoid allocating temporary array (#556) (@eschnett)
- Correct spelling of variable name (#559) (@eschnett)
- Bugfix in print_op_tree (#563) (@fverdugo)
- Ensure different tensor types compare different (#564) (@eschnett)
- Moving to 0.15.3 (#566) (@amartinhuertas)
v0.15.2
Gridap v0.15.2
Closed issues:
- periodic boundary conditions for arbitrary mesh files? (#412)
- Problem with implementation of implicit heterogeneous solid materials (#508)
- Variable "order" overwritten in tutorial (#521)
- Why PR filed by CompatHelper do not trigger the CI pipeline? (#527)
- Email addresses in code of conduct don't work (#533)
- Norm not defined for Tensor Valued Spaces (#536)
- Modules in test suite are expensive (#548)
Merged pull requests:
- Provide simplexify for arbitrary dimensions (#519) (@eschnett)
- Correct typographical errors (#525) (@eschnett)
- Added ssh secret to compathelper yml file (#528) (@amartinhuertas)
- SymTensorValueTypes: Use integer division (#529) (@eschnett)
- Provide
rand
function for TensorValues (#530) (@eschnett) - simplexify: return tet simplex instead of hex simplex in 1d (#532) (@eschnett)
- Add norm operation for TensorValues (#538) (@Paulms)
- CompatHelper: bump compat for "BlockArrays" to "0.14" (#539) (@github-actions[bot])
- CompatHelper: bump compat for "FillArrays" to "0.11" (#540) (@github-actions[bot])
- Modify dot (#544) (@diliphridya)
- CompatHelper: bump compat for "JLD2" to "0.4" (#546) (@github-actions[bot])
- Avoiding some allocations in LUSolver (#549) (@fverdugo)
- Implemented evaluation of MonomialBasis at a single Point (#550) (@fverdugo)
- Implemented get_cell_points for CellDof (#551) (@fverdugo)
- Implement inverse map (#552) (@fverdugo)
- Fixing return_value for Broadcasting(∇∇) (#554) (@fverdugo)
- Moving to 0.15.2 (#560) (@fverdugo)
v0.15.1
v0.15.0
Gridap v0.15.0
Closed issues:
- Nonlinear operator constructor with cell and boundary and/or skeleton terms (#230)
- An even better API for weak forms and integrals (🏆 challenge) (#265)
is_entry_stored
has a confusing name (#362)- delta functions? (#408)
- inner and outer functions for complex (#433)
- Raviart-Thomas reffes for cubes/simplices in v0.15.0 (#471)
- Syntax for homogeneous weak forms (#473)
- Make GridapEmbedded work with Gridap#master (v0.15.0) (#474)
- Make gridap/Tutorials work with Gridap#master (v0.15.0) (#475)
- Make Nedelec reffes work with v0.15.0 (#476)
- Make GridapGmsh work with Gridap#master (v0.15.0) (#477)
- Miscellaneous renaming tasks in v0.15.0 (#480)
- delta-function derivatives (#489)
- Fix potential naming conflicts when users implement their reference FEs (#502)
Merged pull requests:
- CompatHelper: bump compat for "JLD2" to "0.3" (#452) (@github-actions[bot])
- CompatHelper: bump compat for "BlockArrays" to "0.13" (#460) (@github-actions[bot])
- Misc work (#469) (@fverdugo)
- Merging current state of v0.15.0 into master. (#472) (@fverdugo)
- Bugfix in PosNeigReindex that do not showed up in Gridap tests (#478) (@fverdugo)
- Allow syntax
l(v)=0
for linear forms. (#481) (@fverdugo) - Misc work for gridap embedded (#482) (@fverdugo)
- Adding more tests to CellFieldsTests (#484) (@fverdugo)
- Added DiracDelta (#485) (@fverdugo)
- Added ∑ symbol for the
sum
function (#486) (@oriolcg) - CompatHelper: bump compat for "StaticArrays" to "1.0" (#487) (@github-actions[bot])
- Misc improvements (#488) (@fverdugo)
- Misc typos in documentation and code (#490) (@amartinhuertas)
- Misc performance improvements (#491) (@fverdugo)
- Implementing inner for complex like * (#492) (@fverdugo)
- Issue #480 (#494) (@amartinhuertas)
- Renaming LebesgueMeasure -> Measure (#495) (@santiagobadia)
- Number domain contribution (#496) (@oriolcg)
- Add Raviart Thomas Ref FE (#499) (@jesusbonilla)
- Updating version for the json files generated from DiscreteModels. (#501) (@fverdugo)
- Improve ReferenceFE factory (#503) (@fverdugo)
- get_cell_data -> get_data renaming (#504) (@santiagobadia)
- Lazy array renaming (#506) (@santiagobadia)
- Release 0.15 (#507) (@fverdugo)
v0.14.2
Gridap v0.14.2
Closed issues:
- Reducing compilation times (#276)
- 3-tensor contractions with 2-tensor and 1-tensor (#414)
- Integration of ThirdOrderTensorValue Bug (#416)
- CUDA Support (#422)
- FEFunction doesn't support sub-domain integral (#437)
- Move the CI pipeline to GH actions (travis not unlimited free for OSS anymore) (#442)
- Replace hard-coded
Int64
byInt
wherever appropriate (#444) - Hyperbolic function support for FEFunction? (#446)
- Adding x86 architecture to GH actions causes two tests to fail (#453)
Merged pull requests:
- 3-Tensor Operations and Constructors (#415) (@Omega-xyZac)
- Bugs detected in refactored code (some of them fixed, others no) (#417) (@fverdugo)
- Removing inference module (#418) (@fverdugo)
- Update NEWS.md (#419) (@Omega-xyZac)
- Kernel refactoring fv comments (#420) (@fverdugo)
- Kernel refactoring fv comments (#421) (@fverdugo)
- Make Reindex and PosNegReindex resilient to empty array of values (#423) (@fverdugo)
- More work in Arrays Module (#424) (@fverdugo)
- Work in Fields module (#427) (@fverdugo)
- Pull master (#428) (@fverdugo)
- CompatHelper: bump compat for "FillArrays" to "0.10" (#429) (@github-actions[bot])
- Refactoring of the Geometry module (#431) (@fverdugo)
- Julia script creation system custom images (#432) (@amartinhuertas)
- Starting to add new CellData (#434) (@fverdugo)
- More work in CellData and starting with FESpaces (#435) (@fverdugo)
- More work in new FESpaces (#438) (@fverdugo)
- More work in ReferenceFEs and FESpaces (#439) (@fverdugo)
- More work in reffes, fespaces and visualization (#440) (@fverdugo)
- Operations at Skeleton (#441) (@fverdugo)
- Work on BlockArrayCoo (#443) (@fverdugo)
- Replace int64 by int (#445) (@amartinhuertas)
- Improving GH action scripts based on the defaults given by PkgTemplates (#447) (@fverdugo)
- Work on skeleton terms (#448) (@fverdugo)
- More work in MultiField and FESpaces (#449) (@fverdugo)
- Add drivers tests (#450) (@fverdugo)
- Reactivating documentation (#451) (@fverdugo)
- Allowing symbols in the first type param of GenericRefFE (#454) (@fverdugo)
- More work in FESpaces and MultiField (#455) (@fverdugo)
- Adding x86 to gh actions (#456) (@amartinhuertas)
- More work (#457) (@fverdugo)
- Reactivating several drivers (#459) (@fverdugo)
- Trigger ci x86 only on master and PRs on master (#461) (@amartinhuertas)
- Work on Physical finite elements (#462) (@fverdugo)
- Cleanup in autodiff (#464) (@fverdugo)
- get_cell_measure (#465) (@fverdugo)
- Misc work (#466) (@fverdugo)
- Misc work (#467) (@fverdugo)
- Release 0.14.2 (#468) (@fverdugo)
v0.14.1
Gridap v0.14.1
Closed issues:
- Indicial notation for constitutive laws in finite elasticity (#398)
- autodiff error with multifield (#403)
- Mixed Formulation for (nearly) incompressible hyperelasticity (#405)
Merged pull requests:
- Create CODE_OF_CONDUCT.md (#395) (@santiagobadia)
- Generalization of FESpaceWithLastDofRemoved (#396) (@amartinhuertas)
- Added logo to docs (#397) (@fverdugo)
- Added VectorWithEntryInserted and VectorWithEntryRemoved (#401) (@amartinhuertas)
- Fe space with dof potentially removed (pending changes from PR #396) (#404) (@amartinhuertas)
- Added missing get_constant_approach() getter to FESpaceWithConstantFixed (#409) (@amartinhuertas)
- Preparing 0.14.1 (#410) (@amartinhuertas)
v0.14.0
Gridap v0.14.0
Closed issues:
- Autodiff for multi-field and skeleton terms (#346)
- Distributive law violated (#349)
- Issue with boundary integrals in 1d (#368)
- BUG with restricted BoundaryTriangulation? (#380)
- Gradient of a constant times vector not working (#388)
Merged pull requests:
- Major refactoring associated with the skeleton and multi-field (#376) (@fverdugo)
- Fixing long tests (#377) (@fverdugo)
- Filtered array (#379) (@santiagobadia)
- Misc bug fixes (#381) (@fverdugo)
- Circumventing a julia bug (?) (#382) (@fverdugo)
- Multi field autodiff (#383) (@fverdugo)
- Homogeneous trial fe space from trial fe space (#384) (@oriolcg)
- Bugfix for issue #380 (#386) (@fverdugo)
- Cutting some tests (#387) (@fverdugo)
- Create new travis job drivers (#389) (@fverdugo)
- Preparing release 0.14 (#390) (@fverdugo)
- Fixes to
apply_gradient
related to issue #388 (#391) (@oriolcg) - Bugfix issue 368 (#393) (@fverdugo)
v0.13.4
Gridap v0.13.4
Closed issues:
- joss-paper: Missing operators (#335)
- joss paper: memory benchmark (#353)
- Adding an element/face to a tag (#367)
- Point and Line Dirichlet Tags (#371)
- Multimaterial Bug (tags) (#373)
Merged pull requests:
- Use tfill instead of fill in testvalue (#360) (@mohamed82008)
- better keyword argument checks for FESpace (#364) (@jw3126)
- add docstrings for residual and friends (#365) (@jw3126)
- switch argument order of interpolate to function first (#366) (@jw3126)
- add @test_broken for #368 (#369) (@jw3126)
- Typos doc (#370) (@santiagobadia)
- added filtered arrays (#372) (@santiagobadia)
- Multifield refactoring (#374) (@fverdugo)
- Preparing release 0.13.4 (#375) (@fverdugo)
v0.13.3
Gridap v0.13.3
Closed issues:
- Explore the use of Automatic Differentiation package (#79)
- joss-paper: fix JUMP citation (#333)
- joss-paper: Software design (#334)
- joss-paper: Build tutorials not described (#336)
- joss paper: OSI approved software license? (#342)
- joss paper: Contribution and authorship (#343)
- joss paper: list of references (#348)
- Implementation Issue: Linear Elastic on a single square element (#355)
Merged pull requests:
- Gradient scalar product (#340) (@oriolcg)
- Updated NEWS.md (#341) (@oriolcg)
- CompatHelper: bump compat for "FillArrays" to "0.9" (#344) (@github-actions[bot])
- Some punctuation proposals for paper.md (#347) (@TeroFrondelius)
- add test for issue #349 (#350) (@jw3126)
- Create LICENSE (#351) (@santiagobadia)
- add some docstrings (#352) (@jw3126)
- add visualization_data (#354) (@jw3126)
- Removed test/results.vtu (#356) (@fverdugo)
- Moving to 0.13.3 (#358) (@fverdugo)