Skip to content

Commit

Permalink
nelementsglobal change in Trixi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jun 17, 2024
1 parent 3767281 commit f7268d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibTrixi.jl/src/api_jl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ end


function trixi_nelements_global_jl(simstate)
_, _, solver, cache = mesh_equations_solver_cache(simstate.semi)
return nelementsglobal(solver, cache)
mesh, _, solver, cache = mesh_equations_solver_cache(simstate.semi)
return nelementsglobal(mesh, solver, cache)
end


Expand Down

0 comments on commit f7268d0

Please sign in to comment.