> I found out that the deal.II implementation of > > Function<dim>::vector_gradient_list > > is based on the > > Function<dim>::gradient > > This seems to me not consistent with the fact that instead > > Function<dim>::vector_value_list > > calls > > Function<dim>::vector_value > > I wonder if it has been a thoughtful choice or maybe something that can > be improved.
This looks like a (harmless) oversight. I've changed this now. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
