Skip to content

Commit

Permalink
Deploying to gh-pages from @ 49a2616 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Jul 12, 2024
1 parent 0955250 commit 51cf063
Show file tree
Hide file tree
Showing 16 changed files with 5,581 additions and 5,511 deletions.
2 changes: 1 addition & 1 deletion doxygen/cfd__dem__coupling_8cc_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@
<div class="ttc" id="aclassGLSVANSSolver_html"><div class="ttname"><a href="classGLSVANSSolver.html">GLSVANSSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="gls__vans_8h_source.html#l00115">gls_vans.h:116</a></div></div>
<div class="ttc" id="aclassGLSVANSSolver_html_a938ebc83377361602c801822e567616d"><div class="ttname"><a href="classGLSVANSSolver.html#a938ebc83377361602c801822e567616d">GLSVANSSolver::monitor_mass_conservation</a></div><div class="ttdeci">virtual void monitor_mass_conservation()</div><div class="ttdef"><b>Definition:</b> <a href="gls__vans_8cc_source.html#l01799">gls_vans.cc:1799</a></div></div>
<div class="ttc" id="aclassNavierStokesBase_html_a57ffa198f9fabb15e3af4c9fa2921e18"><div class="ttname"><a href="classNavierStokesBase.html#a57ffa198f9fabb15e3af4c9fa2921e18">NavierStokesBase::refine_mesh</a></div><div class="ttdeci">virtual void refine_mesh()</div><div class="ttdoc">Allow the refinement of the mesh according to one of the 2 methods proposed.</div><div class="ttdef"><b>Definition:</b> <a href="navier__stokes__base_8cc_source.html#l00671">navier_stokes_base.cc:671</a></div></div>
<div class="ttc" id="aclassNavierStokesBase_html_aa5e0b2804ae3afe6bb89e0a25fc26ed2"><div class="ttname"><a href="classNavierStokesBase.html#aa5e0b2804ae3afe6bb89e0a25fc26ed2">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::postprocess_fd</a></div><div class="ttdeci">virtual void postprocess_fd(bool first_iteration)</div><div class="ttdoc">postprocess Post-process fluid dynamics after an iteration</div><div class="ttdef"><b>Definition:</b> <a href="navier__stokes__base_8cc_source.html#l00285">navier_stokes_base.cc:1206</a></div></div>
<div class="ttc" id="aclassNavierStokesBase_html_aa5e0b2804ae3afe6bb89e0a25fc26ed2"><div class="ttname"><a href="classNavierStokesBase.html#aa5e0b2804ae3afe6bb89e0a25fc26ed2">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::postprocess_fd</a></div><div class="ttdeci">virtual void postprocess_fd(bool first_iteration)</div><div class="ttdoc">postprocess Post-process fluid dynamics after an iteration</div><div class="ttdef"><b>Definition:</b> <a href="navier__stokes__base_8cc_source.html#l00285">navier_stokes_base.cc:1210</a></div></div>
<div class="ttc" id="aclassVisualization_html"><div class="ttname"><a href="classVisualization.html">Visualization</a></div><div class="ttdef"><b>Definition:</b> <a href="visualization_8h_source.html#l00044">visualization.h:45</a></div></div>
<div class="ttc" id="aclassVisualization_html_ab8894f42d0892f05dd90bd982455f264"><div class="ttname"><a href="classVisualization.html#ab8894f42d0892f05dd90bd982455f264">Visualization::build_patches</a></div><div class="ttdeci">void build_patches(Particles::ParticleHandler&lt; dim &gt; &amp;particle_handler, std::vector&lt; std::pair&lt; std::string, int &gt;&gt; properties)</div><div class="ttdef"><b>Definition:</b> <a href="visualization_8cc_source.html#l00013">visualization.cc:13</a></div></div>
<div class="ttc" id="aclassstatistics_html"><div class="ttname"><a href="classstatistics.html">statistics</a></div><div class="ttdoc">Small class that is used to store statistics (min,max,total,average) of variables that are used in si...</div><div class="ttdef"><b>Definition:</b> <a href="utilities_8h_source.html#l00041">utilities.h:42</a></div></div>
Expand Down
2 changes: 1 addition & 1 deletion doxygen/classCFDDEMSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aef7bc5774f96b116540adad0

<p class="definition">Definition at line <a class="el" href="cfd__dem__coupling_8cc_source.html#l01231">1231</a> of file <a class="el" href="cfd__dem__coupling_8cc_source.html">cfd_dem_coupling.cc</a>.</p>

<p class="reference">References <a class="el" href="navier__stokes__base_8cc_source.html#l01206">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::postprocess_fd()</a>.</p>
<p class="reference">References <a class="el" href="navier__stokes__base_8cc_source.html#l01210">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::postprocess_fd()</a>.</p>

</div>
</div>
Expand Down
20 changes: 10 additions & 10 deletions doxygen/classGLSNavierStokesSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a51152837b6c2fb2801e69276

<p>Assembles an L2_projection matrix for the velocity and the pressure. <a class="el" href="classThis.html">This</a> L2 projection matrix can be used to set the initial condition for the Navier-Stokes problem. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01270">1270</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01280">1280</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="physical__property__model_8h_source.html#l00056">pressure</a>.</p>

Expand Down Expand Up @@ -887,7 +887,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a0713e51aed5a8c0e6c4c44f0

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01122">1122</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="structParameters_1_1Timer.html#ae1d96ff22b9dbb46d965a0df44142f42a7f021a1415b86f2d013b2618fb31ae53">Parameters::Timer::end</a>, <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, <a class="el" href="structParameters_1_1LinearSolver.html#a7ece063bedde5ef9c3897750dd272114ad43c33b8e3d5435d9cbe65c156887a02">Parameters::LinearSolver::gmres</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a1dbb598cb79bfd4936b225bb4caa77ee">Parameters::L2projection</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a2e69977b7c3df8d5c77016255b4006f2">Parameters::nodal</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a93939238f5427e2d2d2b1365d18483f9">Parameters::ramp</a>, <a class="el" href="read__checkpoint_8cc_source.html#l00007">read_checkpoint()</a>, <a class="el" href="physics__solver_8h_source.html#l00177">PhysicsSolver&lt; VectorType &gt;::solve_non_linear_system()</a>, <a class="el" href="structParameters_1_1SimulationControl.html#a75b33ae454da14bc72dbe078c121d7e9a4f997f546b68779b58e9f6f19dc2b9e5">Parameters::SimulationControl::steady</a>, and <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a2ac1ff5ff990bc0a4b3afa2286b9e55f">Parameters::viscous</a>.</p>
<p class="reference">References <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, <a class="el" href="structParameters_1_1LinearSolver.html#a7ece063bedde5ef9c3897750dd272114ad43c33b8e3d5435d9cbe65c156887a02">Parameters::LinearSolver::gmres</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a1dbb598cb79bfd4936b225bb4caa77ee">Parameters::L2projection</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a2e69977b7c3df8d5c77016255b4006f2">Parameters::nodal</a>, <a class="el" href="structParameters_1_1Timer.html#ae1d96ff22b9dbb46d965a0df44142f42a334c4a4c42fdb79d7ebc3e73b517e6f8">Parameters::Timer::none</a>, <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a93939238f5427e2d2d2b1365d18483f9">Parameters::ramp</a>, <a class="el" href="read__checkpoint_8cc_source.html#l00007">read_checkpoint()</a>, <a class="el" href="physics__solver_8h_source.html#l00177">PhysicsSolver&lt; VectorType &gt;::solve_non_linear_system()</a>, <a class="el" href="structParameters_1_1SimulationControl.html#a75b33ae454da14bc72dbe078c121d7e9a4f997f546b68779b58e9f6f19dc2b9e5">Parameters::SimulationControl::steady</a>, and <a class="el" href="namespaceParameters.html#a86eaa101a59015fa52c81783382dd525a2ac1ff5ff990bc0a4b3afa2286b9e55f">Parameters::viscous</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -915,7 +915,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aaa2c7b20b39211a58417e57d

<p>Set-up AMG preconditioner. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01435">1435</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01445">1445</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>.</p>

Expand Down Expand Up @@ -1009,7 +1009,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad5f4d7b4e5330e9837d08ccb

<p>Set-up ILU preconditioner. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01415">1415</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01425">1425</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>.</p>

Expand Down Expand Up @@ -1041,7 +1041,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac4ce5a5f0d3b09bc6953f39a

<p>Implements <a class="el" href="classPhysicsSolver.html#a566177a0569619dcf0c3a5f2fb1cdf4d">PhysicsSolver&lt; VectorType &gt;</a>.</p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01390">1390</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01400">1400</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="structParameters_1_1LinearSolver.html#a704cb5844fa228c463633aafdc87a482a0b65af7f2357d3fa0ee8d8972d7e0646">Parameters::LinearSolver::amg</a>, <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, and <a class="el" href="structParameters_1_1LinearSolver.html#a704cb5844fa228c463633aafdc87a482a95dfbb838164998e04803c1e488b86ab">Parameters::LinearSolver::ilu</a>.</p>

Expand Down Expand Up @@ -1074,7 +1074,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab0b0983381a34bf2fa122936

<p>Reimplemented in <a class="el" href="classGLSNitscheNavierStokesSolver.html#a70f7a56a430f8a306fddee4404b81d9a">GLSNitscheNavierStokesSolver&lt; dim, spacedim &gt;</a>, <a class="el" href="classGLSVANSSolver.html#ad653b63b635c56db2ddfa51522d2ef32">GLSVANSSolver&lt; dim &gt;</a>, <a class="el" href="classGLSSharpNavierStokesSolver.html#ae34cb3b31e3196c91b2840505440a3db">GLSSharpNavierStokesSolver&lt; dim &gt;</a>, and <a class="el" href="classCFDDEMSolver.html#aaebd11ac00952aaaa99ebd66c43f7d87">CFDDEMSolver&lt; dim &gt;</a>.</p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01796">1796</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01806">1806</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="structParameters_1_1MeshAdaptation.html#a20a32a04c8c684495ff2d3c7be73c5a2a334c4a4c42fdb79d7ebc3e73b517e6f8">Parameters::MeshAdaptation::none</a>, <a class="el" href="grids_8cc_source.html#l00413">read_mesh_and_manifolds()</a>, and <a class="el" href="navier__stokes__base_8cc_source.html#l00671">NavierStokesBase&lt; dim, VectorType, DofsType &gt;::refine_mesh()</a>.</p>

Expand Down Expand Up @@ -1128,7 +1128,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a95c4de6f06f3f48c7062b3ad

<p>Implements <a class="el" href="classPhysicsSolver.html#a210eb1a42329bbc5b66e0d449bd815b1">PhysicsSolver&lt; VectorType &gt;</a>.</p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01353">1353</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01363">1363</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="structParameters_1_1LinearSolver.html#a7ece063bedde5ef9c3897750dd272114ae123b37d2b5fd373237e049a1e68ca13">Parameters::LinearSolver::bicgstab</a>, <a class="el" href="structParameters_1_1LinearSolver.html#a7ece063bedde5ef9c3897750dd272114a7caa701b2bd5a182b80c72b9bdf88e2d">Parameters::LinearSolver::direct</a>, <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, and <a class="el" href="structParameters_1_1LinearSolver.html#a7ece063bedde5ef9c3897750dd272114ad43c33b8e3d5435d9cbe65c156887a02">Parameters::LinearSolver::gmres</a>.</p>

Expand Down Expand Up @@ -1178,7 +1178,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#afd0db1dcf099ad51d5990cbf

<p>BiCGStab solver with ILU(N) preconditioning. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01652">1652</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01662">1662</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="namespaceParameters.html#ad408350a21239600add83c5e91fcfa26ae5cbb8171b496f26a4488b9e15a0fe52">Parameters::extra_verbose</a>, <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, <a class="el" href="structParameters_1_1LinearSolver.html#a704cb5844fa228c463633aafdc87a482a95dfbb838164998e04803c1e488b86ab">Parameters::LinearSolver::ilu</a>, and <a class="el" href="namespaceParameters.html#ad408350a21239600add83c5e91fcfa26a556966c7830465dc4623d62e32cec31d">Parameters::quiet</a>.</p>

Expand Down Expand Up @@ -1228,7 +1228,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aeb8bfb55924dec2cc14b3a92

<p>Direct solver using TrilinosWrappers::SolverDirect The use of this solver should be avoided for 3D problems. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01759">1759</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01769">1769</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>.</p>

Expand Down Expand Up @@ -1278,7 +1278,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6dc692aa97572fc2fafde4a6

<p>GMRES solver with ILU(N) preconditioning or AMG preconditioning. </p>

<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01508">1508</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>
<p class="definition">Definition at line <a class="el" href="gls__navier__stokes_8cc_source.html#l01518">1518</a> of file <a class="el" href="gls__navier__stokes_8cc_source.html">gls_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="structParameters_1_1LinearSolver.html#a704cb5844fa228c463633aafdc87a482a0b65af7f2357d3fa0ee8d8972d7e0646">Parameters::LinearSolver::amg</a>, <a class="el" href="namespaceParameters.html#ad408350a21239600add83c5e91fcfa26ae5cbb8171b496f26a4488b9e15a0fe52">Parameters::extra_verbose</a>, <a class="el" href="multiphysics_8h_source.html#l00026">fluid_dynamics</a>, <a class="el" href="structParameters_1_1LinearSolver.html#a704cb5844fa228c463633aafdc87a482a95dfbb838164998e04803c1e488b86ab">Parameters::LinearSolver::ilu</a>, and <a class="el" href="namespaceParameters.html#ad408350a21239600add83c5e91fcfa26a556966c7830465dc4623d62e32cec31d">Parameters::quiet</a>.</p>

Expand Down
4 changes: 2 additions & 2 deletions doxygen/classGLSNitscheNavierStokesSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a23b4d411a6d70f502972e800

<p class="definition">Definition at line <a class="el" href="gls__nitsche__navier__stokes_8cc_source.html#l01014">1014</a> of file <a class="el" href="gls__nitsche__navier__stokes_8cc_source.html">gls_nitsche_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="utilities_8cc_source.html#l00215">fill_table_from_file()</a>, and <a class="el" href="navier__stokes__base_8cc_source.html#l01716">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::read_checkpoint()</a>.</p>
<p class="reference">References <a class="el" href="utilities_8cc_source.html#l00215">fill_table_from_file()</a>, and <a class="el" href="navier__stokes__base_8cc_source.html#l01720">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::read_checkpoint()</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -1025,7 +1025,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac4cf9f18a4ab157c0005bb74

<p class="definition">Definition at line <a class="el" href="gls__nitsche__navier__stokes_8cc_source.html#l00973">973</a> of file <a class="el" href="gls__nitsche__navier__stokes_8cc_source.html">gls_nitsche_navier_stokes.cc</a>.</p>

<p class="reference">References <a class="el" href="navier__stokes__base_8cc_source.html#l02470">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::write_checkpoint()</a>.</p>
<p class="reference">References <a class="el" href="navier__stokes__base_8cc_source.html#l02474">NavierStokesBase&lt; dim, GlobalVectorType, IndexSet &gt;::write_checkpoint()</a>.</p>

</div>
</div>
Expand Down
Loading

0 comments on commit 51cf063

Please sign in to comment.