Skip to content

Commit

Permalink
Deploying to main from @ AMReX-Codes/amrex@30738c6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 24, 2024
1 parent 148d0dc commit e775739
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amrex/docs_html/EB.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</pre></div>
</div>
<p>Alternatively, the EB information can be initialized from an STL file
specified by a <code class="code highlight cpp c++ docutils literal highlight-c++"><span class="n">ParmParse</span><span class="w"></span></code> parameter <code class="docutils literal notranslate"><span class="pre">eb2.stl_file</span></code>. The
specified by a <code class="code highlight cpp c++ docutils literal highlight-c++"><span class="n">ParmParse</span><span class="w"></span></code> parameter <code class="docutils literal notranslate"><span class="pre">eb2.stl_file</span></code>. (This also requires setting <code class="docutils literal notranslate"><span class="pre">eb2.geom_type</span> <span class="pre">=</span> <span class="pre">stl</span></code>.) The
initialization is done by calling</p>
<div class="highlight-c++ notranslate"><div class="highlight"><pre><span></span><span class="n">EB2</span><span class="o">::</span><span class="n">Build</span><span class="w"> </span><span class="p">(</span><span class="k">const</span><span class="w"> </span><span class="n">Geometry</span><span class="o">&amp;</span><span class="w"> </span><span class="n">geom</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="kt">int</span><span class="w"> </span><span class="n">required_coarsening_level</span><span class="p">,</span><span class="w"></span>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion amrex/docs_html/_sources/EB.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here is a simple example of initialize the database for an embedded sphere.
EB2::Build(shop, geom, 0, 0);

Alternatively, the EB information can be initialized from an STL file
specified by a :cpp:`ParmParse` parameter ``eb2.stl_file``. The
specified by a :cpp:`ParmParse` parameter ``eb2.stl_file``. (This also requires setting ``eb2.geom_type = stl``.) The
initialization is done by calling

.. highlight:: c++
Expand Down
2 changes: 1 addition & 1 deletion amrex/docs_html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit e775739

Please sign in to comment.