From: leicht Date: Tue, 8 Apr 2008 09:47:13 +0000 (+0000) Subject: Leave two TODOs for extensions in the hp context. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b94fc01023bb5d6e27062d9696790396fe72291;p=dealii-svn.git Leave two TODOs for extensions in the hp context. git-svn-id: https://svn.dealii.org/trunk@15988 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,