process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
-process_changed "doc/news/*/*" "[A-Za-z0-9]*" fix_permissions
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" 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/*/*" "[A-Za-z0-9]*" dos_to_unix
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" dos_to_unix
#
# Removing trailing whitespace
process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
-process_changed "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" 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/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" ensure_single_trailing_newline
process "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
-process "doc/news/*/*" "[A-Za-z0-9]*" fix_permissions
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" fix_permissions
process "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|cmake)" dos_to_unix
-process "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" dos_to_unix
#
# Removing trailing whitespace
process "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
-process "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" 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/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" ensure_single_trailing_newline
have been unified to SolutionTransfer. The class now supports both serial and parallel
meshes. The class has lost some functions: the function SolutionTransfer::interpolate()
that takes the input vector as well as the less frequently used functions
-SolutionTransfer::prepare_for_pure_refinement() and
+SolutionTransfer::prepare_for_pure_refinement() and
SolutionTransfer::refine_interpolate(). Please use the other functions to accomplish the
same functionality. For the time being, the old implementation has been moved to the
`Legacy` namespace. The old parallel::distributed::SolutionTransfer has been now early deprecated.
-Changed: The deprecated entries Text and ShortText in OutputStyle
+Changed: The deprecated entries Text and ShortText in OutputStyle
have been removed.
<br>
(Peter Munch, 2024/08/21)
New: Parameter entries in the ParameterHandler class can now be marked as
deprecated using the function 'mark_as_deprecated'. If deprecated parameters
-are found in a parameter file an exception of type
+are found in a parameter file an exception of type
'ExcEncounteredDeprecatedEntries' is thrown that can be caught in
the calling code, or if ignored will emit an error message.
<br>
New: Added SparseVanka::Tvmult() and SparseVanka::clear()
SparseVanka can now be passed to MGSmootherPrecondition to be used as a multigrid smoother.
<br>
-(Chayapol Chaoveeraprasit, 2024/08/14)
\ No newline at end of file
+(Chayapol Chaoveeraprasit, 2024/08/14)
function to ensure distributed Tpetra vector with writable nonlocal
entries will always be non-compressed after any entry addition.
<br>
-(Qingyuan Shi, 2024/08/28)
\ No newline at end of file
+(Qingyuan Shi, 2024/08/28)