From 7c60e291ee2e1b3233267852da7d6d43e2ffaeb3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 21 Dec 2013 13:24:23 +0000 Subject: [PATCH] Properly qualify references to classes. git-svn-id: https://svn.dealii.org/trunk@32079 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a9df895967..98203a9f9d 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -82,12 +82,12 @@ inconvenience this causes.

Specific improvements

    -
  1. New: There is now a new class InterpolatedTensorProductGridData that can +
  2. New: There is now a new class Functions::InterpolatedTensorProductGridData that can be used to (bi-/tri-)linearly interpolate data given on a tensor product mesh of $x$ (and $y$ and $z$) values, for example to evaluate experimentally determined coefficients, or to assess the accuracy of a solution by comparing with a solution generated by a different code and written in - gridded data. There is also a new class InterpolatedUniformGridData that + gridded data. There is also a new class Functions::InterpolatedUniformGridData that can perform the same task more efficiently if the data is stored on meshes that are uniform in each coordinate direction.
    -- 2.39.5