Skip to content

Commit

Permalink
add warning (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee authored Mar 7, 2024
1 parent b6bc7c8 commit b11bc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solvers/dgsem/basis_lobatto_legendre.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Create a nodal Lobatto-Legendre basis for polynomials of degree `polydeg`.
For the special case `polydeg=0` the DG method reduces to a finite volume method.
Therefore, this function sets the center point of the cell as single node.
This exceptional case is currently only supported for TreeMesh!
"""
struct LobattoLegendreBasis{RealT <: Real, NNODES,
VectorT <: AbstractVector{RealT},
Expand Down

0 comments on commit b11bc10

Please sign in to comment.