trixi-framework/Trixi.jl

Implement mortar correction procedure from Chan et al.

Open

#195 opened on Oct 1, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (153 forks)batch import
enhancementgood first issuepossible student project

Repository metrics

Stars
 (686 stars)
PR merge metrics
 (Avg merge 9d 1h) (37 merged PRs in 30d)

Description

The projection mortar operator applied to the DG approximation with LGL nodes is stable for upwind surface fluxes but is unstable for central surface fluxes. This is due to the presence of positive eigenvalues in the operator. The recent mortar correction described by Jesse (https://arxiv.org/abs/2005.03237) fixes this issue, allowing one to use central fluxes at the mortars with LGL nodes.

Contributor guide