~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to doc/texinfo/opt_plugin.texi

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2009-02-17 10:12:27 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217101227-mdrolkldak2pgd2i
Tags: 2.3.0.dfsg-1
* New upstream release
  + major graphics and GUI code refactoring; 
  + new full-quad/hexa subdivision algorithm (removed 
    Mesh.RecombineAlgo);
  + improved automatic transfinite corner selection (now also 
    for volumes); 
  + improved visibility browser; new automatic adaptive visualization
    for high-order simplices;
  + modified arrow size, clipping planes and transform options; many
    improvements and
  + bug fixes all over the place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
@end table
428
428
 
429
429
@item Plugin(GSHHS)
430
 
Plugin(GSHHS) read differenct kind of contour lines data and write a .geo file.
431
 
Valid values for "Format" are :
 
430
Plugin(GSHHS) read different kind of contour lines data and write a .geo file on the surface of a sphere (the Earth).
 
431
The principal application is to load GSHHS data
 
432
 (see http://www.soest.hawaii.edu/wessel/gshhs/gshhs.html).
 
433
Valid values for "Format" are ):
432
434
 -"gshhs" : open GSHHS file
433
435
 -"loops2" : import 2D contour lines in simple text format :
434
 
   NB_POINTS_IN_FIRST_LOOP
 
436
   NB_POINTS_IN_FIRST_LOOP FIRST_LOOP_IS_CLOSED
435
437
   COORD1 COORD2
436
438
   COORD1 COORD2
437
439
   ...    ...
438
 
   NB_POINTS_IN_SECOND_LOOP
 
440
   NB_POINTS_IN_SECOND_LOOP SECOND_LOOP_IS_CLOSED
439
441
   ...
440
 
 
 
442
   (LOOP_IS_CLOSED specify if this coast line describe a closed curve (0=no, 1=yes).
 
443
In the case of "loops2" format, you can specify the the coordinate system used in the input file with the"Coordinate" option, valid values are
 
444
 -"lonlat" for longitude-latidute radian,
 
445
 -"lonlat_degrees" for longitude-latitude degrees,
 
446
 -"UTM" for universal transverse mercartor ("UTMZone" option should be specified)
 
447
 -"cartesian" for full 3D coordinates
 
448
"radius" specify the earth radius.
 
449
If the "iField" option is set, consecutive points closer than the value of the field iField (in meters) will not be added.
 
450
If "MinStraitsFactor" >0 and if a field iField is provided, coastlines closer than MinStraitsFactor*field(IField) are merged and inner corners which form an angle < pi/3 are removed.
 
451
The output is always in stereographic coordinates, if the "WritePolarSphere" option is not 0, a sphere is added to the geo file.
 
452
WARNING : this plugin is still experimental and need polishing and error-handling. In particular, it will probably crash if an inexistant field id is given or if the input/output cannot be open.
441
453
String options:
442
454
@table @code
443
455
@item InFileName
459
471
Default value: @code{6.37814e+06}
460
472
@item UTMPolarRadius
461
473
Default value: @code{6.35675e+06}
462
 
@item UTMScale
463
 
Default value: @code{1}
464
 
@item UTMShiftX
465
 
Default value: @code{0}
466
 
@item UTMShiftY
467
 
Default value: @code{0}
 
474
@item radius
 
475
Default value: @code{6.37101e+06}
468
476
@item WritePolarSphere
469
477
Default value: @code{1}
 
478
@item MinStraitsFactor
 
479
Default value: @code{1}
470
480
@end table
471
481
 
472
482
@item Plugin(Gradient)