This file is indexed.

/usr/share/ElmerGUI/edf-extra/resultoutput.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
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE edf>
<edf version="1.0" >
  <PDE Name="Result Output" >
    <Name> Result Output </Name>
    
    <Equation>
      <Parameter Widget="Label">
        <Name> Free text input </Name>
      </Parameter>
      
      <Parameter Widget="TextEdit" Enabled="True">
	<Name> Free text </Name>
	<Type> String </Type>
	<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
	<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
      </Parameter>
    </Equation>

    <Solver>
      <Parameter Widget="Edit" >
        <Name> Procedure </Name>
        <DefaultValue> "ResultOutputSolve" "ResultOutputSolver" </DefaultValue>
      </Parameter>
      
      <Parameter Widget="CheckBox" Enabled="True" Visible="False">
        <Name> No Matrix Equation </Name>  
        <DefaultValue> True </DefaultValue>
      </Parameter>

      <Parameter Widget="Combo" >
        <Name> Output Format </Name>
        <Type> String </Type>
        <Whatis>Result output file format.</Whatis>
        <Item> <Name> Vtu </Name> </Item>
        <Item> <Name> Vtk </Name> </Item>
        <Item> <Name> Dx </Name> </Item>
        <Item> <Name> Gmsh </Name> </Item>
        <Item> <Name> GiD </Name> </Item>
      </Parameter>

      <Parameter Widget="CheckBox">
        <Name> Binary Output </Name>  
        <DefaultValue> False </DefaultValue>
        <Whatis> Use binary format when available (vtu). </Whatis>
      </Parameter>

      <Parameter Widget="CheckBox">
        <Name> Single Precision </Name>  
        <DefaultValue> False </DefaultValue>
        <Whatis> Use single precision when available (vtu). </Whatis>
      </Parameter>


      <Parameter Widget="Edit" >
        <Name> Output File Name </Name>
	<DefaultValue> case </DefaultValue>
        <Whatis> Name of the file in which results are exported. </Whatis>
      </Parameter> 

       <Parameter Widget="Label"> <Name>Scalar Fields</Name> </Parameter>
         <Parameter Widget="Edit">
           <Name>Scalar Field 1 </Name>
           <Activate> /Result Output/Solver/Scalar Field 2</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Scalar Field 2 </Name>
           <Activate> /Result Output/Solver/Scalar Field 3</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Scalar Field 3 </Name>
           <Activate> /Result Output/Solver/Scalar Field 4</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Scalar Field 4 </Name>
           <Activate> /Result Output/Solver/Scalar Field 5</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Scalar Field 5 </Name>
           <Activate> /Result Output/Solver/Scalar Field 6</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Scalar Field 6 </Name>
         </Parameter>

         <Parameter Widget="Label"> <Name>Vector Fields</Name> </Parameter>
         <Parameter Widget="Edit">
           <Name>Vector Field 1 </Name>
           <Activate> /Result Output/Solver/Vector Field 2</Activate>
         </Parameter>
         <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Vector Field 2 </Name>
           <Activate> /Result Output/Solver/Vector Field 3</Activate>
         </Parameter>
           <Parameter Widget="Edit" Enabled="False" Visible="False">
           <Name>Vector Field 3 </Name>
         </Parameter>

         <Parameter Widget="Label">
           <Name> Free text input </Name>
         </Parameter>
	 
	 <Parameter Widget="TextEdit" Enabled="True">
	   <Name> Free text </Name>
	   <Type> String </Type>
	   <Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>
	   <StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>
	 </Parameter>
    </Solver>    
  </PDE>
</edf>