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

« back to all changes in this revision

Viewing changes to doc/texinfo/command_line.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:
14
14
@ftable @code
15
15
@item -1, -2, -3
16
16
Perform 1D, 2D or 3D mesh generation, then exit
 
17
@item -part int
 
18
Partition the mesh after batch mesh generation.
17
19
@item -saveall
18
20
Save all elements (discard physical group definitions)
19
21
@item -o file
23
25
@item -bin
24
26
Use binary format when available
25
27
@item -algo string
26
 
Select mesh algorithm (iso, netgen, tetgen)
 
28
Select mesh algorithm (iso, frontal, del2d, del3d, netgen)
27
29
@item -smooth int
28
30
Set number of mesh smoothing steps
29
31
@item -optimize[_netgen]
42
44
Set random perturbation factor
43
45
@item -bgm file
44
46
Load background mesh from file
45
 
@item -constrain
46
 
Constrain background mesh with characteristic lengths
47
47
@end ftable
48
48
 
49
49
@sp 1