</li>
<li> Changed: The functionparser library bundled with deal.II got replaced
- by the <a href="http://muparser.beltoforion.de/">muparser</a> library.
+ by the <a href="https://muparser.beltoforion.de/">muparser</a> library.
<br>
(Timo Heister, 2014/02/10)
</li>
</li>
<li> New: deal.II now links with the
- <a href="http://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
+ <a href="https://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
Iostreams</a> library (at least if the libz and libbz2 libraries
can be found that are necessary for BOOST Iostreams).
Among many other things, this allows to easily
</li>
<li> New: To better support applications that want to use C++11's
- <a href="http://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
+ <a href="https://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
for loops</a>, there are now functions Triangulation::cell_iterators(),
Triangulation::all_cell_iterators() and similarly in classes DoFHandler
and hp::DoFHandler
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+ "https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<h1>Referencing the deal.II online documentation from your project</h1>
<p>deal.II has an extensive reference documentation generated
- by <a href="http://www.doxygen.org">Doxygen</a>. One of the many
+ by <a href="https://www.doxygen.org">Doxygen</a>. One of the many
features of Doxygen is, that all class names, function names and so
on are cross-linked in the documentation, and a single click
suffices to jump to the documentation of an object.</p>
Doxygen can find it, add the following line to your Doxygen
configuration file:
<pre>
-TAGFILES = deal.tag=http://www.dealii.org/X.Y.Z/doxygen/deal.II
+TAGFILES = deal.tag=https://www.dealii.org/X.Y.Z/doxygen/deal.II
</pre>
where <code>X.Y.Z</code> refers to the release number for which
you downloaded the tag file.
<hr />
<div class="right">
- <a href="http://validator.w3.org/check?uri=referer" target="_top">
- <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
- <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
- <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ <a href="https://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="https://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="https://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
</div>
</body>