From 49fc1f35acbcf77a7514d180c7c9b9075005e191 Mon Sep 17 00:00:00 2001 From: Adriana Morales Date: Wed, 7 Aug 2019 11:31:37 -0600 Subject: [PATCH] Update intro.dox I found a typo and changed it. --- doc/news/changes/minor/20190808AdrianaMoralesMiranda | 5 +++++ examples/step-11/step-11.cc | 2 +- examples/step-33/doc/intro.dox | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 doc/news/changes/minor/20190808AdrianaMoralesMiranda diff --git a/doc/news/changes/minor/20190808AdrianaMoralesMiranda b/doc/news/changes/minor/20190808AdrianaMoralesMiranda new file mode 100644 index 0000000000..58b088720f --- /dev/null +++ b/doc/news/changes/minor/20190808AdrianaMoralesMiranda @@ -0,0 +1,5 @@ +Improved: Fixed two typos, one in the introduction document for step-33 and another on in the step-11.cc file. + +
+(Adriana Morales Miranda, 2019/08/08) + diff --git a/examples/step-11/step-11.cc b/examples/step-11/step-11.cc index 775f54fd5f..a97816dbeb 100644 --- a/examples/step-11/step-11.cc +++ b/examples/step-11/step-11.cc @@ -188,7 +188,7 @@ namespace Step11 // beforehand the maximal number of entries per row, either for all rows // or for each row separately. There are functions in the library which // can tell you this number in case you just have hanging node constraints - // (namely DoFHandler::max_coupling_between_dofs), but how is + // (namely DoFHandler::max_couplings_between_dofs), but how is // this for the present case? The difficulty arises because the // elimination of the constrained degree of freedom requires a number of // additional entries in the matrix at places that are not so simple to diff --git a/examples/step-33/doc/intro.dox b/examples/step-33/doc/intro.dox index b97ea788b8..bc2af343f9 100644 --- a/examples/step-33/doc/intro.dox +++ b/examples/step-33/doc/intro.dox @@ -91,7 +91,7 @@ of air (mainly nitrogen and oxygen) and other diatomic gases, the ratio of specific heats is $\gamma=1.4$. This problem obviously falls into the class of vector-valued -problem. A general overview of how to deal with these problems in +problems. A general overview of how to deal with these problems in deal.II can be found in the @ref vector_valued module.

Discretization

-- 2.39.5