Difference between revisions of "Software:petsc"

From CAC Wiki
Jump to: navigation, search
(Created page with "== FreeFem++ (ff++) == {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |...")
 
(FreeFem++ (ff++))
 
Line 1: Line 1:
== FreeFem++ (ff++) ==
+
== FPortable Extensible Toolkit for Scientific computation (PETsc) ==
 
{|  style="border-spacing: 8px;"
 
{|  style="border-spacing: 8px;"
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
FreeFem++ is a high level integrated development environment (IDE) for numerically solving partial differential equations (PDE) in dimension 2 and 3. It is the ideal tool for teaching the finite element method but it is also perfect for research to quickly test new ideas or multi-physics and complex applications.
+
PETSc, the Portable Extensible Toolkit for Scientific computation, is a suite of data structures and routines for the parallel (and serial) implementation of large scale application codes. PETSc uses the MPI library for its message-passing communications.
* '''Version''': 3.44
+
* '''Version''': 3.5.2
* '''Platform/Cluster''': Linux / SW
+
* '''Location''':  /opt/petsc
* '''Location''':  /opt/freefem
+
* '''Related link''': For more information go to the [http://www.mcs.anl.gov/petsc/petsc-as PETSc Website]
* '''Related link''': For more information go to the [http://www.freefem.org/ff++/index.htm FreeFem++ Website]
+
* '''FAQ Help file''': For some hints on local usage, see the [[FAQ:PETSc|PETSc FAQ]].
* '''Documentation''': A pdf version of the [http://www.freefem.org/ff++/ftp/freefem++doc.pdf manual can be downloaded here.]
+
* '''License''': FreeFem++ is distributed under [http://www.ann.jussieu.fr/~lehyaric/ffcs/credits.htm a modified Gnu Public License]
+
* '''Other help''': There is [http://www.um.es/freefem/ff++/pmwiki.php Wiki about FreeFem++], as well as [https://ljll.math.upmc.fr/cgi-bin/mailman/listinfo/freefempp a mailing list].
+
 
|}
 
|}
 
* '''Related Software''':  
 
* '''Related Software''':  
** [[Software:paraview|ParaView]]
+
: [[Software:hypre|Hypre]]
** [[Software:petsc|PETSc]]
+
: [[Software:fftw|FFTW]]
** [[Software:matlab|Matlab]]
+
: [[Software:matlab|Matlab]]
** [[Software:R|R]]
+
: [[Software:R|R]]

Latest revision as of 16:10, 30 May 2016

FPortable Extensible Toolkit for Scientific computation (PETsc)

PETSc, the Portable Extensible Toolkit for Scientific computation, is a suite of data structures and routines for the parallel (and serial) implementation of large scale application codes. PETSc uses the MPI library for its message-passing communications.

  • Version: 3.5.2
  • Location: /opt/petsc
  • Related link: For more information go to the PETSc Website
  • FAQ Help file: For some hints on local usage, see the PETSc FAQ.
  • Related Software:
Hypre
FFTW
Matlab
R