Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomas-maurice/igafemgui
Gui interface for executing Octave scripts and remote HPC them. Written for the Institute of Mechanics and Advanced Materials of Cardiff
https://github.com/thomas-maurice/igafemgui
Last synced: 5 days ago
JSON representation
Gui interface for executing Octave scripts and remote HPC them. Written for the Institute of Mechanics and Advanced Materials of Cardiff
- Host: GitHub
- URL: https://github.com/thomas-maurice/igafemgui
- Owner: thomas-maurice
- License: gpl-3.0
- Created: 2014-09-11T06:44:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T06:44:51.000Z (about 10 years ago)
- Last Synced: 2023-05-17T20:50:19.181Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
igafem
----------------------------------------
by Thomas MauriceThis program provide a handy user interface to
Phu Vinh Nguyen FEM Octave code. This is used
to easily change some parameters and launch the
simulation without having to modify the sources.* COMPILE
To compile this program you need to install
gtkmm 3.0 and libxml++ 2.6You also need CMake.
Go into the source directory, if you want to make
a separate build directory then
$ mkdir build && cd build
then
$ cmake ..If you did not create a build directory just
$ cmake .In both cases run
$ makeAnd here you go
* USAGE
Just type ./igafemgui to launch the program. At the first
launch, a directory will be created in your home at
~/.igafemguiThis will contain config.xml and a subfolder files/
The files/ subfolder is used to store the information
about the Octave scripts to be launched (for example some
piece of description, a parameter list and some other
stuff)You can edit two XML tags in the config file:
* basefem which contains all the FEM code
* base file which should point to $HOME/.igafemgui/files
You can also edit it via Configuration > Edit in the
main window of the program.The developpement documentation for the program can be built
using Doxygen. Type doxygen Doxyfile and then open
doxygen/html/index.html to access the documentation