From: Matthias Maier
- - http://www.dealii.org + + https://www.dealii.org
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 949a887f04..1d74a3ff1e 100644 --- a/doc/news/3.0.0-vs-3.1.0.h +++ b/doc/news/3.0.0-vs-3.1.0.h @@ -29,7 +29,7 @@ All entries are signed with the names of the author.
New: All identifiers that the C++ standard (see
- this page for the public draft -- the
standard itself is not available online for copyright reasons)
mandates to be in namespace std::
are correctly
diff --git a/doc/news/3.1.0-vs-3.2.0.h b/doc/news/3.1.0-vs-3.2.0.h
index 56dfcc2153..3856406f4d 100644
--- a/doc/news/3.1.0-vs-3.2.0.h
+++ b/doc/news/3.1.0-vs-3.2.0.h
@@ -142,7 +142,7 @@ All entries are signed with the names of the author.
New: There is now some support to include and use routines from the
- Harwell Subroutine Library.
(WB 2001/01/30)
@@ -273,7 +273,7 @@ All entries are signed with the names of the author.
New: We now support the output format of the Visualization Toolkit (Vtk) from the DataOutBase
class and all derived classes.
@@ -591,7 +591,7 @@ All entries are signed with the names of the author.
New: There is now some support to include and use routines from the
- Harwell Subroutine Library, and support
classes
SparseDirectMA27
and
diff --git a/doc/news/3.1.1-vs-3.1.2.h b/doc/news/3.1.1-vs-3.1.2.h
index 5716d5bb78..09709b6d20 100644
--- a/doc/news/3.1.1-vs-3.1.2.h
+++ b/doc/news/3.1.1-vs-3.1.2.h
@@ -28,7 +28,7 @@ All entries are signed with the names of the author.
the file tria_accessor.cc(3d)
without optimization
flags even for optimized libraries. The gcc bug is documented
at the gcc bug tracking system page, as bugs reports c++/615 and
optimization/2938.
diff --git a/doc/news/3.2.0-vs-3.3.0.h b/doc/news/3.2.0-vs-3.3.0.h
index e412f1a6b7..33eb60a6c5 100644
--- a/doc/news/3.2.0-vs-3.3.0.h
+++ b/doc/news/3.2.0-vs-3.3.0.h
@@ -28,7 +28,7 @@ All entries are signed with the names of the author.
New: Output for
- Tecplot has
+ Tecplot has
been added. It can be used by choosing output format «tecplot».
(Benjamin Shelton Kirk 2002/01/29)
@@ -52,7 +52,7 @@ All entries are signed with the names of the author.
New: Output for
- OpenDX has
+ OpenDX has
been added. It can be used by choosing output format «dx» (not
yet for grid output). The data format is very basic now, but it
is planned to improve this to make use of the excellent
diff --git a/doc/news/3.3.0-vs-3.4.0.h b/doc/news/3.3.0-vs-3.4.0.h
index 88752eac12..e087e22f31 100644
--- a/doc/news/3.3.0-vs-3.4.0.h
+++ b/doc/news/3.3.0-vs-3.4.0.h
@@ -40,7 +40,7 @@ All entries are signed with the names of the author.
functions as a replacement.
For more information, read
- this mail.
+ this mail.
(WB 2002/06/03)
@@ -64,7 +64,7 @@ All entries are signed with the names of the author.
New: In all previous versions, deal.II used - the ACE (Adaptive Communications Environment) library to support cross-platform threading facilities. While this is still supported, the default way diff --git a/doc/news/3.4.0-vs-4.0.0.h b/doc/news/3.4.0-vs-4.0.0.h index a1a99846af..cdc146e479 100644 --- a/doc/news/3.4.0-vs-4.0.0.h +++ b/doc/news/3.4.0-vs-4.0.0.h @@ -52,7 +52,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
New: deal.II now makes use of some parts of
- the boost library, which is
+ the boost library, which is
supposed to be a testground for the next generation C++ standard
library. The parts which we use are now in
contrib/boost/include/boost_local/
and can be
@@ -119,7 +119,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
Removed: Thread support now relies solely on the use of POSIX
functions. The use of the
- ACE
+ ACE
(Adaptive Communications Environment) library for this is now no
longer supported. However, application programs can of course still use
ACE, but they will need to generate paths to this library in their
@@ -281,7 +281,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
functions as a replacement.
For more information, read
- this mail.
+ this mail.
(WB 2002/06/10)
New: After the documentation tool for deal.II has been
- changed to Doxygen, it is delivered in two
+ changed to Doxygen, it is delivered in two
tar-files. Additional to the traditional source tarball, the preprocessed
documentation is available ready for reading with a web browser.
@@ -179,7 +179,7 @@ inconvenience this causes.
New: deal.II is now able to interface to the
- METIS library to generate domain partitionings. This
is enabled if a METIS installation is detected, which either happens
automatically in ./configure
, or
@@ -203,7 +203,7 @@ inconvenience this causes.
New: deal.II now comes with a complete set of - wrappers classes for PETSc vectors, matrices, linear solvers and preconditioners. Many of the algorithms in deal.II have also been updated to make use of these wrappers. All of this is only enabled if a @@ -325,9 +325,9 @@ inconvenience this causes.
New: First steps to a migration of the documentation from
- kdoc to Doxygen have
+ kdoc to Doxygen have
been done. It can be generated after installing Doxygen by calling make
+ href="https://www.doxygen.org">Doxygen by calling make
in doc/doxygen and using the preliminary link page index.html in that directory.
@@ -593,7 +593,7 @@ inconvenience this causes.
- New: Added support for gmsh mesh format in
New: Class GridIn::read_msh
.
(Luca Heltai 2004/04/21)
diff --git a/doc/news/5.0.0-vs-5.1.0.h b/doc/news/5.0.0-vs-5.1.0.h
index 62f83e99ea..7266dd1bf4 100644
--- a/doc/news/5.0.0-vs-5.1.0.h
+++ b/doc/news/5.0.0-vs-5.1.0.h
@@ -123,7 +123,7 @@ inconvenience this causes.
Wolfgang.
Deal.II comes with its own copy of the UMFPACK
+ href="https://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK
library, courtesy of its author. In order to use, follow the steps
listed here. Note that UMFPACK
comes with its own license; to use UMFPACK, please read the FunctionParser
. Wrapper
class for the fparser library (see
-
- http://warp.povusers.org/FunctionParser/).
+
+ https://warp.povusers.org/FunctionParser/).
(Luca Heltai, 2005/03/07).
The ordering of vertices in CellData
given to the Triangulation::create_triangulation
function has been changed accordingly. For backward
compatibility there is now a new Triangulation::create_triangulation_compatibility
diff --git a/doc/news/6.1.0-vs-6.2.0.h b/doc/news/6.1.0-vs-6.2.0.h
index eb8390ccd1..f08e8f791b 100644
--- a/doc/news/6.1.0-vs-6.2.0.h
+++ b/doc/news/6.1.0-vs-6.2.0.h
@@ -238,7 +238,7 @@ inconvenience this causes.
Changed: The subversion repository for deal.II development is now
located on commercially hosted space at http://www.dealii.org/svn/dealii/.
+ href="https://www.dealii.org/svn/dealii/">https://www.dealii.org/svn/dealii/.
(GK 2009/01/20)
Changed: Some parts of the library used to use classes and functions - from the BOOST library. Since + from the BOOST library. Since many of the components of BOOST have been voted into what will be the next C++ standard, we now use a namespace std_cxx1x (coined on the provisional name C++0x used for the next C++ standard) into which we @@ -273,7 +273,7 @@ inconvenience this causes.
- Updated: The version of the BOOST
+ Updated: The version of the BOOST
library that is in the contrib/
directory and is used in
various places of the library has been upgraded to 1.37.
@@ -378,7 +378,7 @@ inconvenience this causes.
- Updated: The version of the BOOST
+ Updated: The version of the BOOST
library that is in the contrib/
directory and is used in
various places of the library has been upgraded to 1.36.
@@ -1080,7 +1080,7 @@ inconvenience this causes.
New: The GridIn::read_msh function can now read version 2 of the MSH format described
- here.
+ here.
(WB 2008/10/07)
- New: The version of boost
+ New: The version of boost
included in the contrib/
directory has been updated
to 1.41.0.
@@ -195,7 +195,7 @@ inconvenience this causes.
New: A report has been added on the - codimension one capabilities of the library (by Antonio DeSimone, Luca Heltai and Cataldo Manigrasso, SISSA, Trieste, Italy). It @@ -278,7 +278,7 @@ inconvenience this causes. a task-based, rather than thread-based approach, in which one uses a high-level description of what needs to be done, rather than how these jobs have to be mapped onto threads. We then - use the Threading + use the Threading Building Blocks (TBB) library to schedule tasks onto available hardware resources. This new scheme of describing parallism and various abstractions to make programming in this framework easier diff --git a/doc/news/6.3.0-vs-6.3.1.h b/doc/news/6.3.0-vs-6.3.1.h index a8bfa19fc8..31bdd479d6 100644 --- a/doc/news/6.3.0-vs-6.3.1.h +++ b/doc/news/6.3.0-vs-6.3.1.h @@ -98,7 +98,7 @@ inconvenience this causes.
Fixed: Linking with more than one of the deal.II 1d, 2d, or 3d libraries when using static libraries did not work. This is now fixed. However, due to - GCC bug 10591, GCC versions prior to and including 4.1.x will still not work. Working with shared libraries was not and is not affected by this problem. diff --git a/doc/news/6.3.0-vs-7.0.0.h b/doc/news/6.3.0-vs-7.0.0.h index 7e443c401a..03f2028791 100644 --- a/doc/news/6.3.0-vs-7.0.0.h +++ b/doc/news/6.3.0-vs-7.0.0.h @@ -135,7 +135,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively. (Sebastian Pauletti, Andrea Bonito, Luca Heltai, WB, 2010/12/06)
Updated: The version of the Threading
+ Updated: The version of the Threading
Building Blocks (TBB) shipped with deal.II has been updated
to release 3.0 Update 3 (Commercially aligned version).
Fixed: Linking with more than one of the deal.II 1d, 2d, or 3d libraries
when using static libraries did not work. This is now fixed. However, due to
- GCC bug 10591, GCC versions prior to and including 4.1.x will
still not work. Working with shared libraries was not and is not affected
by this problem.
@@ -252,7 +252,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
Updated: The version of boost
+ Updated: The version of boost
included in the New: The ParameterHandler class is now built on the
- boost
+ boost
@@ -243,7 +243,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
contrib/
directory has been updated
to 1.43.0.
@@ -318,7 +318,7 @@ independent of the dimension.
property_tree
library which provides a much better
foundation for extensions. In particular, the description of parameters
can now be exported in XML and JSON formats for processing with external
diff --git a/doc/news/7.0.0-vs-7.1.0.h b/doc/news/7.0.0-vs-7.1.0.h
index 9116630b5d..671d205505 100644
--- a/doc/news/7.0.0-vs-7.1.0.h
+++ b/doc/news/7.0.0-vs-7.1.0.h
@@ -156,7 +156,7 @@ flag, resulting in savings in disk space on the order of 230 MB.
(Wolfgang Bangerth, 2011/09/22)
(Timo Heister, Wolfgang Bangerth, 2011/08/20)
diff --git a/doc/news/7.1.0-vs-7.2.0.h b/doc/news/7.1.0-vs-7.2.0.h
index c79a8b931a..2c92da4cb3 100644
--- a/doc/news/7.1.0-vs-7.2.0.h
+++ b/doc/news/7.1.0-vs-7.2.0.h
@@ -429,7 +429,7 @@ into a ConstraintMatrix.
(Matthias Maier, 2012/05/22)
(Valentin Zingan, 2012/04/27)
diff --git a/doc/news/7.3.0-vs-8.0.0.h b/doc/news/7.3.0-vs-8.0.0.h
index fa98ba9f19..6fb33c172e 100644
--- a/doc/news/7.3.0-vs-8.0.0.h
+++ b/doc/news/7.3.0-vs-8.0.0.h
@@ -151,7 +151,7 @@ this function.
(Juan Carlos Araujo Cabarcas, 2013/03/25)
(Wolfgang Bangerth, Timo Heister, Matthias Maier, Bruno Turcksin, 2013/10/20)
@@ -606,7 +606,7 @@ inconvenience this causes.
@@ -621,7 +621,7 @@ inconvenience this causes.
(Oleh Krehel, 2013/08/15)
diff --git a/doc/news/8.5.0-vs-9.0.0.h b/doc/news/8.5.0-vs-9.0.0.h
index 5962772767..0b32f09755 100644
--- a/doc/news/8.5.0-vs-9.0.0.h
+++ b/doc/news/8.5.0-vs-9.0.0.h
@@ -835,7 +835,7 @@ inconvenience this causes.