Mercurial > repos > public > sbplib_julia
comparison src/Grids/mapped_grid.jl @ 1821:a57cd6fa4ecb feature/jet_aqua
Add todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Oct 2024 21:42:53 +0200 |
parents | bddcae938ded |
children | 516eaabf1169 81559cb7b11c |
comparison
equal
deleted
inserted
replaced
1820:bddcae938ded | 1821:a57cd6fa4ecb |
---|---|
90 boundary_physicalcoordinates, | 90 boundary_physicalcoordinates, |
91 boundary_jacobian, | 91 boundary_jacobian, |
92 ) | 92 ) |
93 end | 93 end |
94 | 94 |
95 | 95 # TODO: Make sure all methods of `mapped_grid` are implemented correctly and tested. |
96 """ | 96 """ |
97 mapped_grid(x, J, size::Vararg{Int}) | 97 mapped_grid(x, J, size::Vararg{Int}) |
98 | 98 |
99 A `MappedGrid` with a default logical grid on the D-dimensional unit hyper | 99 A `MappedGrid` with a default logical grid on the D-dimensional unit hyper |
100 box [0,1]ᴰ. `x` and `J` are functions to be evaluated on the logical grid | 100 box [0,1]ᴰ. `x` and `J` are functions to be evaluated on the logical grid |