From: Daniel Arndt <6da@ornl.gov> Date: Tue, 18 Oct 2022 22:32:05 +0000 (-0400) Subject: Fix more X-Git-Tag: v9.5.0-rc1~875^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f045c5af5b7041cbaec431d85e847a1eb8d848;p=dealii.git Fix more --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 9e0271628e..be0af82bc7 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -70,7 +70,8 @@ WARN_IF_DOC_ERROR = YES INPUT = RECURSIVE = YES -EXCLUDE_PATTERNS = *.templates.h +EXCLUDE_PATTERNS = *.templates.h \ + *.txt EXAMPLE_PATH = @CMAKE_BINARY_DIR@/doc/doxygen/tutorial \ @CMAKE_SOURCE_DIR@/examples/doxygen EXAMPLE_RECURSIVE = NO diff --git a/doc/news/3.0.0-vs-3.1.0.h b/doc/news/3.0.0-vs-3.1.0.h index 1650b331f7..949a887f04 100644 --- a/doc/news/3.0.0-vs-3.1.0.h +++ b/doc/news/3.0.0-vs-3.1.0.h @@ -379,8 +379,8 @@ All entries are signed with the names of the author.
- Improved: FullMatrix
::invert(...)
now inverts matrices of all
+ Improved: FullMatrix::invert
+ now inverts matrices of all
sizes. If there is no hardcoded inversion, gauss_jordan()
is used implicitly.
diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h
index 5787a1cf3f..b42c31fd96 100644
--- a/include/deal.II/base/tensor_accessors.h
+++ b/include/deal.II/base/tensor_accessors.h
@@ -43,8 +43,7 @@ DEAL_II_NAMESPACE_OPEN
* @endcode
*
* deal.II has its own implementation for tensorial objects such as
- * dealii::Tensor