We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A5d
1 parent 8aeb75c commit 6a05152Copy full SHA for 6a05152
src/solvers/dgsem_p4est/dg_3d_subcell_limiters.jl
@@ -45,6 +45,7 @@ function create_cache(mesh::P4estMesh{3},
45
nnodes(dg))
46
47
if have_nonconservative_terms(equations) == true
48
+ A5d = Array{uEltype, 5}
49
# Extract the nonconservative flux as a dispatch argument for `n_nonconservative_terms`
50
_, volume_flux_noncons = volume_integral.volume_flux_dg
51
0 commit comments