Skip to content

Commit

Permalink
cmp - rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Jun 26, 2024
1 parent ea807d4 commit 4ff2214
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 116 deletions.
56 changes: 28 additions & 28 deletions examples/chopra-10.4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ <h2 id="instructions-on-how-to-run-this-example">Instructions on how to run this


<a class="nav-link active "
id="adcefb-tab" data-bs-toggle="tab" data-bs-target="#adcefb"
id="cbafed-tab" data-bs-toggle="tab" data-bs-target="#cbafed"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="efdbac-tab" data-bs-toggle="tab" data-bs-target="#efdbac"
id="dfaecb-tab" data-bs-toggle="tab" data-bs-target="#dfaecb"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -408,7 +408,7 @@ <h2 id="instructions-on-how-to-run-this-example">Instructions on how to run this



<div class="tab-pane fade show active " id="adcefb" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="cbafed" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>python EigenAnal_twoStoryShearFrame8.py
</span></span></code></pre></div>
Expand All @@ -420,7 +420,7 @@ <h2 id="instructions-on-how-to-run-this-example">Instructions on how to run this



<div class="tab-pane fade show " id="efdbac" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="dfaecb" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>python -m opensees EigenAnal_twoStoryShearFrame8.tcl
</span></span></code></pre></div>
Expand Down Expand Up @@ -448,13 +448,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="afcedb-tab" data-bs-toggle="tab" data-bs-target="#afcedb"
id="bfaedc-tab" data-bs-toggle="tab" data-bs-target="#bfaedc"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="eabdfc-tab" data-bs-toggle="tab" data-bs-target="#eabdfc"
id="edfacb-tab" data-bs-toggle="tab" data-bs-target="#edfacb"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -470,7 +470,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="afcedb" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="bfaedc" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span><span style="font-weight:bold">import</span> <span style="color:#555">opensees.openseespy</span> <span style="font-weight:bold">as</span> <span style="color:#555">ops</span>
</span></span><span style="display:flex;"><span>
Expand All @@ -484,7 +484,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="eabdfc" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="edfacb" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-Tcl" data-lang="Tcl"><span style="display:flex;"><span><span style="color:#008080">model</span> BasicBuilder <span style="font-weight:bold">-</span>ndm <span style="color:#099">2</span> <span style="font-weight:bold">-</span>ndf <span style="color:#099">3</span>
</span></span></code></pre></div>
Expand Down Expand Up @@ -512,13 +512,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="bfdaec-tab" data-bs-toggle="tab" data-bs-target="#bfdaec"
id="cfabde-tab" data-bs-toggle="tab" data-bs-target="#cfabde"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="edfbca-tab" data-bs-toggle="tab" data-bs-target="#edfbca"
id="fdeabc-tab" data-bs-toggle="tab" data-bs-target="#fdeabc"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -534,7 +534,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="bfdaec" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="cfabde" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>node(<span style="color:#099">1</span>, <span style="color:#099">0.</span>, <span style="color:#099">0.</span>)
</span></span><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>node(<span style="color:#099">2</span>, L , <span style="color:#099">0.</span>)
Expand All @@ -551,7 +551,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="edfbca" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="fdeabc" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-tcl" data-lang="tcl"><span style="display:flex;"><span><span style="color:#008080">node</span> <span style="color:#099">1</span> <span style="color:#099">0</span>. <span style="color:#099">0</span>. <span style="font-weight:bold">;</span>
</span></span><span style="display:flex;"><span><span style="color:#008080">node</span> <span style="color:#099">2</span> <span style="color:#008080">$L</span> <span style="color:#099">0</span>. <span style="font-weight:bold">;</span>
Expand Down Expand Up @@ -581,13 +581,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="aebcfd-tab" data-bs-toggle="tab" data-bs-target="#aebcfd"
id="cdfaeb-tab" data-bs-toggle="tab" data-bs-target="#cdfaeb"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="bfecda-tab" data-bs-toggle="tab" data-bs-target="#bfecda"
id="cfdbea-tab" data-bs-toggle="tab" data-bs-target="#cfdbea"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -603,7 +603,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="aebcfd" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="cdfaeb" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>fix(<span style="color:#099">1</span>, <span style="color:#099">1</span>, <span style="color:#099">1</span>, <span style="color:#099">1</span>)
</span></span><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>fix(<span style="color:#099">2</span>, <span style="color:#099">1</span>, <span style="color:#099">1</span>, <span style="color:#099">1</span>)
Expand All @@ -616,7 +616,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="bfecda" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="cfdbea" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-tcl" data-lang="tcl"><span style="display:flex;"><span><span style="color:#008080">fix</span> <span style="color:#099">1</span> <span style="color:#099">1</span> <span style="color:#099">1</span> <span style="color:#099">1</span><span style="font-weight:bold">;</span>
</span></span><span style="display:flex;"><span><span style="color:#008080">fix</span> <span style="color:#099">2</span> <span style="color:#099">1</span> <span style="color:#099">1</span> <span style="color:#099">1</span><span style="font-weight:bold">;</span>
Expand Down Expand Up @@ -644,13 +644,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="cedafb-tab" data-bs-toggle="tab" data-bs-target="#cedafb"
id="bedfac-tab" data-bs-toggle="tab" data-bs-target="#bedfac"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="dafcbe-tab" data-bs-toggle="tab" data-bs-target="#dafcbe"
id="cfdabe-tab" data-bs-toggle="tab" data-bs-target="#cfdabe"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -666,7 +666,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="cedafb" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="bedfac" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>mass(<span style="color:#099">3</span>, m , <span style="color:#099">0.</span>, <span style="color:#099">0.</span> )
</span></span><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>mass(<span style="color:#099">4</span>, m , <span style="color:#099">0.</span>, <span style="color:#099">0.</span> )
Expand All @@ -681,7 +681,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="dafcbe" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="cfdabe" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-tcl" data-lang="tcl"><span style="display:flex;"><span><span style="color:#008080">mass</span> <span style="color:#099">3</span> <span style="color:#008080">$m</span> <span style="color:#099">0</span>. <span style="color:#099">0</span>. <span style="font-weight:bold">;</span>
</span></span><span style="display:flex;"><span><span style="color:#008080">mass</span> <span style="color:#099">4</span> <span style="color:#008080">$m</span> <span style="color:#099">0</span>. <span style="color:#099">0</span>. <span style="font-weight:bold">;</span>
Expand Down Expand Up @@ -714,13 +714,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="fdbcea-tab" data-bs-toggle="tab" data-bs-target="#fdbcea"
id="fcdaeb-tab" data-bs-toggle="tab" data-bs-target="#fcdaeb"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="bfcade-tab" data-bs-toggle="tab" data-bs-target="#bfcade"
id="debcaf-tab" data-bs-toggle="tab" data-bs-target="#debcaf"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -736,7 +736,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="fdbcea" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="fcdaeb" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>element(<span style="color:#b84">&#34;ElasticBeamColumn&#34;</span>, <span style="color:#099">1</span>, <span style="color:#099">1</span>, <span style="color:#099">3</span>, Ac, Ec, <span style="color:#099">2.</span><span style="font-weight:bold">*</span>Ic, TransfTag)
</span></span><span style="display:flex;"><span>model<span style="font-weight:bold">.</span>element(<span style="color:#b84">&#34;ElasticBeamColumn&#34;</span>, <span style="color:#099">2</span>, <span style="color:#099">3</span>, <span style="color:#099">5</span>, Ac, Ec, Ic, TransfTag)
Expand All @@ -753,7 +753,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="bfcade" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="debcaf" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-tcl" data-lang="tcl"><span style="display:flex;"><span><span style="color:#008080">element</span> elasticBeamColumn <span style="color:#099">1</span> <span style="color:#099">1</span> <span style="color:#099">3</span> <span style="color:#008080">$Ac</span> <span style="color:#008080">$Ec</span> <span style="font-weight:bold">[expr</span> <span style="color:#099">2</span>.<span style="font-weight:bold">*</span><span style="color:#008080">$Ic</span><span style="font-weight:bold">]</span> <span style="color:#008080">$TransfTag</span><span style="font-weight:bold">;</span>
</span></span><span style="display:flex;"><span><span style="color:#008080">element</span> elasticBeamColumn <span style="color:#099">2</span> <span style="color:#099">3</span> <span style="color:#099">5</span> <span style="color:#008080">$Ac</span> <span style="color:#008080">$Ec</span> <span style="color:#008080">$Ic</span> <span style="color:#008080">$TransfTag</span><span style="font-weight:bold">;</span>
Expand Down Expand Up @@ -791,13 +791,13 @@ <h2 id="create-the-model">Create the model</h2>


<a class="nav-link active "
id="eabdfc-tab" data-bs-toggle="tab" data-bs-target="#eabdfc"
id="becfda-tab" data-bs-toggle="tab" data-bs-target="#becfda"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Python</a>



<a class="nav-link "
id="befacd-tab" data-bs-toggle="tab" data-bs-target="#befacd"
id="dbcefa-tab" data-bs-toggle="tab" data-bs-target="#dbcefa"
type="button" role="tab" aria-controls="nav-home" aria-selected="true">Tcl</a>


Expand All @@ -813,7 +813,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show active " id="eabdfc" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show active " id="becfda" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span><span style="font-weight:bold">for</span> k <span style="font-weight:bold">in</span> <span style="color:#999">range</span>(numModes):
</span></span><span style="display:flex;"><span> model<span style="font-weight:bold">.</span>recorder(<span style="color:#b84">&#34;Node&#34;</span>, <span style="color:#b84">f</span><span style="color:#b84">&#34;eigen </span><span style="color:#b84">{</span>k<span style="color:#b84">}</span><span style="color:#b84">&#34;</span>, file<span style="font-weight:bold">=</span><span style="color:#b84">f</span><span style="color:#b84">&#34;modes/mode</span><span style="color:#b84">{</span>k<span style="color:#b84">}</span><span style="color:#b84">.out&#34;</span>, nodeRange<span style="font-weight:bold">=</span>[<span style="color:#099">1</span>, <span style="color:#099">6</span>], dof<span style="font-weight:bold">=</span>[<span style="color:#099">1</span>, <span style="color:#099">2</span>, <span style="color:#099">3</span>])
Expand All @@ -826,7 +826,7 @@ <h2 id="create-the-model">Create the model</h2>



<div class="tab-pane fade show " id="befacd" role="tabpanel" aria-labelledby="nav-1">
<div class="tab-pane fade show " id="dbcefa" role="tabpanel" aria-labelledby="nav-1">

<div class="highlight"><pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-tcl" data-lang="tcl"><span style="display:flex;"><span><span style="font-weight:bold">foreach</span> k <span style="font-weight:bold">[</span><span style="color:#008080">range</span> <span style="color:#008080">$numModes</span><span style="font-weight:bold">]</span> <span style="font-weight:bold">{</span>
</span></span><span style="display:flex;"><span> <span style="color:#008080">recorder</span> Node <span style="font-weight:bold">-</span>file <span style="font-weight:bold">[</span><span style="color:#999">format</span> <span style="color:#b84">&#34;modes/mode%i.out&#34;</span> <span style="color:#008080">$k</span><span style="font-weight:bold">]</span> <span style="font-weight:bold">-</span>nodeRange <span style="color:#099">1</span> <span style="color:#099">6</span> <span style="font-weight:bold">-</span>dof <span style="color:#099">1</span> <span style="color:#099">2</span> <span style="color:#099">3</span> <span style="color:#b84">&#34;eigen $k&#34;</span>
Expand Down
Loading

0 comments on commit 4ff2214

Please sign in to comment.