diff src/Grids/tensor_grid.jl @ 1602:3e7438e2a033 feature/boundary_conditions

Address review comments (1 left to be discussed)
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sat, 01 Jun 2024 17:39:54 -0700
parents 37b05221beda
children b459082533f7
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Wed May 29 23:28:33 2024 +0200
+++ b/src/Grids/tensor_grid.jl	Sat Jun 01 17:39:54 2024 -0700
@@ -95,8 +95,6 @@
     return LazyTensors.concatenate_tuples(b_ind...)
 end
 
-orthogonal_grid(g::TensorGrid, id::BoundaryIdentifier) = g.grids[grid_id(id)] # REVIEW: Seems clearer to me to just inline this and remove the function definition?
-
 
 function combined_coordinate_vector_type(coordinate_types...)
     combined_coord_length = mapreduce(_ncomponents, +, coordinate_types)