Releases: gridap/Gridap.jl
Releases · gridap/Gridap.jl
v0.17.10
Gridap v0.17.10
Closed issues:
- Interpolate funs at arbitrary points inside active domain? (#747)
- No command to find eigen value and eigen vector (#757)
Merged pull requests:
- fixed Newmark tests (#750) (@oriolcg)
- fill! to fillstored! (#751) (@oriolcg)
- Restrict to active model the evaluation of a FE function at arbitrary points (#752) (@ericneiva)
- bugfix in FESpaces:
Int8
->Int16
inmldof
(#754) (@pmartorell) - Implement addition and subtraction between TensorValue and SymTensorValue (#755) (@ericneiva)
- Renaming GridapODEs to ODEs (#756) (@oriolcg)
- Nedelec elements on triangles and tetrahedra (#758) (@fverdugo)
- Bump release 0.17.10 (#759) (@fverdugo)
v0.17.9
Gridap v0.17.9
Closed issues:
- Solvability in mean zero spaces (#743)
Merged pull requests:
- Shape derivative (#653) (@ConnorMallon)
- Fix for issue #743 (#746) (@fverdugo)
- GridapODEs in Gridap (#748) (@santiagobadia)
v0.17.8
Gridap v0.17.8
Closed issues:
Merged pull requests:
- Interpolation point error (#729) (@oriolcg)
- Upgrading to 1.7 in GH actions (#730) (@amartinhuertas)
- Ad multifield hessian function (#731) (@tmigot)
- Bugfix in
reference_grid(TET)
(#734) (@pmartorell) - Added dummy
parts
argument in CartesianDiscreteModel to mimic the API in GridapDistributed (#735) (@fverdugo) - Pvd functions (#736) (@oriolcg)
- Length multifield fe space (#737) (@oriolcg)
- Improving support for periodic BCs (#738) (@fverdugo)
- Enable removal of boundary tags in certain directions. (#739) (@fverdugo)
- Bug-fixed _flatten_upper_triangle generated function (#740) (@amartinhuertas)
- Triangulation(trian) should the trian (#742) (@fverdugo)
- Release 0.17.8 (#744) (@fverdugo)
v0.17.7
Gridap v0.17.7
Closed issues:
- How to compute the "change of surface" for facet integration in arbitrary dimensions? (#67)
- Trace-based numerical methods (HDG, VEM, HHO...) (#83)
- Rename
add_entry!
byupdate_entry!
? (#259) - Eliminate
CompressedArray
and replace it byIndexedArray
(#271) - Explore the possibility to use
view
(i.e., SubArray) as a replacement of Subvector (#296) - Misc renaming and minor changes after low-level tutorial (#363)
- Use struct-like traits for
constraint_style
in FE space hierarchy (#399) - #398 not reproducible on Gridap v0.14.0 (#400)
- Potential Improvements in current implementation of
FESpaceWithConstantFixed
(#406) - Misc low-level, non-strategic observations on 0.15 release (#493)
- Improve Raviart-Thomas reffes for cubes/simplices (#500)
- Inconsistency among eltype of LazyArray and the type of the entry returned by get_index (#603)
- Doubts in regards to some functions in
ArrayBlocks.jl
(#619) - Check efficiency of RT implementation (#637)
- Reducing permanent memory storage in
BoundaryDiscreteModel
andDiscreteModelPortion
? (#641) - Current approach to manifold mesh generation (#646)
- Best strategy to reduce compile times? (#723)
Merged pull requests:
- Improve compile time (dramatically in some cases) by removing
@inline
statements (#726) (@fverdugo) - CellFE constructor now gets optional arguments and pass them down (#728) (@amartinhuertas)
v0.17.6
Gridap v0.17.6
Closed issues:
- The divergence of an scalar field in 1D currently returns a VectorValue{1} and it should not ... (#710)
- Visualising solution (#717)
- Issues with
TriangulationView
? (#722)
Merged pull requests:
- Operation tree optimization (#701) (@oriolcg)
- Removing exports of deprecated data types in Geometry module (#712) (@amartinhuertas)
- export data_index (#713) (@oriolcg)
- Cartesian boundary grid (#714) (@oriolcg)
- Fixes test_broken in GridapDistributed (#715) (@amartinhuertas)
- Small refactor in
meas(::MultiValue{1,D})
(#719) (@pmartorell) - Update README.md (#721) (@amartinhuertas)
- Fix issue #722 (#724) (@fverdugo)
- Bump release 0.17.6 (#725) (@amartinhuertas)
v0.17.5
Gridap v0.17.5
Closed issues:
Merged pull requests:
- Bezier triangulation (#703) (@pmartorell)
- Linear reference grid for simplex reference FEs and polytopes (#704) (@pmartorell)
- Hide fe solvers from user code (#705) (@fverdugo)
- Bump release 0.17.5 (#708) (@fverdugo)
v0.17.4
Gridap v0.17.4
Merged pull requests:
- Removing pvtk grid (#699) (@amartinhuertas)
- Preparing release 0.17.4 (#700) (@fverdugo)
v0.17.3
Gridap v0.17.3
Closed issues:
- Error when integrating jumps on skeletons of part of a boundary domain (#693)
Merged pull requests:
- Minor fix in get_glue for TriangulationView (#697) (@fverdugo)
- Adding a new version to [compat] WriteVTK (#698) (@amartinhuertas)
v0.17.2
Gridap v0.17.2
Closed issues:
- Automatic differentiation in multifield with fields of different num dofs. (#584)
Merged pull requests:
- Solving ad multifield (#687) (@amartinhuertas)
- preparing release 0.17.2 (#696) (@amartinhuertas)
v0.17.1
Gridap v0.17.1
Closed issues:
- Crash on Julia 1.7.0-beta4 constructing TestFESpace (#657)
- Hessian on boundaries not working in [email protected] (#689)
Merged pull requests: