Skip to content

Commit 6907448

Browse files
authored
Fix docs (#2460)
1 parent f502398 commit 6907448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solvers/dgsem/dgsem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ include("basis_lobatto_legendre.jl")
1414
DGSEM(; RealT=Float64, polydeg::Integer,
1515
surface_flux=flux_central,
1616
surface_integral=SurfaceIntegralWeakForm(surface_flux),
17-
volume_integral=VolumeIntegralWeakForm(),
18-
mortar=MortarL2(basis))
17+
volume_integral=VolumeIntegralWeakForm())
1918
2019
Create a discontinuous Galerkin spectral element method (DGSEM) using a
2120
[`LobattoLegendreBasis`](@ref) with polynomials of degree `polydeg`.

0 commit comments

Comments
 (0)