<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://nemesis-project.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://nemesis-project.org/index.php?action=history&amp;feed=atom&amp;title=Wrench.slv</id>
		<title>Wrench.slv - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://nemesis-project.org/index.php?action=history&amp;feed=atom&amp;title=Wrench.slv"/>
		<link rel="alternate" type="text/html" href="https://nemesis-project.org/index.php?title=Wrench.slv&amp;action=history"/>
		<updated>2026-04-21T14:21:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>https://nemesis-project.org/index.php?title=Wrench.slv&amp;diff=2009&amp;oldid=prev</id>
		<title>Fotis at 16:01, 8 July 2007</title>
		<link rel="alternate" type="text/html" href="https://nemesis-project.org/index.php?title=Wrench.slv&amp;diff=2009&amp;oldid=prev"/>
				<updated>2007-07-08T16:01:02Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
from extras.mesh import trigen&lt;br /&gt;
&lt;br /&gt;
# domain&lt;br /&gt;
domain.planeStress(1.)&lt;br /&gt;
domain.gravity(0,-1,0)&lt;br /&gt;
db.SQLite(&amp;quot;bench&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
# materials&lt;br /&gt;
material.elastic(1,200e3,0.33,0.)&lt;br /&gt;
&lt;br /&gt;
# mesh&lt;br /&gt;
trigen.file='wrench'&lt;br /&gt;
trigen.info=1&lt;br /&gt;
trigen.iDxf()&lt;br /&gt;
trigen.mesh(2,20.)&lt;br /&gt;
&lt;br /&gt;
# loadcase&lt;br /&gt;
lc.define(1)&lt;br /&gt;
trigen.lineLoad(1,2,2,-2.,-2.)&lt;br /&gt;
&lt;br /&gt;
# analysis&lt;br /&gt;
analysis.static()&lt;br /&gt;
reorder.rCM()&lt;br /&gt;
soe.band()&lt;br /&gt;
analysis.run(1,1)&lt;br /&gt;
&lt;br /&gt;
#results&lt;br /&gt;
print &amp;quot;uy = &amp;quot;,node.data(1)['disp'][1]&lt;br /&gt;
db.store(&amp;quot;wrench&amp;quot;)&lt;br /&gt;
db.exportToVtk(&amp;quot;wrench&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Input Files]]&lt;/div&gt;</summary>
		<author><name>Fotis</name></author>	</entry>

	</feed>