Skip to content

Releases: gridap/Gridap.jl

v0.15.4

29 Mar 09:48
Compare
Choose a tag to compare

Gridap v0.15.4

Diff since v0.15.3

Closed issues:

  • Tests are failing with Julia v1.6.0-rc1 in GH actions. (#545)
  • assert in ConformingFESpaces.jlcorrect? (#569)

Merged pull requests:

v0.15.3

16 Mar 10:51
fc1e357
Compare
Choose a tag to compare

Gridap v0.15.3

Diff since v0.15.2

Closed issues:

  • Different tensor types should not compare equal (#558)
  • Including partial derivatives in variational formulation (#561)

Merged pull requests:

v0.15.2

08 Mar 16:32
b8228e6
Compare
Choose a tag to compare

Gridap v0.15.2

Diff since v0.15.1

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

22 Jan 13:33
f175267
Compare
Choose a tag to compare

Gridap v0.15.1

Diff since v0.15.0

Closed issues:

  • Gradient of field / @law across domains (#426)
  • Error when evaluating a sum of operations with arrays (#512)
  • Periodic BCs Don't Transfer to RestrictedDiscreteModel (#516)

Merged pull requests:

v0.15.0

14 Dec 13:38
4aa1176
Compare
Choose a tag to compare

Gridap v0.15.0

Diff since v0.14.2

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:

v0.14.2

24 Nov 12:29
765b01a
Compare
Choose a tag to compare

Gridap v0.14.2

Diff since v0.14.1

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 by Int wherever appropriate (#444)
  • Hyperbolic function support for FEFunction? (#446)
  • Adding x86 architecture to GH actions causes two tests to fail (#453)

Merged pull requests:

v0.14.1

17 Sep 18:19
4c94645
Compare
Choose a tag to compare

Gridap v0.14.1

Diff since v0.14.0

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:

v0.14.0

27 Aug 17:16
c8735e6
Compare
Choose a tag to compare

Gridap v0.14.0

Diff since v0.13.4

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:

v0.13.4

23 Aug 11:14
670dabd
Compare
Choose a tag to compare

Gridap v0.13.4

Diff since v0.13.3

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:

v0.13.3

12 Aug 16:15
28dd80b
Compare
Choose a tag to compare

Gridap v0.13.3

Diff since v0.13.2

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: