Recent Releases of Gridap

Gridap - v0.19.4

Gridap v0.19.4

Diff since v0.19.3

Merged pull requests: - implemented invalidate_cache! (#1137) (@Antoinemarteau) - Star patches (#1138) (@JordiManyer) - Fix issue #1119 (#1139) (@JordiManyer) - [Moment based reffes] Fix broken links, BubbleRefFE improvements (#1140) (@Antoinemarteau) - Bump julia-actions/julia-downgrade-compat from 1 to 2 (#1146) (@dependabot[bot]) - Minor changes to PolytopalQuadrature constructors (#1149) (@JordiManyer)

Closed issues: - Option to invalidate the array_cache for LazyArray (#1117) - Point evaluation of CellField on periodic mesh fails near boundary points (#1119) - Why is TensorValue not an AbstractArray? (#1148)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] 10 months ago

Gridap - v0.19.3

Gridap v0.19.3

Diff since v0.19.2

Merged pull requests: - Proposition: small Pushforward API rework for generality and flexibility (#1114) (@Antoinemarteau) - Fix a bug in the summation logic of MultiFieldFEBasisComponent (#1130) (@DimhamT) - Fixing the sum of basis functions (#1132) (@JordiManyer) - Fix issue #1133 (#1135) (@JordiManyer)

Closed issues: - Sum of MultiField bases requires additional API (#1129) - Summation of two ArrayBlock{<:Transpose} under BroadcastingFieldOpMap may lose the Transpose type. (#1131) - setup_edge_based_rrules is ambiguous (#1133)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] 11 months ago

Gridap - v0.19.2

Gridap v0.19.2

Diff since v0.19.1

Merged pull requests: - [Moment based reffes] merge Gridap 0.19.1 (#1112) (@Antoinemarteau) - [moment-based-reffe] HHJ WIP, SkewSymTensorValue and some TensorValues refactoring (#1115) (@Antoinemarteau) - Update norm (#1118) (@ovanvincq) - Missing operations for skeleton pairs (#1122) (@JordiManyer) - Add bubble element support for TRI and TET (#1124) (@dhtantoy) - Enable non-surjective n2o maps for AdaptivityGlue (#1126) (@amartinhuertas)

Closed issues: - Norm of a VectorValue (#1116)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] 11 months ago

Gridap - v0.19.1

Gridap v0.19.1

Diff since v0.19.0

Merged pull requests: - Minor bufixes for v0.19 (#1111) (@JordiManyer)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] 12 months ago

Gridap - v0.19.0

Gridap v0.19.0

Diff since v0.18.12

Breaking changes

This new release adds support for polytopal meshes and variety of hybrid noncorforming polytopal methods, including HDG and HHO. Some types have changed under the hood, and much content has been added. This is why we have decided to provide a new breaking release, although we anticipate a painless upgrade for most users.

Added features:

  • Support for polytopal meshes in 2D and 3D. New structures PolytopalGridTopology, PolytopalGrid andPolytopalDiscreteModel`.
  • Support for non-overlapping triangulations. Both BodyFittedTriangulation and BoundaryTriangulation have been extended to support repeated face ids. In particular, the FaceToCellGlue has a new constructor.
  • Support for patch-wise integration and local solves. New structures PatchTopology, PatchTriangulation and PatchAssembler have been added. These structures allow for the integration, assembly and solution of local problems on (potentially overlapping) patches of the mesh.
  • Support for polynomial spaces on polytopal meshes. New structure PolytopalFESpace has been added.

With all of the above, we have support for hybrid non-conforming methods on polytopal meshes. Examples have been added for HDG and HHO in 2D and 3D, for most H1-conforming problems such as Poisson, Stokes and Elasticity.

Merged pull requests: - CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#1091) (@github-actions[bot]) - Bump compat for ForwardDiff to 1 (#1102) (@JordiManyer) - Moment based reffes - Implementation of scalar Bernstein basis in barycentric coordinates. (#1104) (@Antoinemarteau) - [Moment based reffes] fixed linear_combination of AbstractVector{<:Dof} (#1105) (@Antoinemarteau) - Added tolerance to Interpolables (#1106) (@JordiManyer) - [Moment based reffes] documentation PR (#1109) (@Antoinemarteau) - Polytopal methods (#1110) (@JordiManyer)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] 12 months ago

Gridap - v0.18.12

Gridap v0.18.12

Diff since v0.18.11

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 1 year ago

Gridap - v0.18.11

Gridap v0.18.11

Diff since v0.18.10

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 to NonlinearStageOperator struct (#1089) (@shreyas02) - Misc TensorValues improvements (#1093) (@Antoinemarteau)

Closed issues: - Nedelec elements for triangular/tetrahedral meshes? (#413) - Support ascii=true option in writevtk (#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 CellFields doesn't work. (#875) - GridapODEs - Changes in the LinearStageOperator Struct (#1075) - ChainRule definition for Gridap.Field.Fields? (#1092)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 1 year ago

Gridap - v0.18.10

Gridap v0.18.10

Diff since v0.18.9

Merged pull requests: - Refactor of autodiff for MultiField (#1070) (@JordiManyer) - Implementation of get_tangent_vector with similar behavior as get_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: - AutoDiff on sub-domains (#661) - Bug: Autodiff when variable is not defined on the whole integration domain. (#1052) - Update GSoC 2025 Idea List (#1076) - Integration on coarse grid with CellFields on fine grid causes error. (#1082) - Gridap Solvers (#1083) - Bug: Operations on empty FESpaces (#1085)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 1 year ago

Gridap - v0.18.9

Gridap v0.18.9

Diff since v0.18.8

Merged pull requests: - Low level optimisations (#1043) (@JordiManyer) - add getdofvalue_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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 1 year ago

Gridap - v0.18.8

Gridap v0.18.8

Diff since v0.18.7

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: - MultiFieldFESpace with complex numbers (#974) - Error in fine to coarse fields tests with order 0 (#1011)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 1 year ago

Gridap - v0.18.7

Gridap v0.18.7

Diff since v0.18.6

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 1 year ago

Gridap - v0.18.6

Gridap v0.18.6

Diff since v0.18.5

Merged pull requests: - Improve performance of PR 967 (#1026) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 2 years ago

Gridap - v0.18.5

Gridap v0.18.5

Diff since v0.18.4

Merged pull requests: - Facet integration non conforming meshes (#967) (@amartinhuertas)

Closed issues: - MINI Elements (#1022)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 2 years ago

Gridap - v0.18.4

Gridap v0.18.4

Diff since v0.18.3

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 2 years ago

Gridap - v0.18.3

Gridap v0.18.3

Diff since v0.18.2

Merged pull requests: - General polytope implementation (#1006) (@pmartorell) - Adaptivity 2.0 (#1013) (@JordiManyer) - Performance mode (#1014) (@JordiManyer)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 2 years ago

Gridap - v0.18.2

Gridap v0.18.2

Diff since v0.18.1

Merged pull requests: - Add zero AffineMap helper (#1003) (@pmartorell) - use OrderedDict (#1004) (@mochen4) - Changes required to have a proper definition for getfacedofs() for Nedelec FEs (#1005) (@amartinhuertas)

Closed issues: - non-deterministic matrix assembly for multiple domains (#1002)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 2 years ago

Gridap - v0.18.1

Gridap v0.18.1

Diff since v0.18.0

Merged pull requests: - Bugfix: restrict_to_field creates copies for BlockMultiFieldStyle (#993) (@JordiManyer) - Updating to Documenter v1.0 (#995) (@JordiManyer) - Change sign of residual in TransientLinearFEOperator (#996) (@AlexandreMagueresse)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 2 years ago

Gridap - v0.18.0

Gridap v0.18.0

Diff since v0.17.23

Merged pull requests: - Refactoring of GridapODEs (#965) (@AlexandreMagueresse) - fix typo in BDMRefFEs documentation (#980) (@amboschman) - Release Gridap 0.18 (#985) (@JordiManyer) - Fixes evaluation cellstate (#987) (@oriolcg) - Fixing name clash with Statistics.mean (#988) (@JordiManyer) - Deprecate SubVector in favor of Julia's view. (#989) (@JordiManyer) - Added axpy_entries for AbstractBlockMatrix (#991) (@oriolcg)

Closed issues: - Replace SubVector by view/SubArray for a future major release (#716) - Name conflict with Statistics (#814) - Refactoring of the ODE module (#955) - Incorrect Assertion on boundary faces integral (#984) - odestart() in GeneralizedAlpha results into singular system (#986)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 2 years ago

Gridap - v0.17.23

Gridap v0.17.23

Diff since v0.17.22

Merged pull requests: - Updated compats for FastGaussQuadrature.jl (#972) (@JordiManyer) - Feature required to fix GridapDistributed.jl issue (#975) (@amartinhuertas) - Bump release (#976) (@amartinhuertas)

Closed issues: - confusion about vectors sizes (#973)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 2 years ago

Gridap - v0.17.22

Gridap v0.17.22

Diff since v0.17.21

Merged pull requests: - Changing behaviour for allocate_vector (#963) (@JordiManyer) - Added missing methods for LagrangianDofBasis (#964) (@JordiManyer) - FineToCoarseField for vector-valued fields (#970) (@JordiManyer) - Bugfix: Incorrect block assembly when permuting variables (#971) (@JordiManyer)

Closed issues: - Remove FESolver and derived types (#706) - Reporting a series of errors with void parts + tentative solutions (#808) - NLSolver speed (#897) - Unexpected behaviour, if evaluating function on grid (#929) - Implementation of MultiFieldStyle in TransientMultiFieldFESpaces (#943) - Neumann boundary conditions and different geometries (#968)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 2 years ago

Gridap - v0.17.21

Gridap v0.17.21

Diff since v0.17.20

Merged pull requests: - add real/imag for VectorValue (#934) (@HelgeGehring) - Transient multifield style (#946) (@oriolcg) - Implementing Explicit Runge Kutta Methods (#952) (@tamaratambyah) - Nonlinear Runge-Kutta (#954) (@oriolcg) - Bugfix: distributed add_tag_from_tags! not working (#956) (@JordiManyer) - Bugfix: addentry! for PSparseMatrices (#959) (@JordiManyer) - Improved allocatein_range/domain (#960) (@JordiManyer) - Bump release to 0.17.21 (#961) (@JordiManyer)

Closed issues: - Difficulty with complex vector-valued interior facet weak forms (#931) - MultiFlield Boundary Condition Problem (#947) - Runge Kutta methods for linear operators only (#948) - Normal displacement boundary condition in linear elasticity problems (#949) - To-think: a less restrictive type for the type of the operator in LinearSolver abstract interface? (#950) - Eigen-values and vectors of SymTensorValue (#953)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 2 years ago

Gridap - v0.17.20

Gridap v0.17.20

Diff since v0.17.19

Merged pull requests: - Update Runge-Kutta ODE solver (#919) (@oriolcg) - Using Broadcasting(\circ) instead of \circ in one of the lazy_maps used to transform a coarse field into a fine field (#938) (@amartinhuertas) - Block assembly works with AbstractBlockArrays (#939) (@JordiManyer) - Generalize how the infinite norm is computed in non-linear solvers (#940) (@JordiManyer) - Bump patch version (#944) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 2 years ago

Gridap - v0.17.19

Gridap v0.17.19

Diff since v0.17.18

Merged pull requests: - Reimplement DomainStyle for CellQuadrature (#937) (@ericneiva)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 3 years ago

Gridap - v0.17.18

Gridap v0.17.18

Diff since v0.17.17

Closed issues: - Solution blow-up for Stokes problem (#828) - Select quadrature data domain (#877) - getnormalvector with AdaptedTriangulation (atop BoundaryTriangulation) fails (#883) - [ODEs] Caching matrix and vector when operator cannot be evaluated at t = 0.0 (#887) - Tests are not passing with FillArrays@0.13.9 (#889) - Face labelling tags of an UnstructuredDiscreteModel changed after refining (#890) - Error in gridap model (#894) - Neighbours of a cell. (#900) - I have a problem with using the Grid function (#904) - Interpolation of symmetric tensors (#908) - High error in interior domain when solving Poisson equation using Least-Squares FEM (#912) - ModalC0Bases test failed on my local computer with Julia 1.9 (#917) - Robin Boundary (#922)

Merged pull requests: - Pseudoinverse to enable evaluate() at Boundary (#879) (@shagun751) - Fix a few typos (#881) (@pitmonticone) - Bugfix: getnormalvector not correctly implemented for AdaptedTriangulations (#884) (@JordiManyer) - Customisable measure data domain style (#885) (@ericneiva) - Set of improvements/fixes in Gridap.Adaptivity module (#886) (@JordiManyer) - Vectorial constant fe space (#888) (@oriolcg) - Odes cache system at initial time (#891) (@ericneiva) - Fix various typos (#892) (@goggle) - CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#895) (@github-actions[bot]) - Add jacobi polynomial bases (#896) (@ericneiva) - Add newest vertex bisection into new adaptivity framework (#901) (@aerappa) - deleting nedetet1.vtu generated during NedelecRefFEs tests (#902) (@kishore-nori) - Block assemblers (#915) (@JordiManyer) - Block assemblers - Documentation (#916) (@JordiManyer) - Update ModalC0Bases.jl for Julia 1.9 (#918) (@ericneiva) - Relaxing AdaptivityGlues invariants as per-required in the parallel distributed case (#928) (@amartinhuertas) - Adaptivity docs (#932) (@JordiManyer) - Bump Gridap version to 0.17.18 (#933) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 3 years ago

Gridap - v0.17.17

Gridap v0.17.17

Diff since v0.17.16

Closed issues: - PETSc Error (#826) - ERROR: Package Gridap errored during testing (#859) - Duplicated points (nodes) in exported VTU file, no connectivity used? (#861) - Error (#862) - IMPORTANT: To fix before releasing Gridap 0.17.17 (#866) - ConstantFESpace not exported (#871)

Merged pull requests: - Grid refinement (#838) (@JordiManyer) - Using broadcasting in ThetaMethod updates (#858) (@amartinhuertas) - Brodacasting in ode solvers (#860) (@oriolcg) - Increased precision of integer array celltoctype (#863) (@ericneiva) - Expanding adaptivity to non-BodyFittedTriangulation triangulations (#868) (@JordiManyer) - Fix SubArray issue for MultiField AutoDiff (#869) (@janmodderman) - Added reproducer and tests for Issue 869 (#870) (@janmodderman) - Fix of ConstantFESpace + tests + export (#872) (@janmodderman) - Bump to 0.17.17 (#880) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 3 years ago

Gridap - v0.17.16

Gridap v0.17.16

Diff since v0.17.15

Closed issues: - Introductory book (#816) - Use rethrow to improve error messages in notebook and vscode (#843) - Evaluation at nodes (#846) - Dual boundary conditions on a variable? (#850)

Merged pull requests: - GeneralizedAlpha for 2nd order ODE (#847) (@shagun751) - Fix collect matrix bug (#849) (@oriolcg) - Helper for loading gmsh (#851) (@antoine-levitt) - Positive simplexify (#852) (@pmartorell) - Removed unused type variables (#853) (@ericneiva) - Adding tests with different trial and test spaces sizes (#855) (@amartinhuertas) - Preparing release 0.17.16 (#857) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 3 years ago

Gridap - v0.17.15

Gridap v0.17.15

Diff since v0.17.14

Closed issues: - Add DiractDistribution for point "things" (#357) - "boundary" of closed boundary (#791) - Basic tutorial for writing and meaning of special characters (#818) - Interpolation/Evaluation at a point in 3D (#824) - Error:: Tuple must be non-empty (#825) - TransientFESolution modifies the cellfields previously yielded (#827) - define length(::TransientFESolution) or set it Base.SizeUnknown() (#832)

Merged pull requests: - Fix for empty meshes (#820) (@fverdugo) - Implementing bdm (#823) (@santiagobadia) - Interface trian (#830) (@oriolcg) - collect & comprehension on TransientFESolutions (#833) (@Antoinemarteau) - added lastindex for MultiValue and tests (#834) (@kishore-nori) - Upgrading gh actions to Julia 1.8 (#835) (@amartinhuertas) - added constant space and test (#836) (@santiagobadia) - Adding support to DiracDelta for generic points in the domain (#837) (@kishore-nori) - Made GenericQuadrature general to accept AbstractVectors (#839) (@kishore-nori) - Adding support for quadrature in Float32 precision (#840) (@kishore-nori) - Preparing 0.17.15 (#844) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 3 years ago

Gridap - v0.17.14

Gridap v0.17.14

Diff since v0.17.13

Closed issues: - Gradient of Integration domain contribution involving SkeletonTriangulation (#787) - Problems with DG formulation of Biharmonic Equation (#793) - Volumes interaction code - "this function is not yet implemented" (#794) - Problem with nothing tag in Autodiff.jl for mixed spatial and DOF based derivatives (#805) - Gmsh generated triangular elements failed to construct first order Nedelec FE space (#812)

Merged pull requests: - CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#790) (@github-actions[bot]) - CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (#796) (@github-actions[bot]) - Towards AD for Skeleton integration terms - gradient added (#797) (@kishore-nori) - To remove an old comment not relevant anymore (#798) (@kishore-nori) - Extended gradient for MultiField functionals involving Skeleton integration (#799) (@kishore-nori) - Changed the method for SkeletonCellFieldPair for AD to work with operations inside mean and jump (#800) (@kishore-nori) - Space time by extrusion (#801) (@santiagobadia) - Extended the jacobian to functionals involving Skeleton terms (#803) (@kishore-nori) - High order Nedelec elements on simplices (#804) (@fverdugo) - Added a dummy tag for ForwardDiff configs being constructed in Gridap Autodiff.jl to fix issue #805 (#806) (@kishore-nori) - fixpushnormalforrectangular_jacs (#809) (@amartinhuertas) - Added sticker type image with white outline to work for dark/light backgrounds and as sticker (#810) (@Kevin-Mattheus-Moerman) - fixing nedelec on tris (#813) (@santiagobadia) - Fixed jacobian for general test basis where dim not same as trial for Skeleton integration terms (#815) (@kishore-nori) - Prepare release 0.17.14 (#819) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 4 years ago

Gridap - v0.17.13

Gridap v0.17.13

Diff since v0.17.11

Closed issues: - Fixing Newmark test (#749) - 2nd order derivatives fail for high order P elements (#770) - Cartesian model with periodic boundaries + simplexify (#778) - Removing/Minimizing Potential Gibbs Phenomenon From Model (#780) - Quick Question: Gradient of a VectorValue is a Tensor? (#784)

Merged pull requests: - Newest vertex bisection in 2D WIP (@aerappa) - Add missing dot product between 3-order and 2-order tensors. (#769) (@fverdugo) - Fixes related with 2nd order derivatives on vector-valued fields (#771) (@fverdugo) - fix mistake (#772) (@ConnorMallon) - Bump release 0.17.12 (#773) (@fverdugo) - Add modal c0 machinery (#777) (@ericneiva) - Fix issue 778 (#779) (@fverdugo) - Generalized alpha (#781) (@oriolcg) - Removed un-needed call to get_glue (#786) (@amartinhuertas) - bump release 0.17.13 (#792) (@santiagobadia)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 4 years ago

Gridap - v0.17.11

Gridap v0.17.11

Diff since v0.17.10

Closed issues: - ERROR When Calculating symmetric_gradient on Trial Function (#753) - Error when evaluating cell field (#760) - writevtk for empty triangulations (#762)

Merged pull requests: - Bugfix for issue #760 (#761) (@fverdugo) - Fix interface trian (#763) (@fverdugo) - corrected typos and added missing description of GenericQuadrature (#764) (@kishore-nori) - Fixes for empty meshes (#765) (@fverdugo) - Fixed issue 762, writing vtk files with empty triangulations (#766) (@principejavier) - Bump release 0.17.11 (#767) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 4 years ago

Gridap - v0.17.10

Gridap v0.17.10

Diff since v0.17.9

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 in mldof (#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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 4 years ago

Gridap - v0.17.9

Gridap v0.17.9

Diff since v0.17.8

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.8

Gridap v0.17.8

Diff since v0.17.7

Closed issues: - Hessian ad multifield (#711) - Decouple Triangulation objects from integration loop (WIP) (#732)

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 flattenupper_triangle generated function (#740) (@amartinhuertas) - Triangulation(trian) should the trian (#742) (@fverdugo) - Release 0.17.8 (#744) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.7

Gridap v0.17.7

Diff since v0.17.6

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! by update_entry!? (#259) - Eliminate CompressedArray and replace it by IndexedArray (#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 and DiscreteModelPortion ? (#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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.6

Gridap v0.17.6

Diff since v0.17.5

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 dataindex (#713) (@oriolcg) - Cartesian boundary grid (#714) (@oriolcg) - Fixes testbroken 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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.5

Gridap v0.17.5

Diff since v0.17.4

Closed issues: - Complex PDEs? (#658) - Number of function calls (#702) - LU solver with cache (#707)

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.4

Gridap v0.17.4

Diff since v0.17.3

Merged pull requests: - Removing pvtk grid (#699) (@amartinhuertas) - Preparing release 0.17.4 (#700) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.3

Gridap v0.17.3

Diff since v0.17.2

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.2

Gridap v0.17.2

Diff since v0.17.1

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.1

Gridap v0.17.1

Diff since v0.17.0

Closed issues: - Crash on Julia 1.7.0-beta4 constructing TestFESpace (#657) - Hessian on boundaries not working in Gridap@0.17 (#689)

Merged pull requests: - Fix issue 689 (#691) (@fverdugo) - Fixed typo in LinearSolvers.jl (#692) (@oriolcg) - preparing release 0.17.1 (#694) (@santiagobadia)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.17.0

Gridap v0.17.0

Diff since v0.16.5

Closed issues: - MethodError: (TensorValue{0, 1, Float64, L} where L)() is ambiguous (#659) - Pending tasks after Geometry module refactoring. (#660) - NLSolve + GridapPardiso + SparseMatricesCSR error (#668) - remove fill_entries! and use LinearAlgebra.fillstored! (#678)

Merged pull requests: - Geometry (#662) (@fverdugo) - Fixed getglue and getfacetnormal in AppendedTriangulation (#663) (@fverdugo) - Mixc fixes for issue 660 (#664) (@fverdugo) - Optimization in AppendedArray (#665) (@fverdugo) - Added TriangulationView (#669) (@fverdugo) - Adding DensifyInnerMostBlockLevelMap (#670) (@amartinhuertas) - Fix clagrangian space (#671) (@fverdugo) - Fixed a bug in posandneglength for a degenerated case (#672) (@amartinhuertas) - Bezier-Bernstein Reference FEs (#675) (@pmartorell) - Rational beziers (#676) (@pmartorell) - Generalizing nz allocation (#677) (@amartinhuertas) - Replacing fill_stored! by fill! or LinearAlgebra.fillstored! for arrays (#680) (@amartinhuertas) - Adding symbolic loop vector (#681) (@amartinhuertas) - add support to generate pvtu files (#682) (@fverdugo) - Misc fixes (#683) (@amartinhuertas) - Misc tasks needed for GridapDistributed (#685) (@fverdugo) - Introduced alias Interior and also use views of Triangulation in test (#686) (@fverdugo) - Release 0.17 (#688) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.16.5

Gridap v0.16.5

Diff since v0.16.4

Closed issues: - Rationale behind DiscreteModelPortion inheritance relation (#644)

Merged pull requests: - Optimizing conforming rt fes (#638) (@amartinhuertas) - Fixing inheritance relationship in DiscreteModelPortion data type (#645) (@amartinhuertas) - Fixing naming convention for BoundaryDiscreteModel.jl (#648) (@amartinhuertas) - Fixing normal skeleton triangulation for manifolds (#649) (@amartinhuertas) - Div support for fe functions (#650) (@amartinhuertas) - Fixing bug in boundary discrete model (#651) (@amartinhuertas) - Wrote additional high level API assembly functions (#652) (@amartinhuertas) - Trying to fix CI in master (#654) (@fverdugo) - Added GenericAssemblyStrategy (#655) (@fverdugo) - preparing release 0.16.5 (#656) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 4 years ago

Gridap - v0.16.4

Gridap v0.16.4

Diff since v0.16.3

Closed issues: - ReferenceFE factory function (#385) - Periodic Boundary Conditions + Dirichlet BCs (#463) - Generalise Tensor Operations (#576) - Help with understanding lazy_map overload (#594) - Summation of LazyArrays (#610) - Nnz and structure of matrices (#612) - Correct logical condition in if statement? (#626) - Error using autodiff in Incompressible N-S (#629) - Element-specific material properties (#633) - Define a Dirichlet boundary condition for the whole domain (#634) - Access the coordinate x in the weak form (#635)

Merged pull requests: - CompatHelper: bump compat for "FillArrays" to "0.12" (#627) (@github-actions[bot]) - Evaluate any monomial basis at single point (#628) (@Balaje) - Interpolate everywhere arbitrary points (#632) (@Balaje) - div(v)p and qdiv(u) trick in reference space high level API for high order geometric mappings (#636) (@amartinhuertas) - Easy improvements in interpolatable (#639) (@fverdugo) - CompatHelper: bump compat for BSON to 0.3, (keep existing compat) (#640) (@github-actions[bot]) - Pending changes to PR 636 that it is convenient to perform ASAP into master (#642) (@amartinhuertas) - Preparing release 0.16.4 (#643) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 5 years ago

Gridap - v0.16.3

Gridap v0.16.3

Diff since v0.16.2

Merged pull requests: - Extended functions for ArrayBlock (II) (#623) (@ericneiva) - Deactivating MemoArray (again) (#624) (@fverdugo) - Preparing release 0.16.3 (#625) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 5 years ago

Gridap - v0.16.2

Gridap v0.16.2

Diff since v0.16.1

Closed issues: - Second derivatives of the residual using automatic differentiation (#458) - Issue integrating multifield in boundaries (#614) - Why not an error? (#617)

Merged pull requests: - Removing unnecessary using test (#613) (@amartinhuertas) - Delete REQUIRE (#615) (@amartinhuertas) - Issue 614 (#616) (@fverdugo) - Removed export of no longer existing symbol (#618) (@amartinhuertas) - Extended functions for ArrayBlock (#620) (@oriolcg) - CompatHelper: bump compat for "BlockArrays" to "0.16" (#621) (@github-actions[bot]) - Preparing release 0.16.2 (#622) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 5 years ago

Gridap - v0.16.1

Gridap v0.16.1

Diff since v0.16.0

Merged pull requests: - Bugfix in 1st order FEspaces with 1st order models with periodic BCs. (#611) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 5 years ago

Gridap - v0.16.0

Gridap v0.16.0

Diff since v0.15.5

Closed issues: - Make FEFunction objects callable (as functions of coordinates) (#425) - Multi-field in mixed-dimensional FE spaces (#483) - Assembly Refactoring (#534) - Replace object -> value in ConstantField (#565) - Renaming pointtocell! (#607) - Summation of LazyArrays (#610)

Merged pull requests: - Allow evaluating FE functions at arbitrary points (#523) (@eschnett) - Improve csr assembly (#600) (@fverdugo) - Adding missing method for LinearSolver (#601) (@fverdugo) - Minor fix in evaluate!(cache,k::TransposeMap,f::ArrayBlock) signature (#602) (@amartinhuertas) - Implemented divergence for rank 2 tensor-valued functions (#604) (@fverdugo) - Compressed assembly (#605) (@fverdugo) - Misc renamings (#606) (@fverdugo) - Renaming pointtocell (#608) (@santiagobadia) - Adding deprecation errors for getfreevalues and getdirichletvalues (#609) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 5 years ago

Gridap - v0.15.5

Gridap v0.15.5

Diff since v0.15.4

Closed issues: - Complex Matrix Support (#411) - BlockArrayCoo assumes same type for all blocks (#430) - RT FEs on manifolds (writing in progress) (#571) - Refactor block machinery (#581) - Constant multiplying a multi-field DomainContribution not working (#588) - Error of get_data on OperationCellField argument made out of SingleFieldFEBasis (arising from) MultifieldCellField (#591) - Obsolete comment (and function?) in FESpaceInterfaces.jl (#593)

Merged pull requests: - Provide InverseField (#557) (@eschnett) - Avoid a call to RTnodesandmoments in returncache (#574) (@amartinhuertas) - Mixed dims (#575) (@oriolcg) - Misc changes in order to support RT FEs in general manifolds (i.e., numcelldims(model) < numpoint_dims(model)) (#577) (@amartinhuertas) - Misc Optimizations (#578) (@fverdugo) - Towards a generalized implementation of RT FEs that does not assume an oriented global mesh. (#579) (@amartinhuertas) - Solved an ambiguity in the declaration of propertynames for FEFunctions (#582) (@amartinhuertas) - Block refactoring (#583) (@fverdugo) - Optimizations (#585) (@fverdugo) - Use CLagrancianFESpace when poissible (#587) (@fverdugo) - Fix related to issue #588 (#589) (@oriolcg) - Misc optimizations wrt assembly (#590) (@fverdugo) - Removed unnecessary line in Maps.jl (#592) (@amartinhuertas) - Update comment in FESpaceInterface.jl (#595) (@amartinhuertas) - Allowing to reuse caches when inserting elemental matrices and vectors to global arrays (#596) (@fverdugo) - Adding new differential operators (#597) (@fverdugo) - Minor changes so that PETSc matrices call assembly Begin/End (#598) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 5 years ago

Gridap - v0.15.4

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: - Experimental support for mixed dimensional PDEs (#567) (@fverdugo) - Refactoring in SparseMatrixAssembler (#568) (@fverdugo) - Fixing a typo in an assert statement (#570) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 5 years ago

Gridap - v0.15.3

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: - getcellmap returns array of AffineMap for linear grids of simplices (#553) (@fverdugo) - Correct return value of generatecelltovertices (#555) (@eschnett) - Avoid allocating temporary array (#556) (@eschnett) - Correct spelling of variable name (#559) (@eschnett) - Bugfix in printoptree (#563) (@fverdugo) - Ensure different tensor types compare different (#564) (@eschnett) - Moving to 0.15.3 (#566) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 5 years ago

Gridap - v0.15.2

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 getcellpoints for CellDof (#551) (@fverdugo) - Implement inverse map (#552) (@fverdugo) - Fixing return_value for Broadcasting(∇∇) (#554) (@fverdugo) - Moving to 0.15.2 (#560) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 5 years ago

Gridap - v0.15.1

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: - Minor fix in Raviart Thomas Ref FE after renaming done in lazy array (#509) (@jesusbonilla) - fix related to issue #512 (#513) (@oriolcg) - Laplacian (#514) (@oriolcg) - Fixed RestrictedDiscreteModel for periodic BCs (#517) (@fverdugo) - Release 0.15.1 (#518) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 5 years ago

Gridap - v0.15.0

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: - 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) - getcelldata -> get_data renaming (#504) (@santiagobadia) - Lazy array renaming (#506) (@santiagobadia) - Release 0.15 (#507) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 5 years ago

Gridap - v0.14.2

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: - 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) - getcellmeasure (#465) (@fverdugo) - Misc work (#466) (@fverdugo) - Misc work (#467) (@fverdugo) - Release 0.14.2 (#468) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 5 years ago

Gridap - v0.14.1

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: - Create CODEOFCONDUCT.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 getconstantapproach() getter to FESpaceWithConstantFixed (#409) (@amartinhuertas) - Preparing 0.14.1 (#410) (@amartinhuertas)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 5 years ago

Gridap - v0.14.0

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: - 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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.13.4

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: - 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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.13.3

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: - 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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.13.2

Gridap v0.13.2

Diff since v0.13.1

Closed issues: - Labelling interior boundaries in cartesianDiscreteModel (#322)

Merged pull requests: - Autodiff a la forwarddiff (#338) (@fverdugo) - Release 0.13 (#339) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.13.1

Gridap v0.13.1

Diff since v0.13.0

Closed issues: - AssertionError triggered in the call path rooted at AppliedArrays: BUG? (#323)

Merged pull requests: - Extending Lincom kernel to triangulations with 0 cells. (#331) (@fverdugo) - Bugfix for 0 length arrays (#332) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.13.0

Gridap v0.13.0

Diff since v0.12.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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.12.0

Gridap v0.12.0

Diff since v0.11.2

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.11.2

Gridap v0.11.2

Diff since v0.11.1

Merged pull requests: - Bug in outer constructor of Table{...} for input arrays of abstract t… (#285) (@amartinhuertas) - Trying to fix master by restricting WriteVTK version (#287) (@fverdugo) - Ls enhancement (#288) (@fverdugo) - Preparing release 0.11.2 (#289) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.11.1

Gridap v0.11.1

Diff since v0.11.0

Merged pull requests: - Fix interpolate extended fe space (#282) (@fverdugo) - Fixing updatenlsolve_cache! (#283) (@fverdugo) - Preparing v0.11.1 (#284) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.11.0

Gridap v0.11.0

Diff since v0.10.4

Closed issues: - Refactoring Gridap.TensorValues (#210) - Add cross product for gridap VectorValue type (#278)

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.10.4

Gridap v0.10.4

Diff since v0.10.3

Closed issues: - Writing time history variables to Paraview (#268)

Merged pull requests: - Vtk modification (#273) (@oriolcg) - Preparing version v0.10.4 (#274) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] almost 6 years ago

Gridap - v0.10.3

Gridap v0.10.3

Diff since v0.10.2

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)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.10.2

Gridap v0.10.2

Diff since v0.10.1

Closed issues: - Rename add_entry! by update_entry? (#258)

Merged pull requests: - Add getfacetoface and getcell_around (#256) (@fverdugo) - Several devs providing support to GridapEmbedded (#257) (@fverdugo) - Preparing release 0.10.2 (#260) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.10.1

Gridap v0.10.1

Diff since v0.10.0

Closed issues: - Add assemblematrixadd! to the Assembler interface (#232) - Inconsistent implementation of reindex(i_to_v::Fill, j_to_i::AbstractArray)? (#251)

Merged pull requests: - Extended simplexify for SEGMENT and VERTEX (#252) (@fverdugo) - Fixed inconsistent implementation of reindex(itov::Fill, jtoi::AbstractArray) (#253) (@amartinhuertas) - Preparing version 0.10.1 (#255) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.10.0

Gridap v0.10.0

Diff since v0.9.2

Closed issues: - Change the type of sizes/partition member variables of CartesianDescriptor (#244)

Merged pull requests: - GridTopologies.jl minor perf. improvement (@amartinhuertas) - A pair of minor typo fixes (#243) (@amartinhuertas) - Added a new, more general inner constructor to CartesianDiscreteModel (#245) (@amartinhuertas) - Change the type of sizes/partition member variables of CartesianDescriptor (#246) (@amartinhuertas) - Added FESpaceWithLinearConstraints (#247) (@fverdugo) - Enhanced implementation of testitem(a::Reindexed) (#248) (@fverdugo) - Gridap distributed (#249) (@fverdugo) - Preparing release 0.10.0 (#250) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.9.2

Gridap v0.9.2

Diff since v0.9.1

Closed issues: - Symbolic computation of differential ops on Functions (#231) - Bug in eltype inference in apply (#237) - Bug in Forward Diff of VectorValue (#240)

Merged pull requests: - Using forward diff (#236) (@fverdugo) - Attempt to fix issue #237 (#238) (@fverdugo) - Preparing release 0.9.2 (#241) (@santiagobadia)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.9.1

Gridap v0.9.1

Diff since v0.9.0

Merged pull requests: - Deleted Manifest.toml file (#233) (@fverdugo) - Fixes in extended fe space (#234) (@fverdugo) - Preparing release 0.9.1 (#235) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.9.0

Gridap v0.9.0

Diff since v0.8.0

Closed issues: - FEs in the physical space (#200) - Wish list (#214) - installation issue (#225)

Merged pull requests: - Fix interface jumps (#215) (@fverdugo) - Physical fes (#216) (@santiagobadia) - using julia 1.4.0 in travis (#217) (@fverdugo) - Final touches phys space (#218) (@fverdugo) - Bugfix in gradient of functions / bases on ExtendedFESpace (#219) (@fverdugo) - Append triangulations (#220) (@fverdugo) - Efficient implementation of sum(::AppendedArray) (#221) (@fverdugo) - Allowing more operations between cell bases in multi field (#222) (@fverdugo) - non-linear -> nonlinear (#223) (@santiagobadia) - Added general fillentries (#224) (@santiagobadia) - Added HomogeneousTrialFESpace and other enhancements in TrialFESpace (#226) (@fverdugo) - Minor fix for safety reasons (#227) (@fverdugo) - Small enhancement is NonlinearSolver and FESolver API (#228) (@fverdugo) - Fixed a bug in addto_array! function in MultiFieldArray (#229) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.8.0

Gridap v0.8.0

Diff since v0.7.1

Closed issues: - Surface coupling multiphysics (#85) - Order test and trial functions in bilinear forms inconsistent for linear and nonlinear problems (#146) - Historic variables in Gridap (#155) - GridPortion or GridRestriction? (#202) - Some comments about current surface coupling approach (#204) - JuliaCon contribution ? (#207)

Merged pull requests: - Assembly performance improvements (#191) (@fverdugo) - Small bugfix in 1d CartesianGrid (#192) (@fverdugo) - State law (#193) (@fverdugo) - Moving to v0.8.0 in Project.toml (#194) (@fverdugo) - Reorder fe spaces in forms (#195) (@santiagobadia) - Added creation of lower dimensional discrete models (#196) (@fverdugo) - Pending work in trial and test order (#197) (@fverdugo) - Curl conforming reffe (#199) (@santiagobadia) - Activating RaviartThomasRefFEsTests.jl (#201) (@fverdugo) - Starting to add surface coupling (#203) (@fverdugo) - Adding gridap test for Stokes Nitsche (#205) (@santiagobadia) - Misc improvements for state variables (#206) (@fverdugo) - Final retouches for historical variables (#208) (@fverdugo) - Improving surface coupling API (#209) (@fverdugo) - Misc for embedded fem (#211) (@fverdugo) - Changed the definition of order in Raviart-Thomas and Nedelec reffes (#212) (@fverdugo) - Preparing version 0.8.0 (#213) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] about 6 years ago

Gridap - v0.7.1

Gridap v0.7.1

Diff since v0.7.0

Closed issues: - Apply is implemented now upto 6 CellValue arguments (#32) - Add way to compute reaction forces (#39)

Merged pull requests: - Preparing release 0.7.0 (#188) (@fverdugo) - Add dirichlet fe space (#189) (@fverdugo) - Preparing release 0.7.1 (#190) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 6 years ago

Gridap - v0.7.0

Gridap v0.7.0

Diff since v0.6.0

Closed issues: - Code organization (#4) - Problem with fun that provides Int used to create a Map (#15) - Tests with julia nighlty builds are failing (#22) - Add support for 1.0 (#34) - Speed up compilation time in complex lazy expression trees on CellMaps (#40) - Extension to non-oriented facets (#48) - Polytope to Grid conversion working only for particular cases (#50) - Homogenize nodeandcomptodof (#66) - Find transofrmation between permuted and non-permuted nodes (#71) - Cache-safe CellValues (#91) - Change in terminology in FaceLabels (#92) - Improve error message when using a non-defined funcion in CellValues machinery (#93) - Mssing div term for functions (#107) - Operations between CellField and CellBasis (#116) - Recopilation of issues associtated with low level data structures (#117) - Incorrect number of edges in PYRAMID (#121) - writevtk for arbitrary order reference FEs (#123) - Incorrect vertex permulations for hexahedron (#128) - Bug in Nitsche's method (#137) - Problems with integration of boundary terms (#154) - Mesh by restriction (#158) - Extend the AffineFEOperator and FEOperator interface with matrix type (#166) - Add div conforming elements to new functionality (#177) - A more efficient way to convert from coo to csc? (#181)

Merged pull requests: - Some fixes in the documentation (#164) (@fverdugo) - Merge new_master into master (#165) (@fverdugo) - Support/vtk lagrange (#167) (@victorsndvg) - Update/ci (#168) (@victorsndvg) - Add new signatures for FEOperator and AffineFEOperator to support the SparseMatrix type as argument (#169) (@victorsndvg) - Multi field (#170) (@fverdugo) - P disc reffe (#171) (@fverdugo) - Grid portion (#172) (@fverdugo) - Zero mean fe space (#173) (@fverdugo) - Adding extra arguments to the functions annotated with @law (#174) (@fverdugo) - Update deps for master (#175) (@fverdugo) - Devs for tutorials (#176) (@fverdugo) - Isolating Quadratures so that they can be used in Gridap.ReferenceFEs (#178) (@fverdugo) - Misc performance improvements (#180) (@fverdugo) - Install TagBot as a GitHub Action (#182) (@JuliaTagBot) - Refactoring in reffes to reduce compiler times (#183) (@fverdugo) - Ractivating tests removed by error (#184) (@fverdugo) - Towards div-conforming reffes (#185) (@fverdugo) - Reactivating hack in RT reffe (fixes bug spotted in #177) (#186) (@fverdugo) - Add Darcy test (#187) (@fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by github-actions[bot] over 6 years ago

Gridap - v0.6.0

v0.6.0 (2020-01-24)

Diff since v0.5.2

Closed issues:

  • Restructure test/new/AlgebraTests folder (#153)
  • Documentation stage at travis-CI is missing. (#152)
  • Triggering Plugin tests only on demand? (#143)
  • GridapTypes not printed correclty (#142)
  • Weird bug with Stokes problem (#136)
  • Manufactured solutions for Neumann boundaries (#135)
  • Update GridapPetsc for Gridap#new_master (#134)
  • Update GridapPardiso for Gridap#new_master (#133)
  • Add SparseMatricesCSR code into Gridap (#126)
  • Consistently use GridapType in the project (#125)
  • Add travis jobs to test gridap plugins (#124)

Merged pull requests:

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] over 6 years ago

Gridap - v0.5.2

v0.5.2 (2019-10-22)

Diff since v0.5.1

Closed issues:

  • Weird error with closure functions (#114)
  • Non-nodal FEs (e.g., Raviart-Thomas and Nedelec) (#82)
  • Some notes by @santiagobadia to be discussed (#68)
  • Further developments in Polytope and RefFE for high order FEM (#49)
  • Future developments (#7)

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] over 6 years ago

Gridap - v0.5.1

v0.5.1 (2019-10-03)

Diff since v0.5.0

Closed issues:

  • Proper handling of zero mean fe spaces (#110)

Merged pull requests:

  • Fixing ns cavity and more pretty printing (#111) (fverdugo)
  • Pretty printing (#109) (fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] over 6 years ago

Gridap - v0.5.0

v0.5.0 (2019-09-27)

Diff since v0.4.0

Closed issues:

  • quadrature order keyword preferibly degree, exactness, or precission (#106)
  • @law not working for more than one FEBasis argument (#103)
  • Problem with optional assembler in NonLinearFEOperator for multi-field (#101)
  • Unified FE constructor (#100)
  • Incorrect normal vector for simplex-based models (#97)
  • DG for multi-field computations (#94)
  • FESolvers assume that FEFunctions are a view of the raw vector of free values (#89)

Merged pull requests:

  • Misc renamings (#108) (fverdugo)
  • Fixing misc issues (#104) (fverdugo)
  • Unified fe constuctor + zero mean FE Space (#102) (fverdugo)
  • Adding a DG stokes test (#99) (fverdugo)
  • Fixed NormalVector for simplices (#98) (fverdugo)
  • Fix integrate number (#96) (fverdugo)
  • Adding missing devs for DG discretization (#95) (fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] over 6 years ago

Gridap - v0.4.0

v0.4.0 (2019-09-07)

Diff since v0.3.0

Closed issues:

  • Oriented simplicial meshes (#90)
  • Add P polynomial spaces on n-cubes (#87)
  • Problems with discontinous pressures for Stokes drivers (#86)
  • High order TETs (#84)
  • Adding new operators to CellBasis (#80)
  • More work on C/DLagrangianFESpace constructors (#78)
  • Module MultiNonLinearFEOperatorsTests crashes for order > 1 (#77)
  • Change Signature of LagrangianRefFE (#70)

Merged pull requests:

  • Implement p disct reffe for n cubes (#88) (fverdugo)
  • Api improvements (#81) (fverdugo)
  • Json serialization of discrete models (#76) (fverdugo)
  • Enabling boundary integration in multi field tests (#75) (fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] over 6 years ago

Gridap - v0.3.0

v0.3.0 (2019-08-06)

Diff since v0.2.0

Closed issues:

  • Implement CurlGradMonomialBasis (#72)
  • Geometry clean up (#52)
  • Provide a general concept of orientation that will be general for whatever dimension or polytope (#51)
  • Numerical integration on the grid skeleton (#45)
  • FullGridGraph not strictly needed in some places (#44)
  • Extend FE assemble for multiple terms (#42)
  • Develop a new NodesArray for general polytopes (#37)
  • Add support for Neuman and Robin boundary conditions (#29)
  • Non-continuous FEFunctions for high order FESpaces (#24)

Merged pull requests:

  • High order Lagrangian FE Spaces from linear discrete models (#74) (fverdugo)
  • Add curl grad monomial basis (#73) (fverdugo)
  • Lagrangian fe spaces (#64) (fverdugo)
  • Stressing simulations with triangles and tets (#63) (fverdugo)
  • Hex to tet conversions (#62) (fverdugo)
  • Duffy based integration for simplices (#61) (fverdugo)
  • Normal vectors (#60) (fverdugo)
  • Added test using non-linear elasticity (#59) (fverdugo)
  • Enhancements and fixes to support linear elasticity (#58) (fverdugo)
  • Extension to vector valued FE computations (#57) (fverdugo)
  • Fixing cell eq class for high order interpolations (#56) (fverdugo)
  • Dof bases refactoring (#55) (fverdugo)
  • Enhancements in fespaces (#54) (fverdugo)
  • Refactoring geometry (#53) (fverdugo)
  • Integration on skeleton (#47) (fverdugo)
  • Fixing reindex (#46) (fverdugo)
  • Extend assembler to multiple terms (#43) (fverdugo)
  • Add compressed cell values (#41) (fverdugo)

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] almost 7 years ago

Gridap - v0.2.0

v0.2.0 (2019-06-29)

Diff since v0.1.0

Closed issues:

  • Dupplicated Polytopes.jl and PolytopesTests.jl files (#36)
  • Refactoring of CellValues and Fields (#30)
  • Extension to multiple fields (#27)
  • To extend CellFieldFromComposeExtended to CellBases (#26)
  • Misc. improvements for FESpaces, Assemblers, and FEOperators (#25)
  • What to do with cellsize? (#23)
  • Fixing small issues in CellValues.Append (#21)
  • Iteration over CellMaps still leads to allocation of objects at each step (#20)
  • Field values should not be AbstractArrays (#19)
  • Wrong numerical integration (#16)
  • Renaming Numa (#6)

Merged pull requests:

Scientific Software - Peer-reviewed - Julia
Published by julia-tagbot[bot] almost 7 years ago