<ttclass="descname">buildMeshedAvatar</tt><big>(</big><em>model</em>, <em>material</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.buildMeshedAvatar"title="Permalink to this definition">¶</a></dt>
<ttclass="descname">computeNormal</tt><big>(</big><em>n</em>, <em>e</em>, <em>reverse</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.computeNormal"title="Permalink to this definition">¶</a></dt>
<ttclass="descname">extrudePhysicalEntity</tt><big>(</big><em>pE</em>, <em>length</em>, <em>reverse=False</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.extrudePhysicalEntity"title="Permalink to this definition">¶</a></dt>
<li>material: a given material</li>
<dd><p>Extrude an external layer of mesh.</p>
</ul>
<p>This functions use the nodes of a physical entity
to create the node extrusion and the corresponding element
in the mesh. Linear elements only !!! Physical entities are
created with prefix ‘E’ for the extruded elements and ‘P’
for the projected nodes.</p>
<p>To work, the rankRenumbering function must have been called beforehand,
and the elements correctly oriented. At this time only ‘S2xxx’ and ‘T3xxx’
element are supported.</p>
<p>parameters:
- pE : physical entity name to extrude from
- length : size of extrusion along the computed normals</p>
@@ -324,23 +324,29 @@ bodies read from BODIES.DAT and initialize property sets.</p>
...
@@ -324,23 +324,29 @@ bodies read from BODIES.DAT and initialize property sets.</p>
<dlclass="function">
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniDof">
<dtid="pylmgc90.chipy.chipy.ReadIniDof">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniDof</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniDof"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniDof"title="Permalink to this definition">¶</a></dt>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniDof</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniDof"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniDof"title="Permalink to this definition">¶</a></dt>
<dd><p>Read DOF.INI file in DATBOX directory.</p>
<dd><p>Read DOF file.
<p>Must be called after LoadBehaviours.</p>
If step > 0 read OUTBOX/DOF.OUT.step file,
otherwise read DATBOX/DOF.INI file
Must be called after LoadBehaviours.</p>
</dd></dl>
</dd></dl>
<dlclass="function">
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniGPV">
<dtid="pylmgc90.chipy.chipy.ReadIniGPV">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniGPV</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniGPV"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniGPV"title="Permalink to this definition">¶</a></dt>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniGPV</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniGPV"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniGPV"title="Permalink to this definition">¶</a></dt>
<dd><p>Read GPV.INI file in DATBOX directory.</p>
<dd><p>Read GPV.INI.
<p>Must be called after LoadModels.</p>
If step > 0 read OUTBOX/GPV.OUT.step file,
otherwise read DATBOX/GPV.INI file
Must be called after LoadModels.</p>
</dd></dl>
</dd></dl>
<dlclass="function">
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniVlocRloc">
<dtid="pylmgc90.chipy.chipy.ReadIniVlocRloc">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniVlocRloc</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniVlocRloc"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniVlocRloc"title="Permalink to this definition">¶</a></dt>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniVlocRloc</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniVlocRloc"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniVlocRloc"title="Permalink to this definition">¶</a></dt>
<dd><p>Read VlocRloc.INI file in DATBOX directory.</p>
<dd><p>Read VlocRloc file.
<p>Must be called after LoadTactors.</p>
If step > 0 read OUTBOX/VlocRloc.OUT.step file,