Skip to content

Commit 08b9d03

Browse files
committed
bubble
1 parent 66aeae2 commit 08b9d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Grids/spectralelement.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ Note: This is accurate only for cubed-spheres of the [`Meshes.EquiangularCubedSp
141141
@memoize WeakValueDict function SpectralElementGrid2D(
142142
topology,
143143
quadrature_style;
144-
bubble = enable_bubble,
144+
bubble = nothing,
145145
enable_bubble = false, # deprecated
146146
)
147-
147+
bubble = something(bubble, enable_bubble)
148148
# 1. compute localgeom for local elememts
149149
# 2. ghost exchange of localgeom
150150
# 3. do a round of dss on WJs

0 commit comments

Comments
 (0)