Files
IFEM/Apps/Common/Test/refdata/nodal_2D_V2.xinp
Arne Morten Kvarving b725819af4 added: SIMNodalConstraint
this is a wrapper for SIMxD which equips it with the
ability to constrain a dof on a patch / face / edge / vertex
to the same dof in a given vertex.

useful for applying rigid body motion to parts of a model.
2016-01-31 13:49:45 +01:00

14 lines
340 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simulation>
<geometry>
<refine patch="1" u="7" v="7"/>
<topologysets>
<set name="V2" type="vertex">
<item patch="1">2</item>
</set>
</topologysets>
</geometry>
<constraintovertex set="V2" patch="1" vertex="1" comp="1" basis="1"/>
</simulation>