Skip to content

Commit fb0956e

Browse files
committed
Upgrade to latest jigsaw-0.9.13.x
1 parent ebb47c1 commit fb0956e

File tree

2 files changed

+312
-209
lines changed

2 files changed

+312
-209
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
`JIGSAW(GEO)` can be used to produce high-quality 'generalised' Delaunay / Voronoi tessellations for unstructured finite-volume / element type models. Grids can be generated in local two-dimensional domains, and over general spheroidal surfaces. Mesh resolution can be adapted to follow complex user-defined metrics, including: topographic contours, discrete solution profiles or coastal features. This enables the construction of complex, multi-resolution climate process models, with simulation fidelity enhanced in regions of interest.
1010

11-
`JIGSAW(GEO)` is typically able to produce the very high-quality staggered unstructured grids required by contemporary unstructued general circulation models (i.e. <a href="https://github.com/MPAS-Dev/MPAS-Release">`MPAS`</a>, <a href="https://research.csiro.au/cem/software/ems/hydro/unstructured-compas/">`COMPAS`</a>, <a href="http://fesom.de/">`FESOM`</a>, <a href="https://www.mpimet.mpg.de/en/science/models/icon-esm/">`ICON`</a>, etc), generating highly optimised, multi-resolution meshes that are `locally-orthogonal`, `mutually-centroidal` and `self-centred`.
11+
`JIGSAW(GEO)` is typically able to produce the very high-quality staggered unstructured grids required by contemporary unstructued general circulation models (i.e. <a href="https://github.com/MPAS-Dev/MPAS-Release">`MPAS`</a>, <a href="https://research.csiro.au/cem/software/ems/hydro/unstructured-compas/">`COMPAS`</a>, <a href="http://fesom.de/">`FESOM`</a>, etc), generating highly optimised, multi-resolution meshes that are `locally-orthogonal`, `mutually-centroidal` and `self-centred`.
1212

1313
`JIGSAW(GEO)` depends on the <a href="https://github.com/dengwirda/jigsaw-matlab">`JIGSAW-MATLAB`</a> package; a `MATLAB` / `OCTAVE` interface to the underlying `JIGSAW` meshing library.
1414

@@ -31,8 +31,9 @@ The following set of example problems are available in `example.m`:
3131
example(2); % generate a regionally-refined global grid
3232
example(3); % build smooth mesh-spacing functions from noisy input data
3333
example(4); % generate a complex, variable resolution global grid
34-
example(5); % generate a coastal mesh for the Australasian region
35-
example(6); % generate a multi-part mesh for the (contiguous) USA
34+
example(5); % generate structured icosahedral and cubedsphere meshes
35+
example(6); % generate a coastal mesh for the Australasian region
36+
example(7); % generate a multi-part mesh for the (contiguous) USA
3637

3738
Additional material and discussion can be found in the worked examples <a href=https://github.com/dengwirda/jigsaw-geo-tutorial>here</a>.
3839

0 commit comments

Comments
 (0)