This file is indexed.

/usr/share/sofa/examples/Benchmark/Accuracy/cylinder_TLEDTetraSolution.scn is in sofa-data 1.0~beta4-11.

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
<!-- SOFA - Validation environment -->
<!-- Cylindrical beam under gravity : TLED Tetrahedra Solution -->
<!-- Date : 24/02/09 -->

<Node name="root" dt="0.00005" showBehaviorModels="1" showCollisionModels="0" showMappings="0" showForceFields="0">
	<Object type="Gravity" name="G" gravity="0 -9.8 0" />
	
	<!-- Phantom Solution -->
    <Node name="Reference">
        <Node name="Visual">
            <Object type="OglModel" filename="mesh/truthCylinder-Deformed.obj" color="0.5 0.5 0.5 0.5" scale="1.0" />
        </Node>
        <Node name="EndPoint">
            <Object type="MechanicalObject" position="0.0 -0.119383 0.126842" />
            <Object type="FixedConstraint" indices="0" />
        </Node>
        <Node name="Surface">
            <Object type="MeshLoader" filename="mesh/truthCylinder-Deformed.obj" />
            <Object type="Mesh"  />
            <Object type="MechanicalObject" scale="1.0" />
            <Object type="Triangle" />
            <Object type="Line" />
            <Object type="Point" />
        </Node>
	</Node>
	
	<!-- FEM TLED Tetrahedra Solution -->
	<Node name="CylinderFEMTetra">
        <Object type="CentralDifferenceSolver" rayleighMass="5"/>
		<Object type="MeshLoader"  filename="mesh/cylinder_Hexa.msh" /> 
		<Object type="Mesh" />
		<Object type="MechanicalObject" template="CudaVec3f"/>
		<Object type="UniformMass" totalmass="0.216" />
		<Object type="BoxConstraint" box="-0.020 -0.020 -0.001 0.020 0.020 .001" fixAll="0" />
        <Object type="CudaTetrahedronSuperTLEDForceField" name="FEM" youngModulus="60000" poissonRatio="0.49" viscoelasticity="0" anisotropy="0" preferredDirection="0 0.707 0.707"/>
	</Node>
</Node>