File: control

package info (click to toggle)
freefem3d 1.0pre10-3.4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 25,016 kB
  • ctags: 8,675
  • sloc: cpp: 57,204; sh: 8,788; yacc: 2,975; makefile: 1,149; ansic: 508; perl: 110
file content (41 lines) | stat: -rw-r--r-- 1,868 bytes parent folder | download
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
Source: freefem3d
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Section: math
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/freefem3d/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/freefem3d/trunk/
Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 10),
 automake1.11, libtool (>= 1.5), doc-base, bison, texlive, texlive-latex-extra,
 dh-autoreconf

Package: freefem3d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: doc-central
Description: Language and solver for partial differential equations in 3D
 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, fluids (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
 supported. 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).