]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
Reword the ReferenceCell section.
authorDavid Wells <drwells@email.unc.edu>
Mon, 21 Jun 2021 21:37:06 +0000 (17:37 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 21 Jun 2021 21:37:06 +0000 (17:37 -0400)
'instantiated' isn't quite right here because this is a glorified enum (not a
template class). I had to rearrange a sentence to avoid things spilling into
margins.

9.3/paper.tex

index 119d55790394c9d606bfe3f113560ba794206560..fae9aa1bae0bac09378ac0401a2d174cf9864e9d 100644 (file)
@@ -697,13 +697,14 @@ the mesh consists exclusively of pyramids or wedges. As a consequence, some func
 
 Geometric information about cells and faces -- previously provided by
 the \texttt{GeometryInfo} class for hypercube-type cells -- is now
-available via the  \texttt{ReferenceCell} class that can be
-instantiated for each of the seven possible reference cell. The
-correct reference cell object for a cell or face can be obtained, respectively, using
-\texttt{cell->reference\_cell()}, and either the call
-\texttt{cell->reference\_cell().face\_reference\_cell(f)}
+available via the \texttt{ReferenceCell} class that is defined
+for each of the seven possible reference cells. The correct
+\texttt{ReferenceCell} for a cell or face can be obtained,
+respectively, using
+\texttt{cell->reference\_cell()}, and either
+\texttt{cell->face(f)->reference\_cell()}
 or
-\texttt{cell->face(f)->reference\_cell()}.
+\texttt{cell->reference\_cell().face\_reference\_cell(f)}.
 
 Furthermore, many functions in \dealii{} used mappings that, when not
 given explicitly, defaulted to (bi-/tri-)linear ones. These no longer

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.