Skip to content

Commit

Permalink
Pass through kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 12, 2023
1 parent 52263f3 commit 8583c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BoundaryConditions/BoundaryConditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
arch::Architecture,
grid::CartesianGrid,
batch::BoundaryConditionsBatch; kwargs...) where {S,D}
apply_boundary_conditions!(Val(S), Val(D), arch, grid, batch.fields, batch.conditions)
apply_boundary_conditions!(Val(S), Val(D), arch, grid, batch.fields, batch.conditions; kwargs...)
end

apply_boundary_conditions!(side, val, arch, grid, ::Nothing; kwargs...) = nothing
Expand Down

0 comments on commit 8583c21

Please sign in to comment.