From 457aae79c6092f43b08b3ea3ab82f1102291710f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 9 Jan 2015 12:07:19 -0600 Subject: [PATCH] Update changelog. --- doc/news/changes.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index ac0dfb0dc6..d4b8ae68d5 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -94,8 +94,19 @@ inconvenience this causes. - The compress() functions without argument in the various vector classes. You should use the versions with a VectorOperation argument instead. + - In FEValues and related classes, the functions that contain the + term 2nd_derivatives were removed in favor of those + with names containing hessian. Similarly, functions + with names including function_grads were removed in + favor of those called function_gradients. Finally, + the cell_normal_vector functions were replaced by + normal_vector ones. In all cases, the new functions + have been around for a while. + - Vector::scale. + - TrilinosWrappers::*Vector*::compress with an Epetra_CombineMode + argument
- (Wolfgang Bangerth, 2014/12/29-2015/01/08) + (Wolfgang Bangerth, 2014/12/29-2015/01/09)
  • Removed: The config.h file no longer exports HAVE_* definitions. @@ -108,17 +119,6 @@ inconvenience this causes.
  • -- In FEValues and related classes, the functions that contain the - term 2nd_derivatives were removed in favor of those - with names containing hessian. Similarly, functions - with names including function_grads were removed in - favor of those called function_gradients. Finally, - the cell_normal_vector functions were replaced by - normal_vector ones. In all cases, the new functions - have been around for a while. -- Vector::scale. -- TrilinosWrappers::*Vector*::compress with an Epetra_CombineMode - argument -- 2.39.5