Mercurial > repos > public > sbplib_julia
comparison docs/src/manifolds_charts_atlases.md @ 1972:3694f11075c5 feature/grids/manifolds
Review docs and Plots extension
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Fri, 14 Feb 2025 10:24:20 +0100 |
parents | 84e5ab97902d |
children | c4dc1bed0a81 |
comparison
equal
deleted
inserted
replaced
1964:3fb5b03162ee | 1972:3694f11075c5 |
---|---|
1 # Manifolds, Charts, and Atlases | 1 # Manifolds, Charts, and Atlases |
2 | 2 |
3 To construct grids on more complicated geometries we use manifolds described | 3 To construct grids on more complicated geometries we use manifolds described |
4 by one or more charts. The charts describe a mapping from some parameter space | 4 by one or more charts. The charts describe a mapping from a logical parameter space |
5 to the geometry that we are interested in. If there are more than one chart | 5 to the geometry that we are interested in. If there are more than one chart |
6 for a given geometry this collection of charts and their connection is | 6 for a given geometry this collection of charts and their connection is |
7 described by and atlas. | 7 described by an atlas. |
8 | 8 |
9 For the construction of differential and difference operators on a manifold | 9 For the construction of differential and difference operators on a manifold |
10 with a chart the library needs to know the Jacobian of the mapping as a | 10 with a chart the library needs to know the Jacobian of the mapping as a |
11 function of coordinates in the logical parameter space. Internally, | 11 function of coordinates in the logical parameter space. Internally, |
12 Diffinitive.jl uses a local Jacobian function, `Grids.jacobian(f, ξ)`. For | 12 Diffinitive.jl uses a local Jacobian function, `Grids.jacobian(f, ξ)`. For |