logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

evolver-ogl-ld - The Surface Evolver program with OpenGL/GLUT display and long double extended precision

Author

       Ken  Brakke <brakke@susqu.edu> has written and currently maintained the core part of the SurfaceEvolver.
       This man page was written for Debian by Jerome Benoit <calculus@rezozer.net>.

Availability

       The latest version of the SurfaceEvolver, up-to-date documentation, and more are available on-line from:

           http://www.susqu.edu/brakke/evolver

Description

       The SurfaceEvolver is an interactive program for the modelling of  liquid  surfaces  shaped  by  various
       forces  and  constraints.   Basically  the  SurfaceEvolver minimizes the energy of triangulated surfaces
       according to designated energies and constraints.

       This man page mainly documents command line options and environment variables.

Environment

       EVOLVERPATH
              Colon-separated  list  of  paths  automatically searched for datafiles, included files, or on-line
              help    documentation.     By    default,    the     paths     /usr/share/doc/evolver/html     and
              /usr/share/doc/evolver/examples  are  appended  (in  that  order);  this  default behaviour can be
              cancelled by appending at least three consecutive colons (":::") at its end.

Files

~/.evolver_history
              Per user command history file.

       /usr/share/doc/evolver/manual.pdf
              The (complete) SurfaceEvolverManual in PDF format.

       /usr/share/doc/evolver/EvolverDoc.html
              The HTML version of the SurfaceEvolverManual that contains what the PDF manual has, modulo  some
              advanced material.

       /usr/share/doc/evolver/examples/
              This folder contains sample material, mainly datafiles and command-files, for the SurfaceEvolver.

Name

       evolver-ogl-ld  - The Surface Evolver program with OpenGL/GLUT display and long double extended precision
       floating point format

Options

-a     Autoconvert  to  named  quantities  when  needed  (default  is  on);  use  `-a-'   to   deactivate
              autoconversion.

       -d     Begin with parser debugging on (equivalent to `debug' runtime command); beware of copious output.

       -e     Echo stdin to stdout; meant for testing piped input.

       -f FILE
              After loading DATAFILE, read commands from file, then command line prompt.

       -i     Preserve DATAFILE numbers for element id's, rather than renumbering.

       -m     Begin  with  memory  debugging  on  (equivalent  to `memdebug' runtime command); beware of copious
              output.

       -pN    Run with N concurrent processes.

       -q     Convert to named quantities at start (equivalent to `convert_to_quantities' runtime command).

       -w     Exit immediately after any warning or error message; meant for batch runs.

       -x     Exit immediately after any error message; meant for batch runs.

       -y     Break to user prompt after any warning message.

       -h     Display this help, then exit.

       -V     Display the version and the banner, then exit.

Reporting Bugs

       Report bugs to Ken Brakke <brakke@susqu.edu>

See Also

       The complete manual for the SurfaceEvolver is available in PDF format in  the  documentation  folder  as
       /usr/share/doc/evolver/manual.pdf.

       geomview(1), polymerge(1), anytooff(1), oogl(5), readline(3)

Debian                                            February 2021                                EVOLVER-OGL-LD(1)

Synopsis

evolver-ogl-ld [-a][-d][-e][-i][-m][-q][-w][-x][-y][-h][-V] [-fFILE] [-pN] [DATAFILE]

See Also