comparison src/Grids/grid.jl @ 1604:b459082533f7 feature/boundary_conditions

Remove unnecessary white space changes to otherwise untouched files
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 08 Jun 2024 22:51:31 +0200
parents 3e7438e2a033
children 888e4092e2ed
comparison
equal deleted inserted replaced
1603:fca4a01d60c9 1604:b459082533f7
125 When implementing this method it is expected that the returned collection can 125 When implementing this method it is expected that the returned collection can
126 be used to index grid functions to obtain grid functions on the boundary grid. 126 be used to index grid functions to obtain grid functions on the boundary grid.
127 """ 127 """
128 function boundary_indices end 128 function boundary_indices end
129 129
130
131 """ 130 """
132 eval_on(g::Grid, f) 131 eval_on(g::Grid, f)
133 132
134 Lazy evaluation of `f` on the grid. `f` can either be on the form `f(x,y,...)` 133 Lazy evaluation of `f` on the grid. `f` can either be on the form `f(x,y,...)`
135 with each coordinate as an argument, or on the form `f(x̄)` taking a 134 with each coordinate as an argument, or on the form `f(x̄)` taking a