/usr/share/ElmerGUI/edf-extra/saveline.xml is in elmer-common 6.1.0.svn.5396.dfsg-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE edf>
<edf version="1.0" >
<PDE Name="Save Line" >
<Name>SaveLine</Name>
<Solver>
<Parameter Widget="Edit" >
<Name> Procedure </Name>
<DefaultValue> "SaveData" "SaveLine" </DefaultValue>
</Parameter>
<Parameter Widget="Edit" >
<Name> Filename </Name>
<Type> String </Type>
<Whatis> The name of the file to save results in a matrix format. Additionally a
file with a suffix ".names" describing the content will be saved. </Whatis>
</Parameter>
<Parameter Widget="Edit" >
<Name> Comment </Name>
<Type> String </Type>
<Whatis> Free comment to be appended to the *.names file</Whatis>
</Parameter>
<Parameter Widget="CheckBox" >
<Name> Filename Numbering </Name>
<Type> Logical </Type>
<Whatis> Number the files with continous numbering so that existing filenames are not used. False is the default. </Whatis>
</Parameter>
<Parameter Widget="CheckBox" >
<Name> File Append </Name>
<Type> Logical </Type>
<Whatis> Append files when calling multiple times. False is the default. </Whatis>
</Parameter>
<Parameter Widget="Edit" >
<Name> Polyline Coordinates </Name>
<Type> Real </Type>
<Whatis> Save data on the line segments defined by two coordinate points. </Whatis>
</Parameter>
<Parameter Widget="CheckBox" >
<Name> Save Axis </Name>
<Type> Logical </Type>
<Whatis> Save data on main axis. False is the default. </Whatis>
</Parameter>
<Parameter Widget="CheckBox" >
<Name> Save Flux </Name>
<Type> Logical </Type>
<Whatis> Save a flux, e.g. the heat flux. False is the default. </Whatis>
<Activate>/SaveLine/Solver/Flux Variable</Activate>
<Activate>/SaveLine/Solver/Flux Coefficient</Activate>
</Parameter>
<Parameter Widget="Edit" Visible="False" Enabled="False" >
<Name>Flux Variable </Name>
<Type> String </Type>
<Whatis> The variable for flux computation. Temperature is the default.</Whatis>
</Parameter>
<Parameter Widget="Edit" Visible="False" Enabled="False" >
<Name>Flux Coefficient </Name>
<Type> String </Type>
<Whatis> The coefficient for flux computation. Heat conductivity is the default. </Whatis>
</Parameter>
</Solver>
<BoundaryCondition>
<Parameter Widget="Label" > <Name> Apply operators </Name> </Parameter>
<Parameter Widget="CheckBox" >
<Name> Save Line </Name>
<Type> Logical </Type>
<Whatis> Save the line on boundary where this is set true. </Whatis>
</Parameter>
</BoundaryCondition>
</PDE>
</edf>
|