<p>
Next we traverse all the cells and integrate the Laplace problem using the
discretized Laplace operator. <tt>qc</tt> is a
-<code>Quadrature<dim&rt;</code>.
+<code>Quadrature<dim></code>.
</p>
<p>
The outer loop traverses all the points of the quadrature <code>qc</code>.
class Laplace
{
- Triangulation<2&rt; tr;
- DoFHandler<2&rt; dof;
+ Triangulation<2> tr;
+ DoFHandler<2> dof;
SparseMatrixStruct matrix_structure;
LapMatrix A;
SolverControl control(1000, 1.e-10);
- SolverCG<AdvMatrix, Vector<double&rt; &rt; solver(control, mem);
+ SolverCG<AdvMatrix, Vector<double> > solver(control, mem);
solver.solve(A,u,f);
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
- <link href="dealdoc.css" rel="StyleSheet" type="text/css" title="deal.II Documentation" media="screen">
+ <link href="dealtut.css" rel="StyleSheet" type="text/css" title="deal.II Documentation" media="screen">
<title>The deal.II Tutorial</title>
<meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>
<body>
-
+ <img align=right valign=top alt="Deal Logo" src="../pictures/deal100.gif">
<h1>The <acronym>deal.II</acronym> Tutorial</h1>
<h2>or <acronym>deal.II</acronym> in several easy and some more hard lessons</h2>
<address>
<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
<p>
- Last modified: Tue Mar 23 1999
+ Last modified: Thu Mar 25 1999
</p>
</body>
</html>