/usr/share/sofa/examples/CUDA/cube10x10x10-testTLED.scn is in sofa-data 1.0~beta4-9.
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 | <Node name="root" dt="0.00095" showBehaviorModels="1" showCollisionModels="0" showMappings="0" showForceFields="1" gravity="0 -9.8 0">
<Node name="Cube">
<Object type="CentralDifferenceSolver" rayleighMass="5" />
<Object type="RegularGrid"
nx="15" ny="15" nz="15"
xmin="0" xmax="0.1"
ymin="0" ymax="0.1"
zmin="0" zmax="0.1"
/>
<Object type="MechanicalObject" template="CudaVec3f" />
<Object type="UniformMass" totalmass="1" />
<Object type="BoxConstraint" box="0.0 0.0 0.0 0.1 0.0 0.1" />
<Object type="CudaTetrahedronSuperTLEDForceField" name="FEM" youngModulus="3000" poissonRatio="0.45" viscoelasticity="0" anisotropy="0" preferredDirection="0 0.707 0.707"/>
</Node>
</Node>
|