Mercurial > repos > public > sbplib_julia
view docs/src/submodules/grids.md @ 1779:2a8a2b52a112 feature/grids/manifolds
Refactor Interval to its own type. This allows the user better control of the coordinate type of 1d grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 16 Sep 2024 08:33:43 +0200 |
parents | 126e169bb0b7 |
children |
line wrap: on
line source
# Grids ## Contents ```@contents Pages = ["grids.md"] ``` ## Index ```@index Pages = ["grids.md"] ``` ## Public interface ```@autodocs Modules = [Grids] Private = false # Hide unexported objects ``` ## Internal interface ```@autodocs Modules = [Grids] Public = false # Hide exported objects ```