]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent: format also change-log entries 16419/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 6 Jan 2024 14:05:44 +0000 (15:05 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sat, 6 Jan 2024 14:05:44 +0000 (15:05 +0100)
21 files changed:
contrib/utilities/indent
contrib/utilities/indent-all
doc/news/changes/incompatibilities/20221209Munch
doc/news/changes/incompatibilities/202306230DanielArndt
doc/news/changes/incompatibilities/20230703DanielArndt-3
doc/news/changes/incompatibilities/20231031Munch
doc/news/changes/major/20230905SchreterMunch
doc/news/changes/minor/20230412LucaHeltai
doc/news/changes/minor/20230630MatthiasMaier
doc/news/changes/minor/20230707BrunoBlais
doc/news/changes/minor/20230725Munch
doc/news/changes/minor/20230730AbbasBallout
doc/news/changes/minor/20230801Munch_3
doc/news/changes/minor/20230822TaoJin
doc/news/changes/minor/20230915Thiele
doc/news/changes/minor/20230916Thiele
doc/news/changes/minor/20230917SchreterMunch_2
doc/news/changes/minor/20231017SebastianKinnewig
doc/news/changes/minor/20231019PrietoSaavedraMunch
doc/news/changes/minor/20231109Yin
doc/news/changes/minor/20231226VladimirIvannikov

index 51deef2d085ae81cfafc23eb26fe0aab33849eaf..ecde5c18a893eeed3c4205b8fc6a819ddb688f6b 100755 (executable)
@@ -71,9 +71,13 @@ process_changed "source" ".*\.inst.in" format_inst
 process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
 
+process_changed "doc/news/*/*" "*" fix_permissions
+
 process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|cmake)" dos_to_unix
 
+process_changed "doc/news/*/*" "*" dos_to_unix
+
 #
 # Removing trailing whitespace
 #
@@ -81,9 +85,13 @@ process_changed "tests include source examples cmake/scripts contrib/python-bind
 process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
+process_changed "doc/news/*/*" "*" remove_trailing_whitespace
+
 #
 # Ensure only a single newline at end of files
 #
 
 process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
+
+process_changed "doc/news/*/*" "*" ensure_single_trailing_newline
index 1c8d8cfaaa9119f7aa63d8a7d4750edf8383501d..e291788e40a7c56a48cc65b3bf2992a0c808b00e 100755 (executable)
@@ -75,9 +75,13 @@ process "source" ".*\.inst.in" format_inst
 process "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
 
+process "doc/news/*/*" "*" fix_permissions
+
 process "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|cmake)" dos_to_unix
 
+process "doc/news/*/*" "*" dos_to_unix
+
 #
 # Removing trailing whitespace
 #
@@ -85,9 +89,13 @@ process "tests include source examples cmake/scripts contrib/python-bindings" \
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
+process "doc/news/*/*" "*" remove_trailing_whitespace
+
 #
 # Ensure only a single newline at end of files
 #
 
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
+
+process "doc/news/*/*" "*" ensure_single_trailing_newline
index cc2c8f4394869a8b7df3aba6eaa89fb1ed54e16c..ff6dfdcca14354137557a94882a17eaeda42ddc1 100644 (file)
@@ -1,4 +1,4 @@
-Changed: When calling Triangulation::get_manifold(manifold_id) for 
+Changed: When calling Triangulation::get_manifold(manifold_id) for
 a non-existing manifold_id, the function returned a flat manifold.
 This behaviour has been changed and an assert is thrown in this case.
 Furthermore, the functions Triangulation::reset_manifold() and
index 343c79f983749d39f3b28289ca3b59b248872ddd..159ab335d925cc92dbb5664e109c4eacc0f80679 100644 (file)
@@ -1,4 +1,4 @@
 Removed: The deprecated Functions::LevelSet namespace
 has been removed
 <br>
-(Daniel Arndt, 2023/06/30) 
+(Daniel Arndt, 2023/06/30)
index 8f31ccd7cab73728aea432eda4af32373dd7892e..cfe0027b461f45668859bda3a6ff7e602defb318 100644 (file)
@@ -8,4 +8,3 @@ and the PETScWrappers::PreconditionerBase alias
 have been removed.
 <br>
 (Daniel Arndt, 2023/07/03)
-
index 8d5ccbf5c8fcb1b11ac7dc2fb9d3ee4ea0b5bd05..d7300e48a4713dd599f75340574b1ed7848b21da 100644 (file)
@@ -1,5 +1,5 @@
 Removed: The file `include/deal.II/multigrid/mg_constrained_dofs.h`
-used to include `deal.II/dofs/dof_tools.h` and 
+used to include `deal.II/dofs/dof_tools.h` and
 `deal.II/multigrid/mg_tools.h`. This is not the case any more.
 <br>
 (Peter Munch, 2023/10/31)
index 3216cf34eca54ef79a9e68fbe5d038bd5ef42c9e..eb69c0b012154537b2515bdbde1aeda56ee325a8 100644 (file)
@@ -1,5 +1,5 @@
 New: The new tutorial step-87 presents the advanced point evaluation
-functionalities of deal.II, specifically useful for evaluating 
+functionalities of deal.II, specifically useful for evaluating
 finite element solutions at arbitrary points on distributed meshes.
 <br>
 (Magdalena Schreter-Fleischhacker, Peter Munch, 2023/09/05)
index 56331779d989a90785e204671e7ce50de56f3343..ac10f2c717aec958b1fb155001564d11a1ab20a3 100644 (file)
@@ -1,4 +1,4 @@
-New: Added a function DoFTools::map_boundary_to_bulk_dof_iterators() that 
+New: Added a function DoFTools::map_boundary_to_bulk_dof_iterators() that
 generates a mapping of codimension-1 active DoFHandler cell iterators to
 codimension-0 cells and face indices, to couple DoFHandler objects of different
 co-dimensions, initialized on grids generated with
index 54cada7d47b7821317de2ae402fb744ced03be2c..467e8bd162b9762dac483a1fd30305f6572c453d 100644 (file)
@@ -4,4 +4,3 @@ category. Similarly, the top level target `setup_tests` concatenates these
 status lines and prints a summary after invocation.
 <br>
 (Matthias Maier, 2023/06/30)
-
index a7aeb792843ee6e85cfb28ba66e47255bca011ef..fce8abc1c9dd660945df17e10b06eb3fcecce01e 100644 (file)
@@ -1,3 +1,3 @@
-Improvement: Step-68 now uses the FEPointEvaluation to calculate the particle velocity from the velocity solution instead of manually interpolating at the particle location. 
+Improvement: Step-68 now uses the FEPointEvaluation to calculate the particle velocity from the velocity solution instead of manually interpolating at the particle location.
 <br>
 (Bruno Blais, 2023/07/0)
index 5607d533c4903c25fa8f81e509a77e9161fd2258..6084a2597528634c0526b352e1153cd5004c6ffa 100644 (file)
@@ -1,4 +1,4 @@
-New: Similar to the DataOut::add_data_vector() case, 
+New: Similar to the DataOut::add_data_vector() case,
 DataOut::add_mg_data_vector() now also copies the vector
 and performs the ghost-vector update internally.
 <br>
index 30e6639ec0e45fdc29b2835fea007803b9b6ce7d..013078457712636ee4d0a0db2e0c295b6a2d79d5 100644 (file)
@@ -1,4 +1,4 @@
-Improvement: Added gradient() implementation to VectorFunctionFromTensorFunction in 
+Improvement: Added gradient() implementation to VectorFunctionFromTensorFunction in
 function.h file.
 <br>
 (Abbas Ballout, 2023/07/30)
index 2e11cddf5a4979583db565f191ec17578375bb53..62e6bf37778b93b51b6e40bde86dbb4ee90b14fe 100644 (file)
@@ -1,4 +1,4 @@
-Improved: GridTools::find_active_cell_around_point() and 
+Improved: GridTools::find_active_cell_around_point() and
 GridTools::find_all_active_cells_around_point() now also work
 for simplices.
 <br>
index 3bd6f7aa5030d98af4421abf809f2ff64334a77e..1a073ba89d926a201259351a44c538b9e3fba4e1 100644 (file)
@@ -1,9 +1,9 @@
 New: Add two tensor functions for the split of a 2nd-order symmetric tensor
 into a positive part and a negative part based on the signs of the eigenvalues
 obtained from the spectrum decomposition. The function positive_negative_split()
-performs the positive-negative split of the 2nd-order symmetric tensor given as 
+performs the positive-negative split of the 2nd-order symmetric tensor given as
 the input. The function positive_negative_projectors() not only performs the split,
-but also provides the derivatives (two fourth-order tensors) of the positive/negative 
+but also provides the derivatives (two fourth-order tensors) of the positive/negative
 part of the tensor with respect to the input tensor.
 <br>
 (Tao Jin, 2023/08/22)
index 6160f9be812dc52606d9228ce9876732f28a9a02..2b8308ca3fc6a3c976a742be6b19e4067f9958b1 100644 (file)
@@ -1,3 +1,3 @@
-New: Added QGaussRadau quadrature up to and including 8 quadrature points. 
+New: Added QGaussRadau quadrature up to and including 8 quadrature points.
 <br>
-(Jan Philipp Thiele, 2023/09/15)
\ No newline at end of file
+(Jan Philipp Thiele, 2023/09/15)
index 21010a5204591c4083036d2f63b786d279681368..78dbc7774914f42bf0ca8026b413716c05d834aa 100644 (file)
@@ -1,4 +1,4 @@
-Changed: The interface to QGaussRadauChebyshev<dim> 
+Changed: The interface to QGaussRadauChebyshev<dim>
 now matches that of the new quadrature QGaussRadau<dim>.
 <br>
 (Jan Philipp Thiele, 2023/09/16)
index e8c180d8439c571bf5402d8c6c95be1ba3d33c16..68e51dcfdee47d741ed3038ee9a87abc67fc0f71 100644 (file)
@@ -1,4 +1,4 @@
-New: Add alternative interfaces to RemotePointEvaluation::evaluate_and_proecss and 
+New: Add alternative interfaces to RemotePointEvaluation::evaluate_and_proecss and
 RemotePointEvaluation::process_and_evaluate.
 <br>
 (Magdalena Schreter, Peter Munch, 2023/09/17)
index e09a098bc3b418a0bfeb10b3459b4e70def514ce..4751bba4645c69e9806a85c6e051ec72faa86f0f 100644 (file)
@@ -1,6 +1,6 @@
-New: New constructor for IndexSet that takes a 
-Teuchos::RCP<Tpetra::Map> as input. And the 
-function IndexSet::make_tpetra_map_rcp() 
+New: New constructor for IndexSet that takes a
+Teuchos::RCP<Tpetra::Map> as input. And the
+function IndexSet::make_tpetra_map_rcp()
 returning a Teuchos::RCP<Tpetra::Map>.
 <br>
 (Sebastian Kinnewig, 2023/10/17)
index 1d830099aa0797f7ef45e2cc11c33d79bb3e36f6..9b37c47f32eab2e594418127ae51f1bfb0fe9e0d 100644 (file)
@@ -1,4 +1,4 @@
 Fixed: The periodic faces information was not being copied
 when using the `Triangulation::copy_triangulation()` function. This is now fixed.
 <br>
-(Laura Prieto Saavedra, Peter Munch, 2023/10/19)
\ No newline at end of file
+(Laura Prieto Saavedra, Peter Munch, 2023/10/19)
index 7329ffc9fa8da344fc100afe50663f7bed497e10..1a7e385dc5d36edfe84424ff0b9b84aaa19aacb8 100644 (file)
@@ -1,4 +1,4 @@
 Improved: Point now supports constexpr construction and evaluation,
 just like Tensor.
 <br>
-(Chengjiang Yin, 2023/11/09)
\ No newline at end of file
+(Chengjiang Yin, 2023/11/09)
index 35d89a0245f4ad53d6b232dfa1f552d57b0d2b28..12c939404980be3115cbad368d4eb3b43c82bae5 100644 (file)
@@ -1,10 +1,10 @@
-Fixed: Exceptions of type RecoverableUserCallbackError, raised in 
-callbacks `solve_with_jacobian` and 
-`solve_with_jacobian_and_track_n_linear_iterations` of the 
+Fixed: Exceptions of type RecoverableUserCallbackError, raised in
+callbacks `solve_with_jacobian` and
+`solve_with_jacobian_and_track_n_linear_iterations` of the
 TrilinosWrappers::NOXSolver class, are now treated as "recoverable",
 if the NOX parameter "Newton/Rescue Bad Newton Solve" is set to `true`,
-which is, in fact, its default value. Exceptions of all other types and 
-also all exceptions raised in other callbacks are still treated as 
+which is, in fact, its default value. Exceptions of all other types and
+also all exceptions raised in other callbacks are still treated as
 "irrecoverable".
 <br>
 (Vladimir Ivannikov, 2023/12/26)

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.