]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust indices.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jun 2010 12:20:53 +0000 (12:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jun 2010 12:20:53 +0000 (12:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@21313 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-45/doc/intro.dox

index 73f5e84f035c7fde7155735b2f3c5855312217cc..47e175733f6c20ce70eb8807075c121887ffafaf 100644 (file)
@@ -45,18 +45,18 @@ periodic unless this is explicitly enforced.
 The way one has to see these periodic boundary conditions $u(x,0) = u(x,1)$ is
 as follows: Assume for a moment (as we do in this program) that we have a
 uniformly refined mesh. Then, after discretization there are a number of nodes
-(degrees of freedom) with indices $i \in {\cal I}_b$ on the left boundary of
+(degrees of freedom) with indices $i \in {\cal I}_l$ on the left boundary of
 the domain, and  a second set of nodes at the right boundary $j \in {\cal
-I}_t$. Since we have assumed that the mesh is uniformly refined, there is
-exactly one node $j \in {\cal I}_t$ for each $i \in {\cal I}_b$ so that
-${\mathrm x}_j = {\mathrm x}_i + (0,1)^T$, i.e. the two of them match with
+I}_r$. Since we have assumed that the mesh is uniformly refined, there is
+exactly one node $j \in {\cal I}_r$ for each $i \in {\cal I}_l$ so that
+${\mathrm x}_j = {\mathrm x}_i + (1,0)^T$, i.e. the two of them match with
 respect to the periodicity. We will then write that $j=\text{periodic}(i)$
 (and, if you want, $i=\text{periodic}(j)$).
 If now $U_k, k=0,\ldots,N-1,$ are the unknowns of our discretized problem, then
 the periodic boundary condition boils down to the following set of
 constraints:
 @f{align*}
-  U_{\text{periodic}(i)} = U_i, \qquad \forall i \in {\cal I}_b
+  U_{\text{periodic}(i)} = U_i, \qquad \forall i \in {\cal I}_l
 @f}
 Now, this is exactly the sort of constraint that the ConstraintMatrix class,
 first introduced in step-6,

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.