From 473753697251417db13f19b56ae3f09609a7227a Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
- There is now a function invert
+ New: There is now a function
invert
(Tensor<2,dim>)
that returns the inverse of a tensor of
rank 2.
@@ -277,6 +277,24 @@
(WB 2000/05/15)
+ New: many functions are now templatized on the data type of the
+ vector they take or return. They thus now support
+ Vector<float>
, but also
+ BlockVector<...>
. An
+ incomplete and growing list of functions that were treated in
+ this way is:
+ DoFAccess::get_dof_values
,
+ DoFAccess::set_dof_values
,
+ DoFAccess::get_interpolated_dof_values
,
+ DoFAccess::set_dof_values_by_interpolation
,
+ FEValues::get_function_values
,
+ FEValues::get_function_grads
,
+ FEValues::get_function_2nd_derivatives
.
+
+ (WB 2000/05/16)
+