diff src/Grids/tensor_grid.jl @ 1566:b9c7bab94241 feature/grids/manifolds

Merge feature/grids/curvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Apr 2024 13:22:18 +0200
parents d9d9ab18cdfc
children b02917bcd7d5
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Thu Apr 25 13:21:12 2024 +0200
+++ b/src/Grids/tensor_grid.jl	Thu Apr 25 13:22:18 2024 +0200
@@ -1,3 +1,5 @@
+# TODO: Check this file and other grids for duplicate implementation of general methods implemented for Grid
+
 """
     TensorGrid{T,D} <: Grid{T,D}