True, I've checked in the master and it is templated for the Function<dim,Number> too. I use 8.4.1. It's fine then. Thanks.
On Friday, September 16, 2016 at 5:39:33 PM UTC+1, Wolfgang Bangerth wrote: > > On 09/15/2016 05:12 AM, [email protected] <javascript:> wrote: > > > > One more question, in fact a small inconsistency that is of my interest: > > the function VectorTools::interpolate_boundary_values is not templated > > for the generic Number type but for double only (argument > > std::map<types::global_dof_index,double>& boundary_values). Is there a > > reason for that? > > Which version of deal.II are you using? In the current development > version, this is properly templated so that the value type of the > Function object is the same as the value type of the boundary_values map. > > Best > Wolfgang > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > www: http://www.math.colostate.edu/~bangerth/ > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
