Skip to content

Commit

Permalink
load tiles.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 13, 2024
1 parent cc9dbe0 commit d8232b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tiles.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a work in progress...

"""
WindowedProblem(op; size, centers, θ)
Expand All @@ -11,7 +13,7 @@ to be run over the same windowed grids.
cntr_size::WC
end
function WindowedProblem(op::Tuple;
cntr_size::Integer=1;
cntr_size::Integer=1,
θ=nothing,
problem=Problem(op; θ=nothing),
)
Expand Down

0 comments on commit d8232b8

Please sign in to comment.