[4064] in Software_Announce
Gmsh/GetDP installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Jun 4 12:47:03 2014
From: Alex T Prengel <alexp@MIT.EDU>
To: software-announce@mit.edu
Cc: alexp@mit.edu, cfyi@mit.edu
Date: Wed, 04 Jun 2014 12:46:32 -0400
I've installed Gmsh and GetDP on Athena. Gmsh is a 3d finite-element
mesh generator with built-in pre- and post-processing capabilities,
incorporating a GUI. GetDP is a finite-element solver integrated with
Gmsh. It uses mixed elements to discretize de Rahm-type complexes in
one, two and three dimensions.
To run these:
setup gmsh
gmsh & (to run Gmsh GUI)
gmsh <input files> <options> (to run gmsh in command-line mode)
getdp <input files> <options> (to run getdp in standalone mode)
Links to documentation and related information are at
http://ist.mit.edu/node/1408#Gmsh
Alex