File: ffbamg.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 (58 lines) | stat: -rw-r--r-- 2,328 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
.\"                                      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 BAMG 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
bamg \- a two - dimensional anisotropic mesh generator and interpolator
.SH SYNOPSIS
.B bamg
.\" .RI "[ -v  verbosity ] [ -fglut filepath ] [ -glut command ] [ -nw ] [ -f ] script.edp"
.\" .br
.SH DESCRIPTION
This manual page documents briefly the scope of the 
.B bamg
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.
\fBbamg\fP generates two - dimensional anisotropic meshes and interpolates finite element functions on them. A detailed documentation for bamg can be found at http://www.ann.jussieu.fr/hecht/ftp/bamg/bamg.pdf. It 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 AUTHOR
Bamg was written by Frédéric Hecht<hecht@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).