Skip to content

Commit

Permalink
Update extruded.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored Dec 29, 2023
1 parent 0335cc2 commit 0025454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spaces/extruded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ function issubspace(
)
return grid(level_space).full_grid === grid(extruded_space)
end
function issubspace(
level_space::SpectralElementSpace1D{<:Grids.LevelGrid},
extruded_space::ExtrudedFiniteDifferenceSpace,
)
return grid(level_space).full_grid === grid(extruded_space)
end


Adapt.adapt_structure(to, space::ExtrudedFiniteDifferenceSpace) =
Expand Down

0 comments on commit 0025454

Please sign in to comment.