Variable namings within MPIInterfaceContainer2D
, MPIL2MortarContainer2D
#2040
Labels
MPIInterfaceContainer2D
, MPIL2MortarContainer2D
#2040
I think
local_neighbor_ids
inMPIInterfaceContainer2D
andMPIL2MortarContainer2D
is a bit of a misnomer, as the global element ids are stored in those datastructures:Trixi.jl/src/solvers/dgsem_tree/containers_2d.jl
Line 910 in 4357fe9
Trixi.jl/src/solvers/dgsem_tree/containers_2d.jl
Lines 1216 to 1231 in 4357fe9
In contrast, the stored quantities for the
P4est
version seem truly local:Trixi.jl/src/solvers/dgsem_p4est/containers_parallel.jl
Line 365 in 4357fe9
Trixi.jl/src/solvers/dgsem_p4est/containers_parallel.jl
Lines 420 to 428 in 4357fe9
Xref: https://github.com/trixi-framework/Trixi.jl/pull/1097/files
The text was updated successfully, but these errors were encountered: