Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Nov 18, 2024
1 parent c4b2dbc commit b884af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solvers/dgsem_tree/dg_parallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ function get_element_variables!(element_variables,
mesh::Union{ParallelTreeMesh, ParallelP4estMesh,
ParallelT8codeMesh},
dg, cache)
element_variables[:mpi_rank] = ones(real(dg), nelements(mesh, dg, cache)) * mpi_rank()
element_variables[:mpi_rank] = ones(real(dg), nelements(mesh, dg, cache)) *
mpi_rank()
return nothing
end

Expand Down

0 comments on commit b884af7

Please sign in to comment.