Skip to content

Commit

Permalink
add LevelGrid local_dss_weights
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Dec 4, 2023
1 parent 76932be commit 25769da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Grids/level.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ level(

topology(levelgrid::LevelGrid) = topology(levelgrid.full_grid)

local_dss_weights(grid::LevelGrid) = local_dss_weights(grid.full_grid)

local_geometry_data(levelgrid::LevelGrid{<:Any, Int}, ::Nothing) = level(
local_geometry_data(levelgrid.full_grid, CellCenter()),
levelgrid.level,
Expand Down

0 comments on commit 25769da

Please sign in to comment.