Skip to content
Snippets Groups Projects
Commit 07ca0cdd authored by Oliver Sander's avatar Oliver Sander
Browse files

fixed links

[[Imported from SVN: r3820]]
parent e3dd85ee
No related branches found
No related tags found
No related merge requests found
......@@ -17,22 +17,22 @@ and refers you to more detailed documentation.
Each is geared towards a different purpose.
</p>
<ul>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1SGrid.html">SGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1SGrid.html">SGrid:</a>
A structured grid in n space dimensions
</li>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1YaspGrid.html">YaspGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1YaspGrid.html">YaspGrid:</a>
A structured parallel grid in n space dimensions
</li>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1UGGrid.html">UGGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1UGGrid.html">UGGrid:</a>
The grid manager of the UG toolbox
</li>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1AlbertaGrid.html">AlbertaGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1AlbertaGrid.html">AlbertaGrid:</a>
The grid manager of the Alberta toolbox
</li>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1OneDGrid.html">OneDGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1OneDGrid.html">OneDGrid:</a>
A sequential locally adaptive grid in one space dimension
</li>
<li> <a href="$(ROOT)/doxygen/html/classDune_1_1ALU3dGrid.html">ALU3dGrid:</a>
<li> <a href="$(ROOT)/doc/doxygen/html/classDune_1_1ALU3dGrid.html">ALU3dGrid:</a>
A 3d hexahedral and tetrahedral grid with nonconforming refinement</li>
</ul>
</li>
......@@ -43,9 +43,9 @@ and refers you to more detailed documentation.
linear algebra. The main features are:
<ul>
<li> Abstractions for block matrices
(e.g. <a href="$(ROOT)/doxygen/html/classDune_1_1BCRSMatrix.html">compressed row storage</a>
and <a href="$(ROOT)/doxygen/html/classDune_1_1BDMatrix.html">block diagonal</a>)
and <a href="$(ROOT)/doxygen/html/classDune_1_1BlockVector.html">block vectors</a> </li>
(e.g. <a href="$(ROOT)/doc/doxygen/html/classDune_1_1BCRSMatrix.html">compressed row storage</a>
and <a href="$(ROOT)/doc/doxygen/html/classDune_1_1BDMatrix.html">block diagonal</a>)
and <a href="$(ROOT)/doc/doxygen/html/classDune_1_1BlockVector.html">block vectors</a> </li>
<li> Block structure arbitrarily nestable </li>
<li> High performance through generic programming </li>
<li> Expression templates for BLAS1 routines </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment