Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 40650a3512ede32c0dc7f219e61eb543 > files > 1

freefem++-3.10-1.fc14.src.rpm

.\"                                      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 "March 29, 2004"
.\" 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++ \- interpreter for the FreeFem++ language
.SH SYNOPSIS
.B FreeFem++
.RI " filename".edp
.br
.B FreeFem++-nw
.RI " filename".edp
.br
.B FreeFem++-x11
.RI " filename".edp
.br
.B FreeFem++-glx
.RI " filename".edp
.br
.B FreeFem++-mpi
.RI " filename".edp
.br
.B FreeFem++-cs
.RI " filename".edp
.SH DESCRIPTION
This manual page documents briefly the
.B FreeFem++, 
.B FreeFem++-nw,
.B FreeFem++-glx,
.B FreeFem++-mpi
and 
.B FreeFem++-cs
commands.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
Instead, it has detailed documentation in the manual; see below.
.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 an interpreter for the FreeFem++ language, a language
dedicated to the finite element method. It provides a simple way to solve
Partial Differential Equations (PDE).
\fBFreeFem++-nw\fP is its text-only version, \fBFreeFem++-x11\fP its X11
version, \fBFreeFem++-glx\fP its OpenGl version, \fBFreeFem++-mpi\fP
its MPI version and \fBFreeFem++-cs\fP its GUI version.
.br
The extensive manual of FreeFem++ is written in LaTeX and it is available in
Postscript format in /usr/share/doc/FreeFem++/ on your hard disc.
.SH AUTHOR
This manual page was written by Alexis Darrasse <darrasse@ortsa.com>,
for the Debian project (but may be used by others).