Getting Started with ElmerGUI in Ubuntu

The graphical user interface of Elmer
Post Reply
annier
Posts: 1168
Joined: 27 Aug 2013, 13:51
Antispam: Yes

Getting Started with ElmerGUI in Ubuntu

Post by annier »

Hi All,
Many solvers' xml files are in /path/to/Elmer/Installation/share/ElmerGUI/edf-extra/ directory and they need to be transferrred into the /path/to/Elmer/Installation/share/ElmerGUI/edf/ directory as ElmerGUI interface looks for solver xml files into the edf directory by default. This situation has been expressed in this post.
This can be done in the way as mentioned in the post:
annier wrote:Getting Started with ElmerGUI Tutorials
1. At the ElmerGUI directory in ~/elmer/install/share/ directory,copy the contents(.xml files) of edf-extra folder to edf folder

Code: Select all

$ cp ~/elmer/install/share/ElmerGUI/edf-extra/*  ~/elmer/install/share/ElmerGUI/edf/ 
The above code is for the context of Elmer installed in home directory.
or, in general, the code is:

Code: Select all

$ cp /path/of/elmer/installation/share/ElmerGUI/edf-extra/*  /path/of/elmer/installation/share/ElmerGUI/edf/ 
The /* means, all files will be selected for copying into another directory.

Yours Sincerely
Anil Kunwar
Anil Kunwar
Faculty of Mechanical Engineering, Silesian University of Technology, Gliwice
Post Reply