</p>
<hr>
-
- <b><small>Online Resources</small></b>
- <p>
- <a href="http://www.dealii.org/websvn/log.php?repname=deal.II+Repository&path=%2F&isdir=1&" target="_top">Recent changes</a><br />
- <a href="http://cdash.kyomu.43-1.org/index.php?project=deal.II" target="body">CDash</a><br />
- <a href="http://www.math.clemson.edu/~heister/bench" target="body">Performance tests</a><br />
- </p>
-
- <hr>
</body>
</html>
<li> <p><a href="porting.html" target="body">Porting
<acronym>deal.II</acronym> to a new system</a>:
- <acronym>deal.II</acronym> uses CMake as build system
- and is fairly ISO (1998) C++ Standard compliant.
- So, porting to a reasonably <a
- href="http://www.opengroup.org/austin/">POSIX</a> compliant
- system with a reasonably ISO C++ compliant compiler shouldn't be
- much work. Other (mostly proprietary) systems might require more
- work. See the <a href="../readme.html" target="body">ReadMe</a>
- file for more information on already supported systems. This
- resource gives some hints for porting to unknown platforms.
+ <acronym>deal.II</acronym> uses CMake as build system and is fairly
+ ISO (1998) C++ Standard compliant. So, porting to a reasonably <a
+ href="http://www.opengroup.org/austin/" target="_top">POSIX</a>
+ compliant system with a reasonably ISO C++ compliant compiler shouldn't
+ be much work. Other (mostly proprietary) systems might require more
+ work. See the <a href="../readme.html" target="body">ReadMe</a> file for
+ more information on already supported systems. This resource gives some
+ hints for porting to unknown platforms.
</p>
<li> <p><a href="../doxygen/deal.II/CodingConventions.html"
</p>
</ul>
-<h2>Resources</h2>
-
-<ul>
- <li>
- <p>
- <a href="http://cdash.kyomu.43-1.org/index.php?project=deal.II"
- target="body">CDash:</a> The CDash instance is the central place where
- all test results for regression and build tests are gathered.
- </p>
- <li>
- <p>
- <a href="http://www.dealii.org/cgi-bin/regression_quick.pl"
- target="body">Regression tests:</a>
- An overview of results from a blessed regression tester that tests
- every single svn revision is available at this place
- </p>
-
- <li>
- <p>
- <a href="http://www.math.clemson.edu/~heister/bench">
- Results of benchmarks:</a> We run a certain number of tests
- and track the performance over time.
- </p>
-</ul>
-
<hr />
<address>
<a href="http://www.dealii.org/authors.html" target="_top">The deal.II Authors</a>
<p>
<a href="../doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a><br />
<a href="../doxygen/deal.II/index.html" target="_top">Manual</a><br />
- <a href="http://www.math.tamu.edu/~bangerth/videos.html"
- target="_top">Wolfgang's lectures</a><br />
</p>
<hr>
- <b><small>Online Resources</small></b>
- <p>
- <a href="https://code.google.com/p/dealii/wiki/FrequentlyAskedQuestions" target="_top">FAQ</a><br />
- <a href="http://www.dealii.org/news.html" target="_top">News</a><br />
- <a href="http://www.dealii.org/download/" target="body">Download</a><br />
- <a href="http://www.dealii.org/mail.html" target="body">Mailing list</a><br />
- <a href="https://code.google.com/p/dealii/w/list" target="_top">Wiki</a><br />
- <a href="https://code.google.com/p/dealii/issues/list" target="_top">Bug tracker</a><br />
- </p>
-
</body>
</html>
This page provides extensive information about configuration and
installation with the CMake build system.
- <li> <p><a href="cmakelists.html" target="body">Using CMake and
+<li> <p><a href="cmakelists.html" target="body">Using CMake and
<acronym>deal.II</acronym> in a user project</a>:
This page covers how to use CMake in your own project.
An overview of how to retrieve necessary information
your documentation, so that readers can click through.
</p>
-<li> <p><a href="https://code.google.com/p/dealii/issues/list" target="_top">Bugs</a>:
- Though well tested, <acronym>deal.II</acronym> certainly has
- bugs. If you want to report a bug (or enhancement request),
- go to the <a href="https://code.google.com/p/dealii/issues/list"
- target="_top">bug tracking system</a> and enter a new ticket
- for your issue.
- </p>
-
</ul>
target="_top">tutorial</a> is for new users of the
library. It explains the basic elements of finite element
programs based on the library, and provides small example
- programs. You can also reach the tutorial link from the
- menu bar at the left. There is also an extensive set of
- Youtube-hosted video lectures that provide both the
- context of the mathematical and computational methods of
- deal.II as well as demonstrate parts of the
- tutorial. These video lectures are also reachable from
- the menu bar at the left.
+ programs.
+ There are also <a
+ href="http://www.math.tamu.edu/~bangerth/videos.html"
+ target="_top">Youtube-hosted video lectures</a> that provide, both, the
+ context of the mathematical and computational methods of deal.II, as well
+ as demonstrate parts of the tutorial.
</p>
<p>
reference of all classes, functions and variables in the library. They
are extensively documented (presently more than 5000 pages if
printed), and generated by <a href="http://www.doxygen.org/"
- target="_top">Doxygen</a>. There is also a quick link to these pages from
+ target="_top">Doxygen</a>. There is also a quick link to these pages from
the menu bar at the left.
</p>