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 ACE group from the Montefiore Institute at the University of Liège, and is released under the GNU GPL.
Contents
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:
- Download and uncompress the Gmsh/GetDP bundle for Windows64, Windows32, Linux64, Linux32 or MacOSX. (If you prefer you can of course also download and install Gmsh and GetDP independently.)
- Double-click on the Gmsh executable (gmsh.exe Error creating thumbnail: Unable to save thumbnail to destinationon Windows).
- Load one of the GetDP models (.pro file) through the File/Open menu, e.g. magnet.pro for the Template:GetDPFile example.
- Click on Run.
- ... that's it!
- Magnet-1.png
Launch Gmsh and load the GetDP model magnet.pro with the File/Open menu.
- Magnet-2.png
Click on Run to launch a computation. You can change any parameter and then Run again!
Featured GetDP models
- Electric Machines
- Electromechanical Relay
- Magnetodynamics with cohomology conditions
- Multiple scattering with Sommerfeld ABC and with Perfectly Matched Layer (PML)
- Time reversal in free space
All GetDP models
How does it work?
DefineConstant[ x = 1 ];
DefineConstant[ x = {1, Label "My variable"} ];
DefineConstant[ x = {1, Label "My variable", Min 0, Max 50, Step 5} ];
DefineConstant[ x = {1, Label "My variable", Min 0, Max 50, Step 5, Path "Variables/input/"} ];