Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1565:c3425b4302b8 | 1566:b9c7bab94241 |
---|---|
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 |