comparison src/Grids/tensor_grid.jl @ 1434:af73340a8f0e feature/grids/curvilinear

Add todos
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 07 Sep 2023 09:03:07 +0200
parents e82240df974d
children 29adc06e5b56
comparison
equal deleted inserted replaced
1433:1656228095b5 1434:af73340a8f0e
1 # TODO: Check this file and other grids for duplicate implementation of general methods implemented for Grid
2
1 """ 3 """
2 TensorGrid{T,D} <: Grid{T,D} 4 TensorGrid{T,D} <: Grid{T,D}
3 5
4 A grid constructed as the tensor product of other grids. 6 A grid constructed as the tensor product of other grids.
5 7