comparison src/Grids/tensor_grid.jl @ 1702:ff7aeda1b292 feature/grids/curvilinear

Fix todo
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 04 Sep 2024 00:02:01 +0200
parents 51f0c5f895fb
children 863385aae454
comparison
equal deleted inserted replaced
1694:7a1eaaa0cb5a 1702:ff7aeda1b292
1 # TODO: Check this file and other grids for duplicate implementation of general methods implemented for Grid
2
3 """ 1 """
4 TensorGrid{T,D} <: Grid{T,D} 2 TensorGrid{T,D} <: Grid{T,D}
5 3
6 A grid constructed as the tensor product of other grids. 4 A grid constructed as the tensor product of other grids.
7 5