From: Wolfgang Bangerth Date: Fri, 9 Jan 2015 18:07:19 +0000 (-0600) Subject: Update changelog. X-Git-Tag: v8.3.0-rc1~559^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457aae79c6092f43b08b3ea3ab82f1102291710f;p=dealii.git Update changelog. --- 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