File: FreeFem%2B%2B.1

package info (click to toggle)
freefem%2B%2B 3.61.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,108 kB
  • sloc: cpp: 141,214; ansic: 28,664; sh: 4,925; makefile: 3,142; fortran: 1,171; perl: 844; awk: 290; php: 199; pascal: 41; f90: 32
file content (64 lines) | stat: -rw-r--r-- 2,251 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH FREEFEM++ 1 "January 2, 2011"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
FreeFem++ \- executes FreeFem++ scripts
.SH SYNOPSIS
.B FreeFem++
.RI "[ -v  verbosity ] [ -fglut filepath ] [ -glut command ] [ -nw ] [ -f ] script.edp"
.br
.SH DESCRIPTION
This manual page documents briefly the scope of the 
.B FreeFem++
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBFreeFem++\fP is part of the FreeFem++ suite which is used for the solution of Partial Differential Equations (PDE's) via the Finite Element Method (FEM).
.SH OPTIONS
A summary of options is included below.
.br
.\".B \-h, \-\-help
.B \-v  verbosity : 0 -- 1000000 levels of FreeFem++ output
.br
.B \-fglut  filepath  :  the file name for saving all the plots (replot with ffglut command)
.br
.B \-glut  command  :  the command name of glut (default is ffglut)
.br
.B \-nowait  :  do not wait after launching a window
.br
.B \-wait  :  wait after launching a window
.br
.B \-nw  :  no ffglut (=> no graphics windows)
.br
.B \-ne  :  no edp script output
.br
.B \-cd  :  change dir to script dir
.BR 
.TP
.SH SEE ALSO
.BR FreeFem++-x11 (1),
.BR FreeFem++-nw (1),
.BR FreeFem++-glx (1),
.BR FreeFem++-mpi
.br
.SH AUTHOR
FreeFem++ was written by Frédéric Hecht<hecht@ann.jussieu.fr>, Olivier Pironneau<pironneau@ann.jussieu.fr>, Antoine Le Hyaric<lehyaric@ann.jussieu.fr> and Albert Ly<ly@ann.jussieu.fr>.
.PP
This manual page was created by Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr>,
for the Debian project (and may be used by others).