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.
1 parent f502398 commit 6907448Copy full SHA for 6907448
src/solvers/dgsem/dgsem.jl
@@ -14,8 +14,7 @@ include("basis_lobatto_legendre.jl")
14
DGSEM(; RealT=Float64, polydeg::Integer,
15
surface_flux=flux_central,
16
surface_integral=SurfaceIntegralWeakForm(surface_flux),
17
- volume_integral=VolumeIntegralWeakForm(),
18
- mortar=MortarL2(basis))
+ volume_integral=VolumeIntegralWeakForm())
19
20
Create a discontinuous Galerkin spectral element method (DGSEM) using a
21
[`LobattoLegendreBasis`](@ref) with polynomials of degree `polydeg`.
0 commit comments