changeset 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 3fb5b03162ee
children 2d6c45f53bc9
files docs/make.jl docs/src/manifolds_charts_atlases.md ext/DiffinitivePlotsExt.jl
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/make.jl	Tue Feb 11 15:46:29 2025 +0100
+++ b/docs/make.jl	Fri Feb 14 10:24:20 2025 +0100
@@ -30,7 +30,7 @@
     "operator_file_format.md",
     "grids_and_grid_functions.md",
     "matrix_and_tensor_representations.md",
-    "manifolds_charts_atlases.md"
+    "manifolds_charts_atlases.md",
     "Submodules" => [
         "submodules/grids.md",
         "submodules/lazy_tensors.md",
--- a/docs/src/manifolds_charts_atlases.md	Tue Feb 11 15:46:29 2025 +0100
+++ b/docs/src/manifolds_charts_atlases.md	Fri Feb 14 10:24:20 2025 +0100
@@ -1,10 +1,10 @@
 # Manifolds, Charts, and Atlases
 
 To construct grids on more complicated geometries we use manifolds described
-by one or more charts. The charts describe a mapping from some parameter space
+by one or more charts. The charts describe a mapping from a logical parameter space
 to the geometry that we are interested in. If there are more than one chart
 for a given geometry this collection of charts and their connection is
-described by and atlas.
+described by an atlas.
 
 For the construction of differential and difference operators on a manifold
 with a chart the library needs to know the Jacobian of the mapping as a
--- a/ext/DiffinitivePlotsExt.jl	Tue Feb 11 15:46:29 2025 +0100
+++ b/ext/DiffinitivePlotsExt.jl	Fri Feb 14 10:24:20 2025 +0100
@@ -57,6 +57,7 @@
     return x, y
 end
 
+# REVIEW: Remove?
 # get_axis_limits(plt, :x)