Releases: gridap/GridapDistributed.jl
Releases · gridap/GridapDistributed.jl
v0.3.3
GridapDistributed v0.3.3
Merged pull requests:
- Bugfix: TransientFESpaces broken for Gridap#master (#135) (@JordiManyer)
v0.3.2
v0.3.1
GridapDistributed v0.3.1
Merged pull requests:
- Update compats for FillArrays (#127) (@JordiManyer)
- Exploring ghost optimisation (#128) (@JordiManyer)
- Added missing _get_cell_dof_ids_inner_space() method overload (#130) (@amartinhuertas)
- Missing remove ghost cells overload for AdaptiveTriangulations (#131) (@amartinhuertas)
Closed issues:
BoundaryTriangulation(model)
returns the faces in the whole subdomain boundary (#14)
v0.3.0
GridapDistributed v0.3.0
Closed issues:
- Issue with Periodic BCs after porting to PArrays 0.3 (#119)
Merged pull requests:
- Porting to PArrays v0.3 (#114) (@amartinhuertas)
- Fixing psparse matrix assembly col partition (#115) (@amartinhuertas)
- Redistribute API rework (#120) (@JordiManyer)
- Bugfix: periodic bcs not working (#121) (@JordiManyer)
- Bugfix: periodic bcs (#123) (@JordiManyer)
- Bugfix: Failing transient tests (#126) (@JordiManyer)
v0.2.8
GridapDistributed v0.2.8
Closed issues:
- Bug: Integration of HDiv terms on SkeletonTriangulation, for SubAssembledRows strategy (#111)
- PSparseMatrix * PVector fails for certain case (#118)
Merged pull requests:
- Fix a typo (#109) (@pitmonticone)
- Bugfix: Operating 3 or more CellFields (#110) (@JordiManyer)
- Reverting DistributedGridapType (#117) (@JordiManyer)
v0.2.7
GridapDistributed v0.2.7
Closed issues:
- Unable to create *.pvd files. (#92)
- evaluate function not working (#93)
- Auto-diff error in GridapDistributed code (#95)
- Error: Unable to perform "inner" on the given cell-fields (#100)
- Changes in Gridap#master break Heat equation tests (#105)
- Retriving/pushing global data (#106)
Merged pull requests:
- Use single image per figure with markdown syntax (#90) (@xuanxu)
- DistributedCellDofs and other extras (#97) (@JordiManyer)
- P4est migration (#98) (@JordiManyer)
- Upgrading GH actions to Julia 1.8 (#99) (@amartinhuertas)
- Mixdims passing tests (#102) (@oriolcg)
- Update compat with PartitionedArrays.jl v0.2.13 (#104) (@JordiManyer)
- Bump version to 0.2.7 (#107) (@JordiManyer)
v0.2.6
GridapDistributed v0.2.6
Closed issues:
- Treatment of Dirichlet values (#68)
- Error when interpolating DistributedFEFunction (#69)
- Draft for generating pvd collection files (#70)
- The license file does not specify the type of the license (#82)
- The "Simple" example does not run on a serial machine (#83)
- TO-THINK: DistributedDiscreteModel also handles gids for lower dimensional objects (#85)
- This function belongs to an interface and could not be used - non linear solver with GridapDistributed.jl (#89)
Merged pull requests:
- Added HomogeneousTrialFESpace (#67) (@oriolcg)
- createpvd and savepvd functions (#71) (@oriolcg)
- Dirichlet values (#74) (@oriolcg)
- Transient distributed cell field (#81) (@oriolcg)
- Surface coupling (#84) (@fverdugo)
- FE spaces defined on lower dimensional triangulations (#86) (@amartinhuertas)
- Added zero_dirichlet_values (#87) (@oriolcg)
- Fix in PLaplacian Code (#88) (@amartinhuertas)
v0.2.5
GridapDistributed v0.2.5
Closed issues:
- Infinite recursion in
get_comm
definition (#13) - Issues in MPI PETSc Communicator implementation (#16)
- Introduce the general concept of
AbstractTimer
agnostic to Communicator (#20) - Issues found/lessons learned with MPI-parallel p-Laplacian solver using
NLsolve.jl
(#21) - PETSc.jl related issues/caveats/pendings tasks (#22)
- PETSc.jl Ubuntu + DistributedStokesTests.jl issues (#23)
- Issues found/lessons learned with MPI-parallel Stokes solver (#24)
- Truly global FE spaces, including multifield FE spaces (#26)
- Upgrade to Gridap 1.6 issues (#31)
- High-level API (#33)
- To cut down non-Julia dependencies of GridapDistributed (#38)
- Tutorials that show-case all building blocks in action (#75)
- Doc badge link broken (#76)
Merged pull requests:
v0.2.4
GridapDistributed v0.2.4
Merged pull requests:
- Bug-fix generate gids FE space (#66) (@amartinhuertas)
v0.2.3
GridapDistributed v0.2.3
Merged pull requests:
- Fix Pkg warning (#58) (@fverdugo)
- RT spaces in parallel (#64) (@amartinhuertas)