Releases: gridap/GridapDistributed.jl
Releases · gridap/GridapDistributed.jl
v0.2.2
GridapDistributed v0.2.2
Merged pull requests:
- Added new overload for SparseMatrixAssembler (#63) (@amartinhuertas)
v0.2.1
GridapDistributed v0.2.1
Merged pull requests:
- Added num_cells to DistributedDiscreteModel (#62) (@amartinhuertas)
v0.2.0
GridapDistributed v0.2.0
Closed issues:
- Use mpiexecjl (#56)
Merged pull requests:
- Rhs assembly alone (#40) (@amartinhuertas)
- Multi field interpolation and DG test (#42) (@fverdugo)
- Fixing bug in skeleton triangulation with no ghost cells (#43) (@fverdugo)
- Nonlinear test (and misc associated fixes) (#44) (@fverdugo)
- Adding mpi tests (#45) (@fverdugo)
- PVTU files (#46) (@fverdugo)
- Separating Seq and MPI tests in Github actions (#47) (@amartinhuertas)
- Adding sysimage generation to mpi tests (#48) (@amartinhuertas)
- Depend on registered packages and refactor of serial tests (#49) (@fverdugo)
- Final touches before release 0.2 (#50) (@amartinhuertas)
- Release 0.2 (#51) (@amartinhuertas)
- Release 0.2 (#52) (@amartinhuertas)
- Model partition (#54) (@fverdugo)
- Using PArrays.prun() all the way through in tests (#55) (@amartinhuertas)
- Adjusting the size of the local matrices to the appropiate values (#57) (@amartinhuertas)
- Avoiding call to discover_parts_snd (#59) (@fverdugo)
v0.1.0
GridapDistributed v0.1.0
Closed issues:
- Extend face labels in CartesianDiscreteModel to distributed case (#1)
- Implement localize function to remove ghost cells of a given triangulation (#2)
- Misc tasks (in the lack of a better name) (#3)
- Missing DistributedData.jl file (#5)
- Last travis CI build from 2 days ago (#6)
- Symbolic algorithms sparsity pattern (#9)
- Abort() must be triggered when an error condition (e.g., an Exception) is locally triggered on a process (#17)
- Add parallel tests and support for MPI+PETSc in travis (#18)
- Add a type parameter to DistributedVector representing the data type used to store the local entries (#19)
- MPIPETScDistributedStokesTests.jl crashes with PETSc 3.7.7 + OpenMPI 2.1.1 (Ubuntu Bionic default versions) (#27)
Merged pull requests:
- Assembly design (#4) (@fverdugo)
- Distributed triangulation, cell quadrature and cell field (#7) (@fverdugo)
- Distributed data refactoring (#8) (@fverdugo)
- Extend cartesian model face labels to distributedcase (#10) (@amartinhuertas)
- Fe operators (#11) (@fverdugo)
- Move to Gridap v0.10.0 (#12) (@fverdugo)
- Implement owned cells strategy (#15) (@amartinhuertas)
- Removed collect from FE function set up. I guess this is no longer needed after 168f50f (#25) (@amartinhuertas)
- Mpi petsc communicator (#28) (@amartinhuertas)
- Decoupling multifield distributed fe space from consecutive multifield style (#29) (@amartinhuertas)
- Setting GitHub ci actions (#30) (@amartinhuertas)
- Upgrade gridap 1.6 (#32) (@amartinhuertas)
- Gridap distributed high level api (#34) (@amartinhuertas)
- Uniformly refined forest of quadtree/octrees discrete models via p4est (#35) (@amartinhuertas)
- Updating p4est wrapper (#36) (@amartinhuertas)
- Pointing to registered packages (#37) (@amartinhuertas)