]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doc: minor fixes in step-37 6118/head
authorDenis Davydov <davydden@gmail.com>
Thu, 29 Mar 2018 15:14:45 +0000 (17:14 +0200)
committerDenis Davydov <davydden@gmail.com>
Thu, 29 Mar 2018 15:14:45 +0000 (17:14 +0200)
examples/step-37/doc/results.dox
examples/step-37/step-37.cc

index 789b843e4468f6936eb3a1b0fff3c60799ac145c..5a7789d33c9fef82812c6e40dec7752cffe66e91 100644 (file)
@@ -432,9 +432,7 @@ the set of all nodes. The set $\mathcal N_D\subset \mathcal N$ is the subset
 of the nodes that are subject to Dirichlet boundary conditions where the
 solution is forced to equal $u_i = g_i = g(\mathbf{x}_i)$ as the interpolation
 of boundary values on the Dirichlet-constrained node points $i\in \mathcal
-N_D$. In this formula, where we have assumed that the degrees of freedom are
-numbered such that the ones subject to a Dirichlet condition are all appended
-to the end of the list of degrees of freedom. We then insert this solution
+N_D$. We then insert this solution
 representation into the weak form, e.g. the Laplacian shown above, and move
 the known quantities to the right hand side:
 @f{eqnarray*}
@@ -447,7 +445,7 @@ In this formula, the equations are tested for all basis functions $\varphi_i$
 with $i\in N \setminus \mathcal N_D$ that are not related to the nodes
 constrained by Dirichlet conditions.
 
-In the implementation in deal.II, the integrals $(\varphi_i,\varphi_j)_\Omega$
+In the implementation in deal.II, the integrals $(\nabla \varphi_i,\nabla \varphi_j)_\Omega$
 on the right hand side are already contained in the local matrix contributions
 we assemble on each cell. When using
 ConstraintMatrix::distributed_local_to_global() as first described in the
index f19600b3c89660f360414503b0bc38f3543cf96f..23d44253d1703f799f7ddcdd98873a77d8bac83d 100644 (file)
@@ -1094,6 +1094,7 @@ namespace Step37
 
     time.reset();
     time.start();
+    constraints.set_zero(solution);
     cg.solve (system_matrix, solution, system_rhs,
               preconditioner);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.