Skip to content

Commit

Permalink
Start
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Sep 7, 2024
1 parent cd863e7 commit 61c408f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/solvers/dg_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,11 @@ function cuda_volume_integral!(du, u, mesh::TreeMesh{3}, nonconservative_terms::
return nothing
end

function cuda_volume_integral!(du, u, mesh::TreeMesh{3}, nonconservative_terms::True, equations,
volume_integral::VolumeIntegralFluxDifferencing, dg::DGSEM)
# Wait for the unmutable MHD implementation in Trixi.jl
end

# Pack kernels to prolonging solution to interfaces
function cuda_prolong2interfaces!(u, mesh::TreeMesh{3}, equations, cache)
neighbor_ids = CuArray{Int64}(cache.interfaces.neighbor_ids)
Expand Down

0 comments on commit 61c408f

Please sign in to comment.