Skip to content

Commit

Permalink
Add missing warning as "experimental" from last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Nov 14, 2023
1 parent df197b8 commit e1bd68d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/solvers/dgsem_tree/dg_2d_subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ end
For subcell limiting, the calculation of local bounds for non-periodic domains require the boundary
outer state. This function returns the boundary value at time `t` and for node with spatial
indices `indices`.
!!! warning "Experimental implementation"
This is an experimental feature and may change in future releases.
"""
@inline function get_boundary_outer_state(boundary_condition::BoundaryConditionDirichlet,
cache, t, equations, dg, indices...)
Expand Down

0 comments on commit e1bd68d

Please sign in to comment.