<?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=Material.sdof</id>
		<title>Material.sdof - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://nemesis-project.org/index.php?action=history&amp;feed=atom&amp;title=Material.sdof"/>
		<link rel="alternate" type="text/html" href="https://nemesis-project.org/index.php?title=Material.sdof&amp;action=history"/>
		<updated>2026-04-21T14:13:30Z</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=Material.sdof&amp;diff=2035&amp;oldid=prev</id>
		<title>Fotis at 08:34, 12 July 2007</title>
		<link rel="alternate" type="text/html" href="https://nemesis-project.org/index.php?title=Material.sdof&amp;diff=2035&amp;oldid=prev"/>
				<updated>2007-07-12T08:34:47Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 08:34, 12 July 2007&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 30:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 30:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;print node.data(2)[&amp;quot;disp&amp;quot;][0]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;print node.data(2)[&amp;quot;disp&amp;quot;][0]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[Category:User guide]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Fotis</name></author>	</entry>

	<entry>
		<id>https://nemesis-project.org/index.php?title=Material.sdof&amp;diff=1999&amp;oldid=prev</id>
		<title>Fotis at 19:49, 27 June 2007</title>
		<link rel="alternate" type="text/html" href="https://nemesis-project.org/index.php?title=Material.sdof&amp;diff=1999&amp;oldid=prev"/>
				<updated>2007-06-27T19:49:36Z</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;
# Set domain's dimension&lt;br /&gt;
domain.dim(1)&lt;br /&gt;
&lt;br /&gt;
# Add nodes&lt;br /&gt;
node.add(1,0.)&lt;br /&gt;
node.add(2,2.)&lt;br /&gt;
&lt;br /&gt;
# Add materials/sections&lt;br /&gt;
material.uniElastic(1, 1.,0.)&lt;br /&gt;
section.rect(1, 1.,1.)&lt;br /&gt;
material.sdof(2, 1.,1.) &lt;br /&gt;
&lt;br /&gt;
# Add element&lt;br /&gt;
element.bar2s(1, 1,2,1,1)&lt;br /&gt;
element.sdof(2,2,1,2)&lt;br /&gt;
&lt;br /&gt;
# Fix node 1, dof 1&lt;br /&gt;
node.fix(1,1)&lt;br /&gt;
&lt;br /&gt;
# Define loadcase &lt;br /&gt;
lc.define(1)&lt;br /&gt;
load.node(2,1,1.)&lt;br /&gt;
&lt;br /&gt;
# Run analysis &lt;br /&gt;
analysis.static()&lt;br /&gt;
analysis.run(1,1)&lt;br /&gt;
&lt;br /&gt;
# Print results (x-displacements on node 2)&lt;br /&gt;
print node.data(2)[&amp;quot;disp&amp;quot;][0]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fotis</name></author>	</entry>

	</feed>