Releases: gridap/Gridap.jl
Releases · gridap/Gridap.jl
v0.4.0
v0.4.0 (2019-09-07)
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:
v0.3.0
v0.3.0 (2019-08-06)
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)
v0.2.0
v0.2.0 (2019-06-29)
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:
- Fixing polytope and nodes array (#38) (santiagobadia)
- Polytope with new functionality (#35) (santiagobadia)
- Leaving only the tested part of Polytopes (#33) (santiagobadia)
- Refactoring cell values (#31) (fverdugo)