Skip to content

Commit

Permalink
Added P4estMeshView to the error norms.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Dec 19, 2024
1 parent ecf74d1 commit 07e89ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/callbacks_step/analysis_dg2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ end

function calc_error_norms(func, u, t, analyzer,
mesh::Union{StructuredMesh{2}, StructuredMeshView{2},
UnstructuredMesh2D, P4estMesh{2}, T8codeMesh{2}},
UnstructuredMesh2D, P4estMesh{2}, P4estMeshView{2},
T8codeMesh{2}},
equations,
initial_condition, dg::DGSEM, cache, cache_analysis)
@unpack vandermonde, weights = analyzer
Expand Down

0 comments on commit 07e89ed

Please sign in to comment.