Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "T8code"
uuid = "d0cc0030-9a40-4274-8435-baadcfd54fa1"
authors = ["Johannes Markert <johannes.markert@dlr.de>"]
version = "0.9.0"
version = "0.9.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -22,4 +22,4 @@ Preferences = "1.2.1"
Reexport = "0.2, 1.0"
UUIDs = "1"
julia = "1.10"
t8code_jll = "=4.0.5"
t8code_jll = "=4.0.6"
2 changes: 1 addition & 1 deletion examples/t8_step4_partition_balance_ghost.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function t8_step4_partition_ghost(forest)
# in such a way that afterwards each process has the same number of elements
# (+- 1 if the number of elements is not divisible by the number of processes).
#
# The third 0 argument is the flag 'partition_for_coarsening' which ensures that a
# The third 1 argument is the flag 'partition_for_coarsening' which ensures that a
# family of elements will not be split across multiple processes and thus one level
# coarsening is always possible (see also the comments on coarsening in t8_step3).
t8_forest_set_partition(new_forest, forest, 1)
Expand Down
Loading
Loading