Skip to content

Commit

Permalink
mask immersed output with 0
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 7, 2024
1 parent 1350569 commit 979c2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OutputWriters/fetch_output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fetch_output(output, model) = output(model)

function fetch_output(field::AbstractField, model)
compute_at!(field, time(model))
mask_immersed_field!(field)
return parent(field)
end

Expand Down

0 comments on commit 979c2a7

Please sign in to comment.