Skip to content

Commit

Permalink
Deploying to master from @ DARMA-tasking/LB-analysis-framework@a245a02 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 26, 2024
1 parent 668064b commit 0f3f7f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ <h2><a href="#methods">Methods</a></h2>
<dt id="_LBAFApplication__print_statistics">
<span class="m-doc-wrap-bumper">def <a href="#_LBAFApplication__print_statistics" class="m-doc-self">_LBAFApplication__print_statistics</a>(</span><span class="m-doc-wrap">self,
phase: <a href="lbaf.Model.lbsPhase.Phase.html" class="m-doc">lbaf.Model.lbsPhase.Phase</a>,
phase_name: str)</span>
phase_name: str,
work_model: typing.Optional[<a href="lbaf.Model.lbsWorkModelBase.WorkModelBase.html" class="m-doc">lbaf.Model.lbsWorkModelBase.WorkModelBase</a>] = None)</span>
</dt>
<dd>Print a set of rank and edge statistics</dd>
<dt>
Expand All @@ -108,7 +109,9 @@ <h2><a href="#methods">Methods</a></h2>
(if configuration file path is relative it is searched in the current working directory and at the end in the
{PROJECT_PATH}/config directory)</dd>
<dt id="run">
<span class="m-doc-wrap-bumper">def <a href="#run" class="m-doc-self">run</a>(</span><span class="m-doc-wrap">self)</span>
<span class="m-doc-wrap-bumper">def <a href="#run" class="m-doc-self">run</a>(</span><span class="m-doc-wrap">self,
cfg = None,
cfg_dir = None)</span>
</dt>
<dd>Run the LBAF application.</dd>
</dl>
Expand Down

0 comments on commit 0f3f7f2

Please sign in to comment.