Skip to content

Commit

Permalink
Deploying to gh-pages from @ dae543f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bburke38 committed Jan 30, 2024
1 parent c2f1954 commit 296e481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mphys/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>mesh_file</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><em>pyNastran.bdf.bdf.BDF</em>) -- The BDF file or a pyNastran BDF object to load.</p></li>
<li><p><strong>mesh_file</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><a class="reference external" href="https://pynastran-git.readthedocs.io/en/latest/reference/bdf/pyNastran.bdf.bdf.html#pyNastran.bdf.bdf.BDF" title="(in pyNastran 1.4-dev v1.4-dev)"><em>pyNastran.bdf.bdf.BDF</em></a>) -- The BDF file or a pyNastran BDF object to load.</p></li>
<li><p><strong>assembler_setup</strong> (<a class="reference external" href="https://docs.python.org/3/library/collections.abc.html#collections.abc.Callable" title="(in Python v3.12)"><em>collections.abc.Callable</em></a><em>, </em><em>optional</em>) -- <p>User-defined callback function for modifying pyTACS assembler prior to initialization.
This is used for adding point mass DVs to the model. Defaults to None.
follows:</p>
Expand Down
4 changes: 2 additions & 2 deletions pytacs/pytacs_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>bdf</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><em>pyNastran.bdf.bdf.BDF</em>) -- The BDF file or a pyNastran BDF object to load.</p></li>
<li><p><strong>bdf</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><a class="reference external" href="https://pynastran-git.readthedocs.io/en/latest/reference/bdf/pyNastran.bdf.bdf.html#pyNastran.bdf.bdf.BDF" title="(in pyNastran 1.4-dev v1.4-dev)"><em>pyNastran.bdf.bdf.BDF</em></a>) -- The BDF file or a pyNastran BDF object to load.</p></li>
<li><p><strong>comm</strong> (<a class="reference external" href="https://mpi4py.readthedocs.io/en/stable/reference/mpi4py.MPI.Intracomm.html#mpi4py.MPI.Intracomm" title="(in MPI for Python v3.1)"><em>mpi4py.MPI.Intracomm</em></a>) -- The comm object on which to create the pyTACS object.</p></li>
<li><p><strong>dvNum</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) -- A user-supplied offset to the design variable
numbering. This is typically used with tacs+tripan when
Expand Down Expand Up @@ -552,7 +552,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<dd class="field-odd"><p><strong>bdfInfo</strong> -- pyNastran bdf object.</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p>pyNastran.bdf.bdf.BDF</p>
<dd class="field-even"><p><a class="reference external" href="https://pynastran-git.readthedocs.io/en/latest/reference/bdf/pyNastran.bdf.bdf.html#pyNastran.bdf.bdf.BDF" title="(in pyNastran 1.4-dev v1.4-dev)">pyNastran.bdf.bdf.BDF</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion pytacs/static.html
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>bdfFile</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><em>pyNastran.bdf.bdf.BDF</em><em> or </em><em>None</em>) -- Name of file to write BDF file to. Only required on root proc,
<li><p><strong>bdfFile</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> or </em><a class="reference external" href="https://pynastran-git.readthedocs.io/en/latest/reference/bdf/pyNastran.bdf.bdf.html#pyNastran.bdf.bdf.BDF" title="(in pyNastran 1.4-dev v1.4-dev)"><em>pyNastran.bdf.bdf.BDF</em></a><em> or </em><em>None</em>) -- Name of file to write BDF file to. Only required on root proc,
can be None otherwise.</p></li>
<li><p><strong>loadCaseID</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) -- NASTARAN loadcase ID to assign loads to in BDF.</p></li>
</ul>
Expand Down

0 comments on commit 296e481

Please sign in to comment.