From 51ba6c4e868b858c4e788b950c02ddf049031f58 Mon Sep 17 00:00:00 2001 From: Tobias Leicht Date: Tue, 8 Apr 2008 09:47:13 +0000 Subject: [PATCH] Leave two TODOs for extensions in the hp context. git-svn-id: https://svn.dealii.org/trunk@15988 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 4 ++++ deal.II/deal.II/include/numerics/vectors.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index 24c80723c2..fe1b75bd81 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -1200,6 +1200,10 @@ class DataOut : public DataOut_DoFData * tracked by an additional * vector that holds the * deformation of each vertex. + * + * @todo The @p mapping argument should be + * replaced by a hp::MappingCollection in + * case of a hp::DoFHandler. */ virtual void build_patches (const Mapping &mapping, const unsigned int n_subdivisions = 0, diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index b6f9d9c779..f19fa4e131 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -426,6 +426,10 @@ class VectorTools * See the general documentation * of this class for further * information. + * + * @todo The @p mapping argument should be + * replaced by a hp::MappingCollection in + * case of a hp::DoFHandler. */ template static void interpolate (const Mapping &mapping, -- 2.39.5