Mercurial > repos > public > sbplib_julia
changeset 1504:976f5784d7b9 feature/grids/curvilinear
Spelling
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 16 Feb 2024 14:31:45 +0100 |
parents | 704a84eef8b6 |
children | 63101a1cd0e6 |
files | src/Grids/curvilinear_grid.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/curvilinear_grid.jl Fri Feb 16 14:31:27 2024 +0100 +++ b/src/Grids/curvilinear_grid.jl Fri Feb 16 14:31:45 2024 +0100 @@ -32,7 +32,7 @@ function boundary_grid(g::CurvilinearGrid, id::TensorGridBoundary) b_indices = boundary_indices(g.logicalgrid, id) - # Calculate indices of needed jacobian combonents + # Calculate indices of needed jacobian components D = ndims(g) all_indices = SVector{D}(1:D) free_variable_indices = deleteat(all_indices, grid_id(id))