Difference between revisions of "GetDP"

From ONELAB
Jump to: navigation, search
(GetDP models)
(Featured physical models)
Line 27: Line 27:
 
=== Featured physical models ===
 
=== Featured physical models ===
  
These are complete application examples, ready to be solved and modified.
+
These are complete, parametric application examples, ready to be solved and modified.
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 10:17, 6 March 2016

GetDP is an 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 de Rham complexes in order to run your first simulations:

  1. # Download and uncompress the ONELAB bundle for Windows 64 bit / 32 bit, Linux 64 bit / 32 bit or MacOSX (or compile the source code).
  2. Double-click on the Gmsh executable (gmsh.exe
    Error creating thumbnail: Unable to save thumbnail to destination
    on Windows).
  3. Load one of the GetDP models (.pro file) through the File/Open menu, e.g. inductor.pro in the models/inductor directory for the simple inductor/core example.
  4. Click on Run.
  5. ... that's it!

Note that on Windows, depending on your computer security settings, you might have to explicitly allow the GetDP executable to be launched by Gmsh. Manually launch GetDP once by double-clicking on getdp.exe to allow this.

GetDP models

Basic templates

These are basic physical templates, that can either be used interactively to define new problems from scratch, or be included in other problem definition files.

Featured physical models

These are complete, parametric application examples, ready to be solved and modified.

Acoustics Electromagnetism Heat transfer Multi-physics

Advanced numerical techniques


All models

All GetDP models

How does it work?

GetDP input files (.pro files) can be instrumented to share parameters with the ONELAB server, through the same syntax as the one used in Gmsh.