Merge lp:~martinal/fenics-book/final-15 into lp:fenics-book

Proposed by Martin Sandve Alnæs
Status: Merged
Merged at revision: 949
Proposed branch: lp:~martinal/fenics-book/final-15
Merge into: lp:fenics-book
Diff against target: 23 lines (+3/-3)
1 file modified
tex/15.tex (+3/-3)
To merge this branch: bzr merge lp:~martinal/fenics-book/final-15
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+79094@code.launchpad.net

Description of the change

Typos in chapter 15 (syfi).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tex/15.tex'
--- tex/15.tex 2011-10-10 14:02:03 +0000
+++ tex/15.tex 2011-10-12 10:13:26 +0000
@@ -284,8 +284,8 @@
284sfc -w1 -ogenerated_code Poisson.ufl284sfc -w1 -ogenerated_code Poisson.ufl
285\end{bash}285\end{bash}
286Here, \emp{-w1} means that \dolfin{} wrappers are generated, while286Here, \emp{-w1} means that \dolfin{} wrappers are generated, while
287\emp{-ogenerate\_code} means that the generated code should be287\emp{-ogenerated\_code} means that the generated code should be
288located in the directory \emp{generate\_code}. Notice that the flags288located in the directory \emp{generated\_code}. Notice that the flags
289and corresponding options are not separated by spaces. A complete289and corresponding options are not separated by spaces. A complete
290list of options is obtained with \emp{sfc -h}. The generated code can be290list of options is obtained with \emp{sfc -h}. The generated code can be
291utilized in DOLFIN in a standard fashion. For a complete example consider291utilized in DOLFIN in a standard fashion. For a complete example consider
@@ -499,7 +499,7 @@
499using quadrature where the generated code involves multiple loops and499using quadrature where the generated code involves multiple loops and
500quite a few temporary variables. To generate quadrature based code,500quite a few temporary variables. To generate quadrature based code,
501the computational graph algorithms from UFL (in particular the class501the computational graph algorithms from UFL (in particular the class
502\emp{ufl.Graph}) are used to split the expression tree into smaller502\emp{ufl.algorithms.Graph}) are used to split the expression tree into smaller
503subexpressions. \sfc{} makes GiNaC symbols that represent temporary503subexpressions. \sfc{} makes GiNaC symbols that represent temporary
504variables for all subexpressions. To place the temporary variables504variables for all subexpressions. To place the temporary variables
505inside the correct loops in the generated code, the computational505inside the correct loops in the generated code, the computational

Subscribers

People subscribed via source and target branches