Difference between revisions of "GetDP"

From ONELAB
Jump to: navigation, search
Line 1: Line 1:
[http://geuz.org/getdp GetDP] is a rather general open source finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. GetDP is developed by the [http://ace.montefiore.ulg.ac.be ACE] group from the [http://www.montefiore.ulg.ac.be Montefiore Institute] at the [http://www.ulg.ac.be University of Liège], and is released under GNU GPL.
+
[http://geuz.org/getdp GetDP] is a rather general open source finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. GetDP is developed by the [http://ace.montefiore.ulg.ac.be ACE] group from the [http://www.montefiore.ulg.ac.be Montefiore Institute] at the [http://www.ulg.ac.be University of Liège], and is released under the GNU GPL.
  
 
= Getting started =
 
= Getting started =
Line 5: Line 5:
 
ONELAB allows to use GetDP as a black-box solver: you don't need to know anything about finite elements or modeling in order to run your first simulations.  
 
ONELAB allows to use GetDP as a black-box solver: you don't need to know anything about finite elements or modeling in order to run your first simulations.  
  
# Download the latest nightly build of [http://geuz.org/gmsh Gmsh] for [http://geuz.org/gmsh/bin/Windows/gmsh-svn-Windows.zip Windows],  
+
# Download the latest nightly build of Gmsh for [http://geuz.org/gmsh/bin/Windows/gmsh-nightly-Windows.zip Windows], [http://geuz.org/gmsh/bin/MacOSX/gmsh-nightly-MacOSX.dmg MacOS X] or [[http://geuz.org/gmsh/bin/Linux/gmsh-nightly-Linux.tgz Linux]
 +
# Download the latest nightly build of GetDP for Windows [http://geuz.org/getdp/bin/Windows/getdp-svn-Win32c.zip 32 bit]/[http://geuz.org/getdp/bin/Windows/getdp-svn-Win64c.zip 64 bit], MacOS X [http://geuz.org/getdp/bin/MacOSX/getdp-svn-MacOSX32c.tgz 32 bit]/[http://geuz.org/getdp/bin/MacOSX/getdp-svn-MacOSX64c.tgz 64 bit] or Linux [http://geuz.org/getdp/bin/Linux/getdp-svn-Linux32c.tgz 32 bit]/[http://geuz.org/getdp/bin/Linux/getdp-svn-Linux64c.tgz 64 bit]
 +
# Uncompress the 2 archives (there is no installation necessary ; you can move them to any directory you want)
 +
# Double-click on the Gmsh executable (gmsh.exe on Windows) ; a graphic window and a command window will open
 +
# Load one of thé geometries through the 'File->Open' menu (e.g. the file '''Transfo.geo''' for the transformer example below) ; the geometry will appear in the graphic window
 +
# Go to the 'Solver' module (by clicking on the 'Geometry' button in the command window, then selecting 'Solver')
 +
# Click on thé 'GetDP' button
 +
# The first time you you will specify the location of the GetDP executable (getdp.exe on Windows) on your hard drive (this depends on where you uncompressed the archives in step 2.)
 +
# Change some parameters in the ONELAB window and click on 'Compute'
 +
# ... that's it!
  
  

Revision as of 09:58, 5 April 2012

GetDP is a rather general open source finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. GetDP is developed by the ACE group from the Montefiore Institute at the University of Liège, and is released under the GNU GPL.

Getting started

ONELAB allows to use GetDP as a black-box solver: you don't need to know anything about finite elements or modeling in order to run your first simulations.

  1. Download the latest nightly build of Gmsh for Windows, MacOS X or [Linux
  2. Download the latest nightly build of GetDP for Windows 32 bit/64 bit, MacOS X 32 bit/64 bit or Linux 32 bit/64 bit
  3. Uncompress the 2 archives (there is no installation necessary ; you can move them to any directory you want)
  4. Double-click on the Gmsh executable (gmsh.exe on Windows) ; a graphic window and a command window will open
  5. Load one of thé geometries through the 'File->Open' menu (e.g. the file Transfo.geo for the transformer example below) ; the geometry will appear in the graphic window
  6. Go to the 'Solver' module (by clicking on the 'Geometry' button in the command window, then selecting 'Solver')
  7. Click on thé 'GetDP' button
  8. The first time you you will specify the location of the GetDP executable (getdp.exe on Windows) on your hard drive (this depends on where you uncompressed the archives in step 2.)
  9. Change some parameters in the ONELAB window and click on 'Compute'
  10. ... that's it!


Tutorials

Electromagnetics

Acoustics

Time harmonic acoustic scattering (Helmholtz equation)

Heat transfer

Generic PDEs

The following examples explain the fundamental concepts used in GetDP '.pro' files