We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf2c6f commit f8fcc32Copy full SHA for f8fcc32
src/domains/meshes/regulargrid.jl
@@ -28,7 +28,7 @@ point using a given `spacing`.
28
```
29
RegularGrid((10, 20), Point(LatLon(30.0°, 60.0°)), (1.0, 1.0)) # add coordinate units to spacing
30
RegularGrid((10, 20), Point(Polar(0.0cm, 0.0rad)), (10.0mm, 1.0rad)) # convert spacing units to coordinate units
31
-RegularGrid((10, 20), Point(Marcator(0.0, 0.0)), (1.5, 1.5))
+RegularGrid((10, 20), Point(Mercator(0.0, 0.0)), (1.5, 1.5))
32
RegularGrid((10, 20, 30), Point(Cylindrical(0.0, 0.0, 0.0)), (3.0, 2.0, 1.0))
33
34
0 commit comments