<title>The deal.II Online Documentation</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link href="screen.css" rel="StyleSheet" type="text/css">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 by the deal.II Authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 by the deal.II Authors">
<meta name="date" content="2006/02/07 22:49:01">
<meta name="keywords" content="deal.II">
</head>
<li><a href="users/gdb.html" target="body">Configuration for debugging via GDB</a></li>
<li><a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a></li>
<li><a href="doxygen/deal.II/index.html" target="_top">Manual</a></li>
- <li><a href="http://www.math.tamu.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
+ <li><a href="http://www.math.colostate.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
<li><a href="http://www.dealii.org/reports.html" target="body">Technical reports</a></li>
<li><a href="http://www.dealii.org/publications.html" target="_top">Publications</a></li>
</ol>
pages = {4/1--4/31}
}
* @endcode
- * It is available from <a href="http://www.math.tamu.edu/~bangerth/publications.html">http://www.math.tamu.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
+ * It is available from <a href="http://www.math.colostate.edu/~bangerth/publications.html">http://www.math.colostate.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
*
* The numerical examples shown in that paper are generated with a slightly
* modified version of step-27. The main difference to that
author = {Bruno Turcksin and Martin Kronbichler and Wolfgang Bangerth},
title = {\textit{WorkStream} -- a design pattern for multicore-enabled finite element computations},
journal = {accepted for publication in the ACM Trans. Math. Softw.},
- year = 2015
+ year = 2016
}
* @endcode
- * It is available from <a href="http://www.math.tamu.edu/~bangerth/publications.html">http://www.math.tamu.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
+ * It is available from <a href="http://www.math.colostate.edu/~bangerth/publications.html">http://www.math.colostate.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
* </dd>
*
* </dl>
$text = "\@note The material presented here is also discussed in ";
# add links to the individual lectures
- $text = $text . "<a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
+ $text = $text . "<a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
if (length($3) > 0)
{
foreach $lecture (@otherlectures)
{
- $text = $text . ", <a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
+ $text = $text . ", <a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
}
}
- $text = $text . ". (All video lectures are also available <a href=\"http://www.math.tamu.edu/~bangerth/videos.html\">here</a>.)";
+ $text = $text . ". (All video lectures are also available <a href=\"http://www.math.colostate.edu/~bangerth/videos.html\">here</a>.)";
s/(\@dealiiVideoLecture\{([0-9\.]+)((, *[0-9\.]+ *)*)\})/$text/;
}
$text = "See also ";
# add links to the individual lectures
- $text = $text . "<a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
+ $text = $text . "<a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
if (length($3) > 0)
{
foreach $lecture (@otherlectures)
{
- $text = $text . ", <a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
+ $text = $text . ", <a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
}
}
<head>
<title>deal.II navigation bar</title>
<link href="screen.css" rel="StyleSheet">
- <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014 by the deal.II Authors">
+ <meta name="copyright" content="Copyright (C) 1999-2016 by the deal.II Authors">
<meta name="date" content="2006/02/07 22:49:06">
</head>
<body class="navbar">
<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"
+ <a href="http://www.math.colostate.edu/~bangerth/videos.html"
target="_top">Wolfgang's lectures</a><br />
</p>
This and several of the other tutorial programs are also discussed and
demonstrated in <a
-href="http://www.math.tamu.edu/~bangerth/videos.html">Wolfgang
+href="http://www.math.colostate.edu/~bangerth/videos.html">Wolfgang
Bangerth's video lectures</a> on deal.II and computational science. In
particular, you can see the steps he executes to run this and other
programs, and you will get a much better idea of the tools that can be
mesh for a computation with 10 subdomains on 10 processors. The full dynamics
of this simulation are really only visible by looking at
an animation, for example the one <a
-href="http://www.math.tamu.edu/~bangerth/images/pictures/convection-outward/\step-32.2d.convection.gif">shown on
+href="http://www.math.colostate.edu/~bangerth/images/pictures/convection-outward/\step-32.2d.convection.gif">shown on
this site</a>. Beware that this animation is
about 20MB large, though it is well worth watching due to its almost
artistic quality.