Skip to content

Commit e2461c7

Browse files
committed
Add misc_ex16, 17 to examples TOC
1 parent ddbc79f commit e2461c7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

examples.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,11 @@ <h1>A Series of Example Programs</h1>
200200

201201
<li><L1><a href="examples/vector_fe_ex6.html">Raviart-Thomas Elements for H(div) Problems in 2D and 3D</a></L1></li>
202202

203-
<li><L1><a href="examples/vector_fe_ex7.html">Hybridized Raviart-Thomas Elements</a></L1></li>
203+
<li><L1><a href="examples/vector_fe_ex7.html">Hybridized Raviart-Thomas Elements for Poisson</a></L1></li>
204204

205-
<li><L1><a href="examples/vector_fe_ex8.html">Single Face Hybridizable Discontinuous Galerkin</a></L1></li>
205+
<li><L1><a href="examples/vector_fe_ex8.html">Hybridized Local Discontinuous Galerkin Elements for Poisson</a></L1></li>
206+
207+
<li><L1><a href="examples/vector_fe_ex9.html">Hybridized Local Discontinuous Galerkin Elements for Navier-Stokes</a></L1></li>
206208

207209
</ol> </li>
208210

@@ -239,6 +241,10 @@ <h1>A Series of Example Programs</h1>
239241

240242
<li><L1><a href="examples/miscellaneous_ex15.html">Infinite Elements With Zero Frequency: Unbound Laplace Equation</a></L1></li>
241243

244+
<li><L1><a href="examples/miscellaneous_ex16.html">Static Condensation with Second Order Lagrange Elements</a></L1></li>
245+
246+
<li><L1><a href="examples/miscellaneous_ex17.html">Demonstrating mix of preallocated/hash-table matrix assemblies</a></L1></li>
247+
242248
</ol> </li>
243249

244250

0 commit comments

Comments
 (0)