diff src/Grids/grid.jl @ 1266:a4ddae8b5d49 refactor/grids

Add tests for TensorGrid and make them pass
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 24 Feb 2023 21:42:28 +0100
parents 7a67935d3f3a
children 20f42cf0800c
line wrap: on
line diff
--- a/src/Grids/grid.jl	Fri Feb 24 20:47:56 2023 +0100
+++ b/src/Grids/grid.jl	Fri Feb 24 21:42:28 2023 +0100
@@ -33,6 +33,7 @@
 # TODO
 """
 function boundary_grid end
+# TBD Can we implement a version here that accepts multiple ids and grouped boundaries? Maybe we need multiblock stuff?
 
 
 # TODO: Make sure that all grids implement all of the above.