Skip to content

Commit 5876297

Browse files
simonbyrnecharleskawczynski
authored andcommitted
bubble
1 parent 5b1e87e commit 5876297

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Grids/spectralelement.jl

+2-3
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ end
168168
function _SpectralElementGrid2D(
169169
topology::Topologies.Topology2D,
170170
quadrature_style::Quadratures.QuadratureStyle;
171-
enable_bubble::Bool,
172-
bubble = enable_bubble,
171+
bubble = nothing,
173172
enable_bubble = false, # deprecated
174173
)
175-
174+
bubble = something(bubble, enable_bubble)
176175
# 1. compute localgeom for local elememts
177176
# 2. ghost exchange of localgeom
178177
# 3. do a round of dss on WJs

0 commit comments

Comments
 (0)