Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf/egini.xml
3204 views
1
<!DOCTYPE egini>
2
<egini version="1.0">
3
4
Default width for the main window at startup:
5
<width> 800 </width>
6
7
Default height for the main window at startup:
8
<height> 600 </height>
9
10
Show splash screen at startup:
11
<splashscreen> 1 </splashscreen>
12
13
Show system tray icon while running:
14
<systrayicon> 1 </systrayicon>
15
16
Show system tray messages:
17
<systraymessages> 1 </systraymessages>
18
19
System tray message duration in millisecons:
20
<systraymsgduration> 3000 </systraymsgduration>
21
22
Default image quality (-1 [sys] or 1 ... 100):
23
<defaultimagequality> -1 </defaultimagequality>
24
25
Screen shot delay (unit is milliseconds):
26
<screenshotdelay> 2000 </screenshotdelay>
27
28
Default directory for open/save dialogs (unix):
29
<unixdefaultdir> </unixdefaultdir>
30
31
Default directory for open/save dialogs (win32):
32
<win32defaultdir> C:\ </win32defaultdir>
33
34
Default directory for open/save dialogs (macx):
35
<macxdefaultdir> </macxdefaultdir>
36
37
Check the presence of external components: (ElmerSolver, ElmerPost, ...)
38
<checkexternalcomponents> 0 </checkexternalcomponents>
39
40
Hide toolbars:
41
<hidetoolbars> 0 </hidetoolbars>
42
43
Show convergence monitor during solution:
44
<showconvergence> 1 </showconvergence>
45
46
Draw background image:
47
<bgimage> 0 </bgimage>
48
49
Background image file:
50
<bgimagefile> :/images/bgimage.png </bgimagefile>
51
52
Align background image to the bottom right corner of the screen:
53
<bgimagealignright> 0 </bgimagealignright>
54
55
Stretch background image to fit the display area (overrides align):
56
<bgimagestretch> 1 </bgimagestretch>
57
58
Deprecated: Maximum number of solvers / equation:
59
<max_solvers> 25 </max_solvers>
60
61
Deprecated: Maximum number of equations:
62
<max_equations> 25 </max_equations>
63
64
Deprecated: Maximum number of materials:
65
<max_materials> 25 </max_materials>
66
67
Deprecated: Maximum number of bodyforces:
68
<max_bodyforces> 25 </max_bodyforces>
69
70
Deprecated: Maximum number of initial conditions:
71
<max_initialconditions> 25 </max_initialconditions>
72
73
Deprecated: Maximum number of bcs:
74
<max_bcs> 500 </max_bcs>
75
76
Deprecated: Maximum number of bodies:
77
<max_bodies> 100 </max_bodies>
78
79
Deprecated: Maximum number of boundaries:
80
<max_boundaries> 500 </max_boundaries>
81
82
Autoshow geometry viewer after loading geometry input files:
83
<autoview> 1 </autoview>
84
85
Autostart meshing after having opened a geometry input file:
86
<automesh> 1 </automesh>
87
88
Allowable deflection for surface triangulation (occ):
89
<deflection> 0.00025 </deflection>
90
91
</egini>
92
93