Skip to content

Commit

Permalink
Merge pull request #26 from gridap/p4est-migration-coarsening
Browse files Browse the repository at this point in the history
Redistribution into smaller subcommunicator + coarsening
  • Loading branch information
amartinhuertas authored Dec 16, 2022
2 parents 5db19b9 + be98bee commit 79f1bab
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 56 deletions.
14 changes: 7 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.3"
manifest_format = "2.0"
project_hash = "f8e412faf393090c3c136bbc0c5225a8634d2a6f"
project_hash = "4ef859d4f5981229e4cd6fbf4869b81fbff3de2c"

[[deps.AbstractFFTs]]
deps = ["ChainRulesCore", "LinearAlgebra"]
Expand Down Expand Up @@ -32,9 +32,9 @@ version = "1.1.1"

[[deps.ArrayInterfaceCore]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
git-tree-sha1 = "c46fb7dd1d8ca1d213ba25848a5ec4e47a1a1b08"
git-tree-sha1 = "badccc4459ffffb6bce5628461119b7057dec32c"
uuid = "30b0a656-2188-435a-8636-2ec0e6a096e2"
version = "0.1.26"
version = "0.1.27"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra", "SparseArrays"]
Expand Down Expand Up @@ -446,9 +446,9 @@ version = "2.8.1+0"

[[deps.P4est_wrapper]]
deps = ["CEnum", "Libdl", "MPI", "P4est_jll"]
git-tree-sha1 = "e3231d995bdaa7b00e34934c036551b66f25b4c3"
git-tree-sha1 = "9aaa64b061ef8f4ba4ef0095cad2e25305ee65cf"
uuid = "3743d7c0-8adf-11ea-380b-7d33b0ecc1da"
version = "0.1.2"
version = "0.1.3"

[[deps.Parameters]]
deps = ["OrderedCollections", "UnPack"]
Expand All @@ -458,9 +458,9 @@ version = "0.12.3"

[[deps.Parsers]]
deps = ["Dates", "SnoopPrecompile"]
git-tree-sha1 = "b64719e8b4504983c7fca6cc9db3ebc8acc2a4d6"
git-tree-sha1 = "6466e524967496866901a78fca3f2e9ea445a559"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.5.1"
version = "2.5.2"

[[deps.PartitionedArrays]]
deps = ["Distances", "IterativeSolvers", "LinearAlgebra", "MPI", "Printf", "SparseArrays", "SparseMatricesCSR"]
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ArgParse = "1"
FillArrays = "0.8.4, 0.9, 0.10, 0.11, 0.12"
MPI = "0.16, 0.17, 0.18, 0.19"
julia = "1.5,1.6"
P4est_wrapper = "0.1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
1 change: 1 addition & 0 deletions src/GridapP4est.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module GridapP4est
export UniformlyRefinedForestOfOctreesDiscreteModel
export OctreeDistributedDiscreteModel
export refine
export coarsen
export redistribute
export octree_distributed_discrete_model_free!
end
Loading

0 comments on commit 79f1bab

Please sign in to comment.