Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ff3d(1) [debian man page]

FF3D(1) 				      A general PDE solver driven by a user friendly language					   FF3D(1)

NAME
ff3d - FreeFEM3D is a general PDE solver SYNOPSIS
ff3d [-v|-h|-H] ff3d [-nw][-V verbosity_level][filename] DESCRIPTION
This manual page documents, briefly, the ff3d command. FreeFEM3D (aka ff3d) is a 3D solver of partial differential equations (PDE). It is a member of the familly of the freefem programs (see http://www.freefem.org). ff3d, as well as its cousins, is a PDE solver driven by a user-friendly language. It solves many kind of problems such as elasticity, flu- ids (Stokes and Navier-Stokes) and a lot more. The user has to enter the equation associated with the problem, giving either the PDE in strong formulation or weak (variational) formulation. ff3d can use either the Finite Elements method (the mesh of the geometry being provided by the user) or a Fictitious Domain like approach where the geometry is described using Constructive Solid Geometry (CSG). This description is done using the POV-Ray language but others such as VRML could be added. The processing of the results is left to the user. One can use various graphic tools: output in the MEdit mesh format or VTK are sup- ported. The implementation of a VTK base visualization module is underway. The goal of ff3d is to provide a good teaching tool and a research toolbox (the code is written in C++ and its design is such that new methods can be easily implemented). OPTIONS
-v, --version Output version of program and exit. The default mode is `v', a simple version. The `c' mode will print copyright information and `n' will print the full copyright notice. -h, --help Display usage information and exit. -H, --more-help Display extended usage information and Licence and exit. -V verbosity_level, --verbosity verbosity_level Set level of verbosity. The default number for this option is: 3 Changes ff3d level of verbosity. Bigger values will make ff3d give more and more informations. AUTHORS
Jean-Baptiste Apoung Kamga Stephane Del Pino Olivier Pironneau Driss Yakoubi CONTRIBUTORS
Cecile Dobrzynski Pascal Have Christophe Prud'homme REPORTING BUGS
Please send bug reports to: ff3d-dev@nongnu.org or freefem@ann.jussieu.fr or better use the Bug Tracking System: http://savannah.nongnu.org/bugs/?group=ff3d COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. see http://www.gnu.org/licenses/gpl.html for details. 2007-07-05 FF3D(1)

Check Out this Related Man Page

PINKY(1)							   User Commands							  PINKY(1)

NAME
pinky - lightweight finger SYNOPSIS
pinky [OPTION]... [USER]... DESCRIPTION
-l produce long format output for the specified USERs -b omit the user's home directory and shell in long format -h omit the user's project file in long format -p omit the user's plan file in long format -s do short format output, this is the default -f omit the line of column headings in short format -w omit the user's full name in short format -i omit the user's full name and remote host in short format -q omit the user's full name, remote host and idle time in short format --help display this help and exit --version output version information and exit A lightweight `finger' program; print user information. The utmp file will be /var/run/utmp. AUTHOR
Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi. REPORTING BUGS
Report pinky bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report pinky translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for pinky is maintained as a Texinfo manual. If the info and pinky programs are properly installed at your site, the command info coreutils 'pinky invocation' should give you access to the complete manual. GNU coreutils 8.5 February 2011 PINKY(1)
Man Page